We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8585ac3 commit f33b8acCopy full SHA for f33b8ac
1 file changed
css-scoping/Overview.bs
@@ -41,9 +41,9 @@ Scoping Mechanisms</h3>
41
“Scoping” consists of three somewhat independent concepts,
42
which are in practice generally used together:
43
44
- * A declaration can be scoped to <a>scoping root</a>,
+ * A declaration can be scoped to a <a>scoping root</a>,
45
which <a href="http://dev.w3.org/csswg/css-cascade/#cascade-scope">affects its cascading behavior</a>. [[!CSS3CASCADE]]
46
- (Alternately, a style rule can be scoped to <a>scoping root</a>,
+ (Alternately, a style rule can be scoped to a <a>scoping root</a>,
47
which scopes all of the declarations it contains to that <a>scoping root</a>.)
48
49
* A selector can be either <a>scope-contained</a> or <a>scope-filtered</a> to a <a>scoping root</a>,
0 commit comments