@@ -1700,17 +1700,18 @@ <h3 id=case-sensitive><span class=secno>3.7. </span> Characters and case
17001700 sensitivity of < a href ="#language-range "> < i > language ranges</ i > </ a > is
17011701 defined in the < a href ="#lang-pseudo "> < code > :lang()</ code > </ a > section.
17021702
1703- < p > < dfn id =whitespace > White space</ dfn > in Selectors consists of the
1704- characters SPACE (U+0020), TAB (U+0009), LINE FEED (U+000A), CARRIAGE
1705- RETURN (U+000D), and FORM FEED (U+000C) can occur in whitespace. Other
1706- space-like characters, such as EM SPACE (U+2003) and IDEOGRAPHIC SPACE
1707- (U+3000), are never part of white space.
1708-
1709- < p > Characters in Selectors can be escaped with a backslash according to the
1710- same < a href ="http://www.w3.org/TR/CSS21/syndata.html#characters "> escaping
1703+ < p > < dfn id =whitespace > White space</ dfn > in Selectors consists of the code
1704+ points SPACE (U+0020), TAB (U+0009), LINE FEED (U+000A), CARRIAGE RETURN
1705+ (U+000D), and FORM FEED (U+000C) can occur in whitespace. Other space-like
1706+ code points, such as EM SPACE (U+2003) and IDEOGRAPHIC SPACE (U+3000), are
1707+ never part of white space.
1708+
1709+ < p > Code points in Selectors can be escaped with a backslash according to
1710+ the same < a
1711+ href ="http://www.w3.org/TR/CSS21/syndata.html#characters "> escaping
17111712 rules</ a > as CSS. < a href ="#ref-CSS21 "
1712- rel =biblioentry > [CSS21]<!--{{!CSS21}}--> </ a > Note that escaping a
1713- character "cancels out" any special meaning it may have in Selectors. For
1713+ rel =biblioentry > [CSS21]<!--{{!CSS21}}--> </ a > Note that escaping a code
1714+ point "cancels out" any special meaning it may have in Selectors. For
17141715 example, the selector ‘< code class =css > #foo> a</ code > ’ contains a
17151716 combinator, but ‘< code class =css > #foo\> a</ code > ’ instead selects an
17161717 element with the id < code > foo> a</ code > .
@@ -3418,7 +3419,7 @@ <h3 id=the-blank-pseudo><span class=secno>12.3. </span> <a
34183419 < p > The < dfn id =blank-pseudo > :blank</ dfn > pseudo-class is like the < a
34193420 href ="#empty-pseudo "> < code > :empty</ code > </ a > pseudo-class, except that it
34203421 additionally matches elements that only contain < a
3421- href ="http://www.w3.org/TR/css3-text/#white-space-rules "> characters
3422+ href ="http://www.w3.org/TR/css3-text/#white-space-rules "> code points
34223423 affected by whitespace processing</ a > . < a href ="#ref-CSS3TEXT "
34233424 rel =biblioentry > [CSS3TEXT]<!--{{!CSS3TEXT}}--> </ a >
34243425
@@ -3957,7 +3958,7 @@ <h3 id=child-combinators><span class=secno>13.2. </span> Child combinator
39573958
39583959 < p > A < dfn id =child-combinator > child combinator</ dfn > describes a childhood
39593960 relationship between two elements. A child combinator is made of the
3960- "greater-than sign" (U+003E, < code > > </ code > ) character and
3961+ "greater-than sign" (U+003E, < code > > </ code > ) code point and
39613962 separates two < a href ="#compound "> < i > compound selectors</ i > </ a > .
39623963
39633964 < div class =example >
@@ -3988,7 +3989,7 @@ <h3 id=adjacent-sibling-combinators><span class=secno>13.3. </span>
39883989 Next-sibling combinator (< code > +</ code > )</ h3 >
39893990
39903991 < p > The < dfn id =next-sibling-combinator > next-sibling combinator</ dfn > is
3991- made of the "plus sign" (U+002B, < code > +</ code > ) character that
3992+ made of the "plus sign" (U+002B, < code > +</ code > ) code point that
39923993 separates two < a href ="#compound "> < i > compound selectors</ i > </ a > . The
39933994 elements represented by the two < a href ="#compound "> < i > compound
39943995 selectors</ i > </ a > share the same parent in the document tree and the
@@ -4018,7 +4019,7 @@ <h3 id=general-sibling-combinators><span class=secno>13.4. </span>
40184019
40194020 < p > The < dfn id =following-sibling-combinator > following-sibling
40204021 combinator</ dfn > is made of the "tilde" (U+007E, < code > ~</ code > )
4021- character that separates two < a href ="#compound "> < i > compound
4022+ code point that separates two < a href ="#compound "> < i > compound
40224023 selectors</ i > </ a > . The elements represented by the two < a
40234024 href ="#compound "> < i > compound selectors</ i > </ a > share the same parent in
40244025 the document tree and the element represented by the first compound
0 commit comments