Skip to content

Commit 634d71e

Browse files
committed
[css-properties-values-api] Use correct grammar for syntax
strings referencing existing properties. w3c#68
1 parent 88928c0 commit 634d71e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-properties-values-api/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ The following syntax strings are supported:
167167
:: Any valid <<custom-ident>> value
168168
: Any string, the contents of which matches the <<ident>> production
169169
:: That string
170-
: "&lt;[property-name]>", Where [property-name] is any existing CSS property
170+
: "&lt;'[property-name]'>", Where [property-name] is any existing CSS property
171171
name or any string that matches the <<custom-property-name>> production.
172172
:: Any value that parses as a value of the specified property.
173173
: Any combination of the preceding, separated by '|'
@@ -192,7 +192,7 @@ For example, the following are all valid syntax strings.
192192
calc expressions containing a combination of length and percent values.
193193
: <code>"big | bigger | BIGGER"</code>
194194
:: accepts the string "big", or the string "bigger", or the string "BIGGER".
195-
: <code>"&lt;background-color>"</code>
195+
: <code>"&lt;'background-color'>"</code>
196196
:: accepts any value that would be accepted by the 'background-color' property
197197
(e.g. "#F00", "red", "rgba(10, 10, 10, 0.5)", etc.)
198198

0 commit comments

Comments
 (0)