File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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'>
Original file line number Diff line number Diff 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'>
You can’t perform that action at this time.
0 commit comments