Email or username:

Password:

Forgot your password?
Top-level
Kilian Valkhof

@jensimmons My guess is that the border-area + text is going to be used a lot more than just border-area, and having that be more ergonomic would be great.

4 comments
Jen Simmons

@Kilian +1! We’ve been opening issues at the CSSWG to make it more ergonomic — and two decisions were recently made to improve things.

Be sure to read the section titled “Future changes coming” to learn about the details. Direct link: webkit.org/blog/16214/backgrou

Kilian Valkhof

@jensimmons just to bikeshed my own request, something like "background-clip: punch-through" would be nice.

Jen Simmons

@Kilian Ha! Yeah, it’s more like:

```
button {
background: border-area text
linear-gradient(to bottom right
in hsl, green, purple);
}
```

Go Up