LeaVerou / css3test

How does your browser score for its CSS3 support?
http://css3test.com
MIT License
214 stars 83 forks source link

Add Selectors L4 descendant combinator #138

Closed SebastianZ closed 6 years ago

SebastianZ commented 8 years ago

Selectors Level 4 introduced >> as descendant combinator additionally to the existing whitespace form.

WebKit already has support for it in a technical preview, Blink and Gecko have related bug reports.

Sebastian

SebastianZ commented 6 years ago

The descendant combinator was removed again from the spec. (see the resolution at https://github.com/w3c/csswg-drafts/issues/641).

Therefore I close this issue now.

Sebastian