Skip to content

Commit 81e26d2

Browse files
committed
Fix a bug in the data:+ and data:- transitions.
--HG-- extra : rebase_source : 60217c53a3774faeaab0ae280e412ab55a1c726f
1 parent 8a3de92 commit 81e26d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css3-syntax/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ <h4>
404404
If the <i>next input character</i> is
405405
a <i>digit</i>,
406406
or the <i title="next input character">next 2 input characters</i> are
407-
U+002D HYPHEN-MINUS (-)
407+
U+002E FULL STOP (.)
408408
followed by a <i>digit</i>,
409409
switch to the <i>number state</i>.
410410
Reconsume the <i>current input character</i>.
@@ -430,7 +430,7 @@ <h4>
430430
if the <i>next input character</i> is
431431
a <i>digit</i>,
432432
or the <i title="next input character">next 2 input characters</i> are
433-
U+002D HYPHEN-MINUS (-)
433+
U+002E FULL STOP (.)
434434
followed by a <i>digit</i>,
435435
switch to the <i>number state</i>.
436436
Reconsume the <i>current input character</i>.

0 commit comments

Comments
 (0)