File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 <!--
27392740PPPPPPPPPPPPPPPPP AAA RRRRRRRRRRRRRRRRR SSSSSSSSSSSSSSS EEEEEEEEEEEEEEEEEEEEEERRRRRRRRRRRRRRRRR
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments