Guillaume
Guillaume
Ah correct, they apply to an element. Corrected in the title.
I assume the name choice of `CSSPositionTryDescriptors` rather than `CSSPositionTryProperties` was intentional, despite https://github.com/w3c/csswg-drafts/issues/10108#issuecomment-2011787778.
I agree. To put it more verbosely, it means *"if the next input code point is U+0022 QUOTATION MARK (") or U+0027 APOSTROPHE ('), or if the next two input...
`CSSFontFaceDescriptors` attributes would be defined generically, like [`CSSStyleProperties` attributes](https://drafts.csswg.org/cssom-1/#dom-cssstyledeclaration-camel-cased-attribute). > For each CSS descriptor `descriptor` that is a supported CSS descriptor accepted in `@font-face`, the following partial interface applies where...
I think the introduction of `@historical-forms` and `CSSFontFeatureValuesRule.historicalForms` was an accident. I would not mind if the syntax was a little stricter. For example, if I understand the semantics correctly,...
> That algo isn't in the Syntax spec quite yet. Should we expect more changes to come (in CSS Syntax 3, at least) after this [commit](https://github.com/w3c/csswg-drafts/commit/6ab5888d05ef3f445e26a1ca81081a7b912016ed)? `color: red; @media {...
`` is defined with *consume a list of declarations* and the procedure to parse the input of `CSSStyleDeclaration.cssText` is defined with *parse a list of declarations*. Both procedures are removed....
[PR to implement support for `calc()`](https://github.com/jsdom/cssstyle/pull/140).
Hello, I got here by searching for "Chromium Code Search API" in Google. I was using [this script](https://gist.github.com/cdoublev/1a5c4498adde3c6e775de5f0327dead4) a few years ago, to quickly get a list of inherited CSS...
I think `-webkit-order` must become an alias of `reading-order` or `layout-order`. I think it does not really matter but can you please tell me which one?