Skip to content

Commit 1082190

Browse files
committed
[css-syntax] Added an issue about extending \! stuff to be a list of values.
1 parent 7892903 commit 1082190

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

css-syntax/Overview.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2794,6 +2794,8 @@ <h2 id=parsing><span class=secno>5. </span> Parsing</h2>
27942794

27952795
<dd> A declaration has a name, a value consisting of a list of component
27962796
values, and an <var>important</var> flag which is initially unset.
2797+
<p class=issue> Should we go ahead and generalize the important flag to
2798+
be a list of bang values? Suggested by Zack Weinburg.
27972799

27982800
<dt><dfn id=component-value>component value</dfn>
27992801

css-syntax/Overview.src.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2125,6 +2125,10 @@ <h2>
21252125
a value consisting of a list of component values,
21262126
and an <var>important</var> flag which is initially unset.
21272127

2128+
<p class='issue'>
2129+
Should we go ahead and generalize the important flag to be a list of bang values?
2130+
Suggested by Zack Weinburg.
2131+
21282132
<dt><dfn>component value</dfn>
21292133
<dd>
21302134
A component value is one of the preserved tokens,

0 commit comments

Comments
 (0)