Skip to content

Commit f8055d4

Browse files
committed
[css3-syntax] typo
1 parent a41b2ac commit f8055d4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css3-syntax/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3012,7 +3012,7 @@ <h4 id=declaration-block-mode><span class=secno>3.6.6. </span> <dfn
30123012
Switch to the <a href="#at-rule-prelude-mode0"><i>at-rule-prelude
30133013
mode</i></a>.
30143014

3015-
<dt>ident token
3015+
<dt>identifier token
30163016

30173017
<dd> Create a declaration with its name set to the value of the <a
30183018
href="#current-input-token"><i>current input token</i></a>. Set it as the
@@ -3141,7 +3141,7 @@ <h4 id=declaration-important-mode><span class=secno>3.6.9. </span> <dfn
31413141

31423142
<dd> Do nothing. Remain in this mode.
31433143

3144-
<dt>ident token with a value of "important"
3144+
<dt>identifier token with a value of "important"
31453145

31463146
<dd> If the <a href="#current-declaration"><i>current declaration</i></a>
31473147
is one that can be made important, set the important flag of the <a

css3-syntax/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2557,7 +2557,7 @@ <h4>
25572557
and push it onto the <i>stack of open rules</i>.
25582558
Switch to the <i>at-rule-prelude mode</i>.
25592559

2560-
<dt>ident token
2560+
<dt>identifier token
25612561
<dd>
25622562
Create a declaration
25632563
with its name set to the value of the <i>current input token</i>.
@@ -2682,7 +2682,7 @@ <h4>
26822682
Do nothing.
26832683
Remain in this mode.
26842684

2685-
<dt>ident token with a value of "important"
2685+
<dt>identifier token with a value of "important"
26862686
<dd>
26872687
If the <i>current declaration</i> is one that can be made important,
26882688
set the important flag of the <i>current declaration</i> to true,

0 commit comments

Comments
 (0)