We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccf619c commit 5eb20e4Copy full SHA for 5eb20e4
1 file changed
cssom/Overview.bs
@@ -552,9 +552,10 @@ part of the chain of the selector, and finally return
552
"<code lt>></code>",
553
"<code lt>+</code>",
554
"<code lt>~</code>",
555
+ "<code lt>>></code>",
556
"<code lt>||</code>",
557
as appropriate, followed by another single SPACE (U+0020) if the combinator was
- not a <a>descendant combinator</a> (whitespace or "<code lt>>></code>"), to <var>s</var>.
558
+ not whitespace, to <var>s</var>.
559
560
<li>If this is the last part of the chain of the selector and there is
561
a pseudo-element, append "<code lt>::</code>" followed by the name of the
0 commit comments