File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636
3737 < h1 > CSS Syntax Module Level 3</ h1 >
3838
39- < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 20 April 2012</ h2 >
39+ < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 27 April 2012</ h2 >
4040
4141 < dl >
4242 < dt > This version:
@@ -583,7 +583,7 @@ <h4 id=tokenizer-flags><span class=secno>3.4.1. </span> Tokenizer Flags</h4>
583583 < dd > This flag is set if the tokenizer supports scientific notation in
584584 numbers. When this is set, a sequence of characters like "12e3" will
585585 tokenize as a number token with the value "12000". (Without the flag,
586- they would tokenize as the dimension "12e" followed by the number "3 ".)
586+ they would tokenize as a dimension token with value "12" and unit "e3 ".)
587587 < p > Currently, this flag is only set when parsing SVG presentational
588588 attributes.
589589
Original file line number Diff line number Diff line change 388388 This flag is set if the tokenizer supports scientific notation in numbers.
389389 When this is set, a sequence of characters like "12e3" will tokenize
390390 as a number token with the value "12000".
391- (Without the flag, they would tokenize as the dimension "12e" followed by the number "3 ".)
391+ (Without the flag, they would tokenize as a dimension token with value "12" and unit "e3 ".)
392392
393393 < p >
394394 Currently, this flag is only set when parsing SVG presentational attributes.
You can’t perform that action at this time.
0 commit comments