@@ -365,7 +365,7 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
365365 </ span > Next-sibling combinator</ a >
366366
367367 < li > < a href ="#general-sibling-combinators "> < span class =secno > 8.3.2.
368- </ span > Following -sibling combinator</ a >
368+ </ span > Subsequent -sibling combinator</ a >
369369 </ ul >
370370 </ ul >
371371
@@ -883,7 +883,7 @@ <h2 id=selectors><span class=secno>2. </span>Selectors</h2>
883883 < td class =meaning > an F element preceded by an E element
884884
885885 < td class =described > < a
886- href ="#general-sibling-combinators "> Following -sibling combinator</ a >
886+ href ="#general-sibling-combinators "> Subsequent -sibling combinator</ a >
887887
888888 < td class =origin > 3
889889 </ table >
@@ -2878,7 +2878,7 @@ <h3 id=sibling-combinators><span class=secno>8.3. </span>Sibling
28782878 combinators</ h3 >
28792879
28802880 < p > There are two different sibling combinators: the next-sibling combinator
2881- and the following -sibling combinator. In both cases, non-element nodes
2881+ and the subsequent -sibling combinator. In both cases, non-element nodes
28822882 (e.g. text between elements) are ignored when considering adjacency of
28832883 elements.
28842884
@@ -2909,9 +2909,9 @@ <h4 id=adjacent-sibling-combinators><span class=secno>8.3.1.
29092909 </ div >
29102910
29112911 < h4 id =general-sibling-combinators > < span class =secno > 8.3.2.
2912- </ span > Following -sibling combinator</ h4 >
2912+ </ span > Subsequent -sibling combinator</ h4 >
29132913
2914- < p > The < dfn id =following -sibling-combinator> following -sibling
2914+ < p > The < dfn id =subsequent -sibling-combinator> subsequent -sibling
29152915 combinator</ dfn > is made of the "tilde" (U+007E, < code > ~</ code > )
29162916 character that separates two sequences of simple selectors. The elements
29172917 represented by the two sequences share the same parent in the document
@@ -3236,7 +3236,7 @@ <h2 id=profiling><span class=secno>11. </span>Profiles</h2>
32363236 all UI element states pseudo-classes< br >
32373237 all structural pseudo-classes other than :first-child< br >
32383238 negation pseudo-class < br >
3239- following -sibling combinators
3239+ subsequent -sibling combinators
32403240
32413241 < p > namespaces
32423242
0 commit comments