Skip to content

Commit 2ecc1c8

Browse files
committed
[css3-syntax] Reword the important matching text.
1 parent e366b30 commit 2ecc1c8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css3-syntax/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3144,9 +3144,9 @@ <h4 id=declaration-important-mode><span class=secno>3.5.9. </span> <dfn
31443144

31453145
<dd> Do nothing. Remain in this mode.
31463146

3147-
<dt>ident token with a value of "important", matched <a
3148-
href="#ascii-case-insensitive"><i
3149-
title="ASCII case-insensitive">ASCII-case-insensitively</i></a>
3147+
<dt>ident token whose value is an <a
3148+
href="#ascii-case-insensitive"><i>ASCII case-insensitive</i></a> match
3149+
for "important"
31503150

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

css3-syntax/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2603,7 +2603,7 @@ <h4>
26032603
Do nothing.
26042604
Remain in this mode.
26052605

2606-
<dt>ident token with a value of "important", matched <i title="ASCII case-insensitive">ASCII-case-insensitively</i>
2606+
<dt>ident token whose value is an <i>ASCII case-insensitive</i> match for "important"
26072607
<dd>
26082608
If the <i>current declaration</i> is one that can be made important,
26092609
set the important flag of the <i>current declaration</i> to true,

0 commit comments

Comments
 (0)