Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
-rule
  • Loading branch information
andruud committed Feb 11, 2020
commit 71d8292471749efe1b1f3784daecee4934eda7b8
4 changes: 2 additions & 2 deletions css-properties-values-api/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1156,8 +1156,8 @@ interface CSSPropertyRule : CSSRule {
</dl>

<div algorithm>
To <dfn export>serialize a CSSPropertyRule rule</dfn>, return the concatenation
of the following:
To <dfn export>serialize a CSSPropertyRule</dfn>, return the concatenation of
the following:

1. The string <code>"@property"</code> followed by a single SPACE (U+0020).
2. The result of performing <a>serialize an identifier</a> on the rule's
Expand Down