Skip to content

Commit 840a7c5

Browse files
committed
Note additional issue about negations and @document.
1 parent 900caa6 commit 840a7c5

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

css3-conditional/Overview.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1007,6 +1007,19 @@ <h2 id=at-document><span class=secno>7. </span>Document queries: the
10071007
forward-compatibility work differently, or is this rule the best solution
10081008
for such future expansion anyway?</span>
10091009

1010+
<div class=issue>This syntax doesn't offer any ability to do negations,
1011+
which has been requested in <a
1012+
href="https://bugzilla.mozilla.org/show_bug.cgi?id=349813">Mozilla bug
1013+
349813</a>. Use cases that people have wanted negations for include:
1014+
<ul>
1015+
<li>User style sheets that want a particular rule in general, but know
1016+
that that rule does more harm than good on specific sites.
1017+
1018+
<li>Authors who have a rule that they want to apply to most of their
1019+
pages, but wish to make a few exceptions for.
1020+
</ul>
1021+
</div>
1022+
10101023
<p>This extends the lexical scanner in the <a
10111024
href="http://www.w3.org/TR/CSS21/grammar.html">Grammar of CSS 2.1</a> (<a
10121025
href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>, Appendix G) by

css3-conditional/Overview.src.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -759,6 +759,19 @@ <h2 id="at-document">Document queries: the '@document' rule</h2>
759759
handling rules to make forward-compatibility work differently, or is
760760
this rule the best solution for such future expansion anyway?</span></p>
761761

762+
<div class="issue">This syntax doesn't offer any ability to do negations,
763+
which has been requested in <a
764+
href="https://bugzilla.mozilla.org/show_bug.cgi?id=349813">Mozilla bug
765+
349813</a>. Use cases that people have wanted negations for
766+
include:
767+
<ul>
768+
<li>User style sheets that want a particular rule in general, but know
769+
that that rule does more harm than good on specific sites.</li>
770+
<li>Authors who have a rule that they want to apply to most of their
771+
pages, but wish to make a few exceptions for.</li>
772+
</ul>
773+
</div>
774+
762775
<p>This extends the lexical scanner in the
763776
<a href="http://www.w3.org/TR/CSS21/grammar.html">Grammar of CSS 2.1</a>
764777
([[!CSS21]], Appendix G) by adding:

0 commit comments

Comments
 (0)