Rune Lillesveen
Rune Lillesveen
Since we do not use Chromium/Blink on iOS, most features will leave iOS blank, yes. I was also confused by these mails as I thought I had filled in all...
This fix isn't super solid. @-rules don't necessarily have blocks, for instance.
The comment: https://github.com/w3c/csswg-drafts/issues/7213#issuecomment-1099501969 confused me a bit since @emilio's example affects the preferred color-scheme, not the used color-scheme or color-scheme property directly. This is about changing the preferred color-scheme in...
FWIW, I'm fine with closing this as no change. I have changed our implementation to allow !important and adjusted the WPTs accordingly to match the current spec.
Stumbled into this one for innerText. There's a wpt relying on "being rendered" being true for display:contents. innerText is spec'ed to return textContent for elements not being rendered. Gecko considers...
As a consequence of being display:contents. That is, I would expect tab to focus the slot for: ```html let root = host.attachShadow({mode:"open"}); root.innerHTML = ` slot { display: block; width:...
> > Another open question: what should we do for negative `calc` values? > > This is not something that needs to be defined specifically for `color-mix()`, it's the same...
> > If you have two negative percentages (or 0%), and they are clamped at computed value time, you will end up with two 0% values which is still invalid...
What was the agreement referred to above?
I guess tree scoped names/references could be used here?