Rune Lillesveen
Rune Lillesveen
The process documentation says: Proceed to the “Start Prototyping” stage in ChromeStatus - this will generate an “Intent to Prototype” mail for you. I cannot find a way to generate...
Other top level rules than @container were assumed to have element selectors in parseQualifiedRule, which caused exceptions passing @-preludes like @media queries into querySelector. Fixes issue #9.
According to the current draft[1], the syntax for style features are the same as for declarations which means !important is allowed as part of the feature. I don't think that...
## Request for position on an emerging web specification ### Information about the spec * Spec Title: CSS Values and Units Module Level 4 * Spec URL: https://www.w3.org/TR/css-values-4/#lh * GitHub...
## Request for position on an emerging web specification ### Information about the spec * Spec Title: CSS Nesting Module Level 1 * Spec URL: https://drafts.csswg.org/css-nesting-1/ * GitHub repository: https://github.com/w3c/csswg-drafts...
## Request for position on an emerging web specification * WebKittens who can provide input: @anttijk @jensimmons ### Information about the spec * Spec Title: CSS Containment Module Level 3...
The spec currently says: ["find the first element el in tree order"](https://drafts.csswg.org/css-anchor-1/#target-anchor-element). It should be more specific about which tree. The current implementation in Chromium looks walks the box tree,...
### WebKittens _No response_ ### Title of the spec CSS Conditional Rules Module Level 5 ### URL to the spec https://drafts.csswg.org/css-conditional-5/#scroll-state-container ### URL to the spec's repository _No response_ ###...
::slotted pseudo elements allow tree-abiding pseudo elements to follow according to [1], but ::part is not specified as a tree-abiding pseudo in [2] or [3]. Still, it would make sense...
The [spec](https://drafts.css-houdini.org/css-properties-values-api-1/#animation-behavior-of-custom-properties) says that a single `` also interpolates as the standard transform property value. That would mean that it is possible to interpolate between a translate() and a rotate()...