Skip to content

Commit 7baf6ee

Browse files
committed
[selectors-4] Remove issue
1 parent 30e97a0 commit 7baf6ee

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

selectors/Overview.bs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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>.

0 commit comments

Comments
 (0)