Skip to content

Commit cf251dc

Browse files
committed
Merge branch 'css-nesting-conditionals-carry-context' of https://github.com/argyleink/csswg-drafts into css-nesting-conditionals-carry-context
2 parents 6ae1a14 + e34e803 commit cf251dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-nesting-1/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ Nesting Conditional Rules {#conditionals}
468468
A style rule can have any number of <a>conditional rules</a> inside of it, of any type,
469469
with rules required to come after declarations (see <a href="#mixing">Mixing Nesting Rules and Declarations</a>).
470470

471-
If there are only rules in the nested conditional, the nesting context is adopted.
471+
If there are only declarations in the nested conditional, the nesting context is adopted.
472472

473473
In the presence of a <a>nesting selector</a>, the same
474474
rules as outlined in <a href="#direct">direct nesting</a> should be used.
@@ -796,4 +796,4 @@ return the result of the following steps:
796796
</ol>
797797
<li>Append a newline followed by RIGHT CURLY BRACKET (U+007D) to |s|.
798798
<li>Return |s|.
799-
</ol>
799+
</ol>

0 commit comments

Comments
 (0)