Skip to content

Commit 7892903

Browse files
committed
[css-syntax] Update changes section.
1 parent 5472f32 commit 7892903

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

css-syntax/Overview.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2730,10 +2730,11 @@ <h3 id=changes-from-css-2.1-tokenizer><span class=secno>4.5. </span>
27302730
token is mentioned in other specs). The only consequence of this is that
27312731
comments can no longer be inserted between the sign and the number.
27322732

2733-
<li> Some flags have been added for SVG-compatible tokenizing, so that a
2734-
single state machine can be used for both "vanilla" and SVG CSS parsing.
2733+
<li> Scientific notation is supported for numbers/percentages/dimensions
2734+
to match SVG, per WG resolution.
27352735

2736-
<li> Scientific notation is supported for numbers, per WG resolution.
2736+
<li> The column token has been added, to keep Selectors parsing in
2737+
single-token lookahead.
27372738
</ol>
27382739
<!--
27392740
PPPPPPPPPPPPPPPPP AAA RRRRRRRRRRRRRRRRR SSSSSSSSSSSSSSS EEEEEEEEEEEEEEEEEEEEEERRRRRRRRRRRRRRRRR

css-syntax/Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2043,12 +2043,12 @@ <h3>
20432043
The only consequence of this is that comments can no longer be inserted between the sign and the number.
20442044

20452045
<li>
2046-
Some flags have been added for SVG-compatible tokenizing,
2047-
so that a single state machine can be used for both "vanilla" and SVG CSS parsing.
2046+
Scientific notation is supported for numbers/percentages/dimensions to match SVG,
2047+
per WG resolution.
20482048

20492049
<li>
2050-
Scientific notation is supported for numbers,
2051-
per WG resolution.
2050+
The column token has been added,
2051+
to keep Selectors parsing in single-token lookahead.
20522052

20532053
</ol>
20542054

0 commit comments

Comments
 (0)