Skip to content

Commit 085ca08

Browse files
committed
[css-conditional] Export a definition, and fix some Bikeshed warnings
1 parent e67e58d commit 085ca08

File tree

2 files changed

+242
-82
lines changed

2 files changed

+242
-82
lines changed

css-conditional/Overview.bs

+12-3
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ At Risk: The @supports rule is at risk; if interoperable implementations are not
6666
<h3 id="placement">Module Interactions</h3>
6767

6868
<p>This module replaces and extends the '@media' rule
69-
feature defined in [[!CSS21]] section <var>7.2.1</var> and
69+
feature defined in [[!CSS21]] section 7.2.1 and
7070
incorporates the modifications previously made non-normatively by
71-
[[!MEDIAQ]] section <var>1</var>.</p>
71+
[[!MEDIAQ]] section 1.</p>
7272

7373
<p>Its current definition depends on @-rules defined in [[!CSS3-FONTS]]
7474
and [[!CSS3-ANIMATIONS]], but that dependency is only on the
@@ -85,7 +85,7 @@ At Risk: The @supports rule is at risk; if interoperable implementations are not
8585

8686
<h2 id="processing">Processing of conditional group rules</h2>
8787

88-
<p>This specification defines some CSS @-rules, called <dfn>conditional
88+
<p>This specification defines some CSS @-rules, called <dfn export lt="conditional group rule">conditional
8989
group rules</dfn>, that associate a condition with a group of other
9090
CSS rules. These different rules allow testing different types of
9191
conditions, but share common behavior for how their contents are used
@@ -1072,3 +1072,12 @@ Zack Weinberg,
10721072
Estelle Weyl,
10731073
Boris Zbarsky,
10741074
and all the rest of the <a href="http://lists.w3.org/Archives/Public/www-style/">www-style</a> community.
1075+
1076+
<h2 class=no-num id=priv-sec>Privacy and Security Considerations</h2>
1077+
1078+
This spec introduces no new security considerations.
1079+
1080+
While this spec does modify the definition of the ''@media'' rule,
1081+
which does have some privacy considerations,
1082+
the modifications defined here do not have any effect on the privacy considerations for ''@media''.
1083+
No other feature in this spec has any privacy considerations.

0 commit comments

Comments
 (0)