@@ -1330,7 +1330,9 @@ <h3 id=scoping><span class=secno>3.3. </span> Scoped Selectors</h3>
13301330 < p > There are three methods of scoping selectors:
13311331
13321332 < dl >
1333- < dt > < dfn id =scope-contained > scope-contained</ dfn > selectors
1333+ < dt > < dfn id =scope-contained-selectors
1334+ title ="scope-contained | scope-contained selector "> scope-contained
1335+ selectors</ dfn >
13341336
13351337 < dd > With this method of scoping, selectors match as if the < a
13361338 href ="#scoping-element "> < i > scoping element</ i > </ a > were the root of the
@@ -1339,13 +1341,17 @@ <h3 id=scoping><span class=secno>3.3. </span> Scoped Selectors</h3>
13391341 href ="#roo-pseudo "> < code > :root</ code > </ a > pseudo-class, however, still
13401342 only matches the actual root of the document.)
13411343
1342- < dt > < dfn id =scope-filtered > scope-filtered</ dfn > selectors
1344+ < dt > < dfn id =scope-filtered
1345+ title ="scope-filtered | scope-filtered selector "> scope-filtered</ dfn >
1346+ selectors
13431347
13441348 < dd > With this method of scoping, a selector matches if the < i > subject</ i >
13451349 of the selector is within the scope, even if other components of the
13461350 selector are outside the scope.
13471351
1348- < dt > < dfn id =scope-relative > scope-relative</ dfn > selectors
1352+ < dt > < dfn id =scope-relative
1353+ title ="scope-relative | scope-relative selector "> scope-relative</ dfn >
1354+ selectors
13491355
13501356 < dd > With this method of scoping, "< a
13511357 href ="#scope-pseudo "> < code > :scope</ code > </ a > " (the < a
@@ -1372,7 +1378,7 @@ <h3 id=scoping><span class=secno>3.3. </span> Scoped Selectors</h3>
13721378
13731379 < p > On the other hand, the selectors within an < a href ="#HTML5 "
13741380 rel =biblioentry > [HTML5]<!--{{HTML5}}--> </ a > scoped stylesheet define < a
1375- href ="#scope-contained "> < i > scope-contained</ i > </ a > selectors.
1381+ href ="#scope-contained-selectors "> < i > scope-contained</ i > </ a > selectors.
13761382 </ div >
13771383
13781384 < h4 id =absolutizing > < span class =secno > 3.3.1. </ span > Absolutizing a
@@ -4110,19 +4116,25 @@ <h2 id=grammar><span class=secno>16. </span><a id=formal-syntax></a>
41104116 < dl >
41114117 < dt > < dfn id =ltselector > < var > <selector> </ var > </ dfn >
41124118
4113- < dd > A < code > complex_selector_list</ code > .
4119+ < dd > A < code > complex_selector_list</ code > production representing a < a
4120+ href ="#selector-list "> < i > selector list</ i > </ a > .
41144121
41154122 < dt > < dfn id =ltrelative-selector > < var > <relative-selector> </ var > </ dfn >
41164123
4117- < dd > A < code > scope_relative_selector_list</ code > .
4124+ < dd > A < code > scope_relative_selector_list</ code > production representing a
4125+ < a href ="#selector-list "> < i > selector list</ i > </ a > comprised of < a
4126+ href ="#scope-relative "> < i > scope-relative selectors</ i > </ a > .
41184127
41194128 < dt > < dfn id =ltcompound-selector > < var > <compound-selector> </ var > </ dfn >
41204129
4121- < dd > A < code > compound_selector_list</ code > .
4130+ < dd > A < code > compound_selector_list</ code > production representing a < a
4131+ href ="#selector-list "> < i > selector list</ i > </ a > comprised of < a
4132+ href ="#compound "> < i > compound selectors</ i > </ a > .
41224133
41234134 < dt > < dfn id =ltid-selector > < var > <id-selector> </ var > </ dfn >
41244135
4125- < dd > An < code > id</ code > .
4136+ < dd > An < code > id</ code > production representing an < a
4137+ href ="#id-selector "> < i > ID selector</ i > </ a >
41264138 </ dl >
41274139
41284140 < h2 id =conformance > < span class =secno > 17. </ span > Conformance</ h2 >
0 commit comments