Skip to content

Commit e2f369b

Browse files
committed
[cssom] Include vendor-prefixed properties in "supported CSS property"
Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=29440
1 parent 2bdf28b commit e2f369b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

cssom/Overview.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,10 @@ The term <dfn export>supported styling language</dfn> refers to CSS.
159159

160160
Note: If another styling language becomes supported in user agents, this specification is expected to be updated as necessary.
161161

162-
The term <dfn export>supported CSS property</dfn> refers to a CSS property that the user agent implements,
163-
and that is defined to be a case-insensitive property in the CSS specification.
164-
A <a>supported CSS property</a> must be in its lowercase form for the purpose of comparisons this specification.
162+
The term <dfn export>supported CSS property</dfn> refers to a CSS property that the user agent
163+
implements, including any vendor-prefixed properties, but excluding <a>custom properties</a>. A
164+
<a>supported CSS property</a> must be in its lowercase form for the purpose of comparisons in this
165+
specification.
165166

166167
In this specification the ''::before'' and ''::after'' pseudo-elements
167168
are assumed to exist for all elements even if no box is generated for them.

0 commit comments

Comments
 (0)