Skip to content

Commit e34e803

Browse files
argyleinkLeaVerou
andauthored
Update css-nesting-1/Overview.bs
Co-authored-by: Lea Verou <lea@verou.me>
1 parent a2ae1f4 commit e34e803

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.
@@ -786,4 +786,4 @@ return the result of the following steps:
786786
</ol>
787787
<li>Append a newline followed by RIGHT CURLY BRACKET (U+007D) to |s|.
788788
<li>Return |s|.
789-
</ol>
789+
</ol>

0 commit comments

Comments
 (0)