Skip to content

Commit ccf619c

Browse files
author
Simon Pieters
committed
[cssom] Serialize :lang() arguments as strings. https://lists.w3.org/Archives/Public/www-style/2015Feb/0345.html
1 parent a18c382 commit ccf619c

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

cssom/Overview.bs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -645,13 +645,14 @@ finally return <var>s</var>:
645645

646646
Otherwise, append "<code lt>:</code>" (U+003A), followed by the name of
647647
the pseudo-class, followed by "<code lt>(</code>" (U+0028), followed by the
648-
value of the pseudo-class argument determined as per below, followed by
648+
value of the pseudo-class argument(s) determined as per below, followed by
649649
"<code lt>)</code>" (U+0029), to <var>s</var>.
650650

651651
<dl class="switch">
652652
<dt><code lt>:lang()</code>
653-
<dd>The <span lt="serialize an identifier">escaped</span>
654-
value.
653+
<dd>The value of each argument <span lt="serialize a string">string escaped</span>,
654+
preserving relative order,
655+
separated by "<code lt>, </code>" (U+002C U+0020).
655656

656657
<dt><code lt>:nth-child()</code>
657658
<dt><code lt>:nth-last-child()</code>
@@ -3200,6 +3201,7 @@ Acknowledgments {#acknowledgments}
32003201

32013202
The editors would like to thank
32023203
Alexey Feldgendler,
3204+
Benjamin Poulain,
32033205
Bj&ouml;rn H&ouml;hrmann,
32043206
Boris Zbasky,
32053207
Brian Kardell,

0 commit comments

Comments
 (0)