File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -759,6 +759,19 @@ <h2 id="at-document">Document queries: the '@document' rule</h2>
759759handling rules to make forward-compatibility work differently, or is
760760this 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:
You can’t perform that action at this time.
0 commit comments