Skip to content

Commit 507786e

Browse files
[cssom-1] Correct whitespace in @font-face serialization w3c/csswg-drafts@cfb59f5
1 parent 6b57001 commit 507786e

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

cssom-ja.html

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@
182182
●●options
183183

184184
spec_title:CSS Object Model (CSSOM) Module Level 1
185-
spec_date:2026-04-28
186-
trans_update:2026-04-30
185+
spec_date:2026-05-01
186+
trans_update:2026-05-09
187187
source_checked:250502
188188
page_state_key:CSS
189189
original_url:https://drafts.csswg.org/cssom-1/
@@ -5606,12 +5606,9 @@ <h3 title="CSS Rules">6.4. ~CSS規則</h3>
56065606
The result of concatenating the following:
56075607
</li>
56085608
<li>
5609-
%結果 に次を順に付加する
5610-
⇒#
5611-
`@font-face {^l,
5612-
~SP
5609+
%結果 に `@font-face {^l を付加する
56135610
5614-
The string "@font-face {", followed by a single SPACE (U+0020).
5611+
The string "@font-face {".
56155612
</li>
56165613
<li>
56175614
~IF[
@@ -5620,13 +5617,14 @@ <h3 title="CSS Rules">6.4. ~CSS規則</h3>
56205617
56215618
%結果 に次を順に付加する
56225619
⇒#
5620+
~SP,
56235621
`font-family:^l,
56245622
~SP,
56255623
`文字列を直列化する$( %規則 の `font-family$td ),
56265624
❝;
56275625
56285626
If the font-family descriptor is present:
5629-
The string "font-family:", followed by a single SPACE (U+0020).
5627+
A single SPACE (U+0020), followed by the string "font-family:", followed by a single SPACE (U+0020).
56305628
• The result of performing serialize a string on the rule’s font family name.
56315629
• The string ";", i.e., SEMICOLON (U+003B).
56325630
</li>

0 commit comments

Comments
 (0)