We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 039dd7c commit 8abc44bCopy full SHA for 8abc44b
1 file changed
css-scoping-2/Overview.bs
@@ -124,13 +124,13 @@ Scoped Styles</h2>
124
</pre>
125
</div>
126
127
- Each resulting [=scope=] includes a [=scoping root=] and all it's descendants,
+ Each resulting [=scope=] includes a [=scoping root=] and all its descendants,
128
up to and including any [=scope boundary=] elements,
129
but not the descendants of those boundaries.
130
131
In contrast to <a href="#shadow-dom">Shadow Encapsulation</a>,
132
which describes a persistent one-to-one relationship in the DOM
133
- between a [=shadow host=] and it's nested [=shadow tree=],
+ between a [=shadow host=] and its nested [=shadow tree=],
134
multiple overlapping [=scopes=] can be defined in relation to the same elements.
135
136
<div class=example>
0 commit comments