We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd8236 commit 580f755Copy full SHA for 580f755
css-conditional-3/Overview.bs
@@ -901,11 +901,10 @@ partial namespace CSS {
901
902
1. If |property| is an [=ASCII case-insensitive=] match
903
for any defined CSS property that the UA supports,
904
+ or is a [=custom property name string=],
905
and |value| successfully [=CSS/parses=] according to that property's grammar,
906
return <code>true</code>.
- 2. Otherwise, if |property| is a [=custom property name string=],
907
- return <code>true</code>.
908
- 3. Otherwise, return <code>false</code>.
+ 2. Otherwise, return <code>false</code>.
909
910
Note: No CSS escape or whitespace processing is performed on the property name,
911
so <code>CSS.supports(" width", "5px")</code> will return <code>false</code>,
0 commit comments