File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -900,13 +900,6 @@ Internal Structure</h4>
900900 so some of these currently-invalid selectors (e.g. ''::first-line :any-link'' )
901901 may become valid in the future.
902902
903- Issue: This defines the sibling (and in impossible cases, descendant combinators) to be invalid
904- when applied after pseudo-elements in a selector.
905- We could alternately make them valid but not matching anything--
906- but there's a good chance we'll later expand the featureset to allow such relationships in more cases
907- (e.g. ''::first-line > :any-link'' ),
908- and this handling follows our standard practice of "make unsupported features syntactically invalid".
909-
910903 The children of such <a>pseudo-elements</a> can simultaneously be children of other elements, too,
911904 turning the <a>selector match list</a> into a directed acyclic graph.
912905 However, at least in CSS, their rendering must be defined so as to maintain the tree-ness of the <a>box tree</a> .
You can’t perform that action at this time.
0 commit comments