Closed
Description
The exact case I'm looking at is page-size
( https://drafts.csswg.org/css-page-3/#page-size-prop ), which I'm currently implementing in Firefox, and which is only specified to be valid in @page
rules.
It appears that size
is also valid in style declarations in WebKit in Chrome with the same syntax, which is hit in some web-platform tests, for instance https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/js/CSS-supports-CSSStyleDeclaration.html
If a property like size
is supported only in a specific at-rule, should it accepted by CSS.supports?