Skip to content

Commit 5eb20e4

Browse files
author
Simon Pieters
committed
[cssom] Serialize >> as >> instead of a space to match WebKit
1 parent ccf619c commit 5eb20e4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cssom/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,9 +552,10 @@ part of the chain of the selector, and finally return
552552
"<code lt>></code>",
553553
"<code lt>+</code>",
554554
"<code lt>~</code>",
555+
"<code lt>>></code>",
555556
"<code lt>||</code>",
556557
as appropriate, followed by another single SPACE (U+0020) if the combinator was
557-
not a <a>descendant combinator</a> (whitespace or "<code lt>>></code>"), to <var>s</var>.
558+
not whitespace, to <var>s</var>.
558559

559560
<li>If this is the last part of the chain of the selector and there is
560561
a pseudo-element, append "<code lt>::</code>" followed by the name of the

0 commit comments

Comments
 (0)