Skip to content

Commit 4c4d232

Browse files
committed
Properly handle a ! token in declaration-value that doesn't have 'important' following it.
--HG-- extra : rebase_source : 303216fc285db11dcd40d1efa6afb5f3b3a74adf
1 parent c5f0070 commit 4c4d232

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

css3-syntax/Overview.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2385,6 +2385,9 @@ <h4 id=declaration-value-mode><span class=secno>3.6.8. </span> <dfn
23852385
declaration as meaning that the declaration has its important flag set.
23862386
It's not entirely clear yet that that's the behavior we want.
23872387

2388+
<p> Otherwise, append the token to the value of the <a
2389+
href="#current-declaration"><i>current declaration</i></a>.
2390+
23882391
<dt>semicolon token
23892392

23902393
<dd> Append the <a href="#current-declaration"><i>current

css3-syntax/Overview.src.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2409,6 +2409,11 @@ <h4>
24092409
as meaning that the declaration has its important flag set.
24102410
It's not entirely clear yet that that's the behavior we want.
24112411

2412+
<p>
2413+
Otherwise,
2414+
append the token
2415+
to the value of the <i>current declaration</i>.
2416+
24122417
<dt>semicolon token
24132418
<dd>
24142419
Append the <i>current declaration</i>

0 commit comments

Comments
 (0)