8000 [css-cascade] Inject parenthetical into correct grammar construct. Re… · w3c/csswg-drafts@f7ff6f5 · GitHub
Skip to content

Commit f7ff6f5

Browse files
committed
[css-cascade] Inject parenthetical into correct grammar construct. Remove mention of currently-nonexistent @else rule as an example.
1 parent f3ad19e commit f7ff6f5

2 files changed

Lines changed: 14 additions & 12 deletions

File tree

css-cascade-3/Overview.bs

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,14 @@ Importing Style Sheets: the ''@import'' rule</h2>
5858
user agents must treat the contents of the stylesheet as if they were written in place of the ''@import'' rule,
5959
with two exceptions:
6060

61-
* If a feature <em>explicitly</em> defines that it only applies to a particular stylesheet,
62-
and not any imported ones
63-
(such as the ''@namespace'' rule),
61+
* If a feature
62+
(such as the ''@namespace'' rule)
63+
<em>explicitly</em> defines that it only applies to a particular stylesheet,
64+
and not any imported ones,
6465
then it doesn't apply to the imported stylesheet.
65-
* If a feature relies on the relative position of two or more constructs in a stylesheet
66-
(such as the requirement that an ''@else'' rule follow another <a>conditional group rule</a>,
67-
or the requirement that ''@charset'' must not have any other content preceding it),
66+
67+
* If a feature relies on the relative ordering of two or more constructs in a stylesheet
68+
(such as the requirement that ''@charset'' must not have any other content preceding it),
6869
it only applies between constructs in the same stylesheet.
6970

7071
<p class='example'>

css-cascade-4/Overview.bs

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,14 @@ Importing Style Sheets: the ''@import'' rule</h2>
6868
user agents must treat the contents of the stylesheet as if they were written in place of the ''@import'' rule,
6969
with two exceptions:
7070

71-
* If a feature <em>explicitly</em> defines that it only applies to a particular stylesheet,
72-
and not any imported ones
73-
(such as the ''@namespace'' rule),
71+
* If a feature
72+
(such as the ''@namespace'' rule)
73+
<em>explicitly</em> defines that it only applies to a particular stylesheet,
74+
and not any imported ones,
7475
then it doesn't apply to the imported stylesheet.
75-
* If a feature relies on the relative position of two or more constructs in a stylesheet
76-
(such as the requirement that an ''@else'' rule follow another <a>conditional group rule</a>,
77-
or the requirement that ''@charset'' must not have any other content preceding it),
76+
77+
* If a feature relies on the relative ordering of two or more constructs in a stylesheet
78+
(such as the requirement that ''@charset'' must not have any other content preceding it),
7879
it only applies between constructs in the same stylesheet.
7980

8081
<p class='example'>

0 commit comments

Comments
 (0)