- From: Benjamin Poulain <benjamin@webkit.org>
- Date: Mon, 09 Feb 2015 21:14:26 -0800
- To: "www-style@w3.org" <www-style@w3.org>
Hi, The serialization specification does not mention ">>" from CSS Selectors level 4: http://dev.w3.org/csswg/cssom/#serializing-selectors && http://dev.w3.org/csswg/selectors-4/#descendant-combinators What we have done in WebKit is serialize ">>" like the other non-space combinators (e.g. "foo>>bar" serialize to "foo >> bar"). An other option is to canonicalize every descendant combinator to the space character. It would be good to clarify this in order to avoid different serialization in different engines. Benjamin
Received on Tuesday, 10 February 2015 05:22:59 UTC