Skip to content

Commit 8c724fa

Browse files
committed
[css-properties-values-api] 'name' isn't a declaration, so don't autolink it
1 parent aa67c0f commit 8c724fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-properties-values-api/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1149,7 +1149,7 @@ the following:
11491149

11501150
1. The string <code>"@property"</code> followed by a single SPACE (U+0020).
11511151
2. The result of performing <a>serialize an identifier</a> on the rule's
1152-
'name', followed by a single SPACE (U+0020).
1152+
name, followed by a single SPACE (U+0020).
11531153
3. The string <code>"{ "</code>, i.e., a single
11541154
LEFT CURLY BRACKET (U+007B), followed by a SPACE (U+0020).
11551155
4. The string <code>"syntax:"</code>, followed by a single SPACE (U+0020).

0 commit comments

Comments
 (0)