Skip to content

Commit ed62002

Browse files
committed
[css-properties-values-api] Allow custom property names in property-name
syntax definition. Resolves http://github.com/w3c/css-houdini-drafts/issues/62
1 parent 8704ab7 commit ed62002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-properties-values-api/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ The following syntax strings are supported:
164164
: Any string, the contents of which matches the <<ident>> production
165165
:: That string
166166
: "&lt;[property-name]>", Where [property-name] is any existing CSS property
167-
name
167+
name or any string that matches the <<custom-property-name>> production.
168168
:: Any value that parses as a value of the specified property.
169169
: Any combination of the preceding, separated by '|'
170170
:: Any value that matches one of the items in the combination, matched in specified order.

0 commit comments

Comments
 (0)