Skip to content

Commit cfb59f5

Browse files
authored
[cssom-1] Correct whitespace in @font-face serialization (#13880)
1 parent 4fc31b9 commit cfb59f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cssom-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1898,10 +1898,10 @@ To <dfn export>serialize a CSS rule</dfn>, perform one of the following in accor
18981898
<dd>
18991899
The result of concatenating the following:
19001900
<ol>
1901-
<li>The string "<code>@font-face {</code>", followed by a single SPACE (U+0020).</li>
1901+
<li>The string "<code>@font-face {</code>".</li>
19021902
<li>If the '@font-face/font-family' descriptor is present:
19031903
<ol>
1904-
<li>The string "<code>font-family:</code>", followed by a single SPACE (U+0020).</li>
1904+
<li>A single SPACE (U+0020), followed by the string "<code>font-family:</code>", followed by a single SPACE (U+0020).</li>
19051905
<li>The result of performing <a>serialize a string</a> on the rule’s font family name.</li>
19061906
<li>The string "<code>;</code>", i.e., SEMICOLON (U+003B).</li>
19071907
</ol>

0 commit comments

Comments
 (0)