Skip to content

Commit 120f7e1

Browse files
committed
[css-syntax] Remove now-irrelevant note about Selectors syntax.
1 parent 52554f8 commit 120f7e1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

css-syntax/Overview.bs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -471,11 +471,6 @@ Tokenization</h2>
471471
Note: The type flag of hash tokens is used in the Selectors syntax [[SELECT]].
472472
Only hash tokens with the "id" type are valid <a href="https://www.w3.org/TR/selectors/#id-selectors">ID selectors</a>.
473473

474-
Note: As a technical note,
475-
the tokenizer defined here requires only three <a>code points</a> of look-ahead.
476-
The tokens it produces are designed to allow Selectors to be parsed with one token of look-ahead,
477-
and additional tokens may be added in the future to maintain this invariant.
478-
479474

480475
<!--
481476
████████ ███ ████ ██ ████████ ███████ ███ ████████

0 commit comments

Comments
 (0)