Skip to content

Commit defb173

Browse files
committed
[css3-syntax] typo
1 parent 92d824f commit defb173

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

css3-syntax/Overview.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2282,7 +2282,8 @@ <h4 id=sci-notation-state><span class=secno>3.3.19. </span> <dfn
22822282
<p> Set the number token's value to <code><var>base</var> *
22832283
10<sup><var>power</var></sup></code>. If the number token's value is not
22842284
an integer, set the number token's type flag to "number". Emit the
2285-
number token. Switch to the <i>date state</i>. Reconsume the <a
2285+
number token. Switch to the <a href="#data-state0"><i>data
2286+
state</i></a>. Reconsume the <a
22862287
href="#current-input-character"><i>current input character</i></a>.
22872288
</dl>
22882289

css3-syntax/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1667,7 +1667,7 @@ <h4>
16671667
If the number token's value is not an integer,
16681668
set the number token's type flag to "number".
16691669
Emit the number token.
1670-
Switch to the <i>date state</i>.
1670+
Switch to the <i>data state</i>.
16711671
Reconsume the <i>current input character</i>.
16721672
</dl>
16731673

0 commit comments

Comments
 (0)