Skip to content

Commit 6ec44bc

Browse files
committed
Add issue about @import.
1 parent 55d9e19 commit 6ec44bc

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

css3-conditional/Overview.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,11 @@ <h2 id=processing><span class=secno>2. </span>Processing of conditional
368368
<h2 id=contents><span class=secno>3. </span>Contents of conditional group
369369
rules</h2>
370370

371+
<p class=issue>There is also likely demand for using these conditions with
372+
<code>@import</code>. We should see if we can come up with sensible syntax
373+
for that, perhaps functional notation at the end of the
374+
<code>@import</code> rule.
375+
371376
<p>The syntax of each conditional group rule consists of some syntax
372377
specific to the type of rule followed by a <dfn id=group-rule-body>group
373378
rule body</dfn>, which is a block (pair of braces) containing a sequence

css3-conditional/Overview.src.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,11 @@ <h2 id="processing">Processing of conditional group rules</h2>
226226

227227
<h2 id="contents">Contents of conditional group rules</h2>
228228

229+
<p class="issue">There is also likely demand for using these
230+
conditions with <code>@import</code>. We should see if we can
231+
come up with sensible syntax for that, perhaps functional notation
232+
at the end of the <code>@import</code> rule.</p>
233+
229234
<p>The syntax of each conditional group rule consists of some syntax
230235
specific to the type of rule followed by a <dfn>group rule body</dfn>,
231236
which is a block (pair of braces) containing a sequence of rules.</p>

0 commit comments

Comments
 (0)