@@ -664,7 +664,7 @@ <h2><a name="toc">Full Table of Contents</a></h2>
664664 <li class="tocline2"><a href="text.html#white-space-prop" class="tocxref">16.6 Whitespace: the <span class="propinst-white-space">'white-space'</span> property</a>
665665 <ul class="toc">
666666 <li class="tocline3"><a href="text.html#white-space-model" class="tocxref">16.6.1 The 'white-space' processing model</a>
667- <li class="tocline3"><a href="text.html#egbidiwscollapse" class="tocxref">16.6.2 Example of bidirectionality with white-space collapsing</a>
667+ <li class="tocline3"><a href="text.html#egbidiwscollapse" class="tocxref">16.6.2 Example of bidirectionality with whitespace collapsing</a>
668668 <li class="tocline3"><a href="text.html#ctrlchars" class="tocxref">16.6.3 Control and combining characters' details</a>
669669 </ul>
670670 </ul>
@@ -8105,7 +8105,7 @@ <h3>9.4.2 <a name="inline-formatting">Inline formatting context</a></h3>
81058105same line box</em> due to <a href="#direction">bidirectional text
81068106processing</a>.
81078107</p>
8108- <p>Line boxes that contain no text, no preserved white space , no
8108+ <p>Line boxes that contain no text, no preserved whitespace , no
81098109inline elements with non-zero margins, padding, or borders, and no
81108110other in-flow content (such as images, inline blocks or inline
81118111tables), and don't end with a line feed must be treated as zero-height
@@ -14925,7 +14925,7 @@ <h1><a name="q0">16 Text</a></h1>
1492514925 <li class="tocline2"><a href="text.html#white-space-prop" class="tocxref">16.6 Whitespace: the <span class="propinst-white-space">'white-space'</span> property</a>
1492614926 <ul class="toc">
1492714927 <li class="tocline3"><a href="text.html#white-space-model" class="tocxref">16.6.1 The 'white-space' processing model</a>
14928- <li class="tocline3"><a href="text.html#egbidiwscollapse" class="tocxref">16.6.2 Example of bidirectionality with white-space collapsing</a>
14928+ <li class="tocline3"><a href="text.html#egbidiwscollapse" class="tocxref">16.6.2 Example of bidirectionality with whitespace collapsing</a>
1492914929 <li class="tocline3"><a href="text.html#ctrlchars" class="tocxref">16.6.3 Control and combining characters' details</a>
1493014930 </ul>
1493114931 </ul>
@@ -15110,7 +15110,7 @@ <h3>16.3.1 <a name="lining-striking-props">Underlining, overlining, striking, an
1511015110'inline-block' descendants.
1511115111</p><p>
1511215112Underlines, overlines, and line-throughs are applied only to text
15113- (including white space , letter spacing, and word spacing): margins,
15113+ (including whitespace , letter spacing, and word spacing): margins,
1511415114borders, and padding are skipped. If an element contains no text,
1511515115user agents must refrain from rendering these text decorations on the
1511615116element. For example, images will not be underlined.
@@ -15306,7 +15306,7 @@ <h2>16.4 <a name="spacing-props">Letter and word spacing</a>: the <a href="text.
1530615306also influenced by justification (see the <a href="text.html#propdef-text-align" class="noxref"><span
1530715307class="propinst-text-align">'text-align'</span></a> property).
1530815308Word spacing affects each space (U+0020), non-breaking space (U+00A0),
15309- and ideographic space (U+3000) left in the text after the white space
15309+ and ideographic space (U+3000) left in the text after the whitespace
1531015310processing rules have been applied.</p>
1531115311
1531215312<div class="example"><P style="display:none">Example(s):</P><p>
@@ -15511,7 +15511,7 @@ <h3>16.6.1 <a name="white-space-model">The 'white-space' processing model</a></h
1551115511</p>
1551215512</div>
1551315513
15514- <h3>16.6.2 <a name="egbidiwscollapse">Example of bidirectionality with white-space collapsing</a></h3>
15514+ <h3>16.6.2 <a name="egbidiwscollapse">Example of bidirectionality with whitespace collapsing</a></h3>
1551515515<p>
1551615516Given the following markup fragment, taking special note of spaces (with varied backgrounds and borders for emphasis and identification):
1551715517</p>
@@ -15546,7 +15546,7 @@ <h3>16.6.2 <a name="egbidiwscollapse">Example of bidirectionality with white-spa
1554615546and C. This can sometimes be avoided by using the natural bidirectionality
1554715547of characters instead of explicit embedding levels. Also, it is good
1554815548to avoid spaces immediately inside start and end tags, as these tend
15549- to do weird things when dealing with white space collapsing.
15549+ to do weird things when dealing with whitespace collapsing.
1555015550</p>
1555115551
1555215552<h3>16.6.3 <a name="ctrlchars">Control and combining characters' details</a></h3>
@@ -20475,7 +20475,7 @@ <h3 id="c16.4"><a name="q113">C.2.106 </a><a href="text.html#spacing-props">Sect
2047520475is no longer optional.</p>
2047620476
2047720477<p>Specified that word spacing affects each space, non-breaking space,
20478- and ideographic space left in the text after white space processing
20478+ and ideographic space left in the text after whitespace processing
2047920479rules have been applied.</p>
2048020480
2048120481<h3 id="c16.5"><a name="q114">C.2.107 </a><a href="text.html#caps-prop">Section 16.5
@@ -20493,11 +20493,11 @@ <h3 id="c16.6"><a name="q115">C.2.108 </a><a href="text.html#white-space-prop">S
2049320493<p>"\A" in generated content no longer forces a break for 'normal'
2049420494and 'nowrap' values of 'white-space'.</p>
2049520495
20496- <p>Specified that the CSS white space processing model assumes all
20496+ <p>Specified that the CSS whitespace processing model assumes all
2049720497newlines have been normalized to line feeds.</p>
2049820498
2049920499<p>Added <a href="text.html#white-space-model">section 16.6.1</a> to precisely define
20500- white space handling.</p>
20500+ whitespace handling.</p>
2050120501
2050220502<p>Added <a href="text.html#ctrlchars">section 16.6.3</a> to specify handling
2050320503of control and combining characters.</p>
@@ -20771,7 +20771,7 @@ <h3 id="x4.1.1"><a name="q143">C.3.3 </a><a href="syndata.html#tokenization">Sec
2077120771
2077220772<p>Corrected "unicode" macro to treat CRLF as a single character.</p>
2077320773
20774- <p>Corrected "block" production to allow white space between declarations.</p>
20774+ <p>Corrected "block" production to allow whitespace between declarations.</p>
2077520775
2077620776<p>In the rule for "any" (in the core syntax), corrected "FUNCTION"
2077720777to "FUNCTION any* ')'".</p>
@@ -20818,7 +20818,7 @@ <h3 id="x4.3.4"><a name="q148">C.3.8 </a><a href="syndata.html#uri">Section 4.3.
2081820818<h3 id="x4.3.5"><a name="q149">C.3.9 </a><a href="syndata.html#counter">Section 4.3.5
2081920819Counters</a></h3>
2082020820
20821- <p>Corrected syntax of counter() and counters() notation to allow white space
20821+ <p>Corrected syntax of counter() and counters() notation to allow whitespace
2082220822between tokens.</p>
2082320823
2082420824<h3 id="x4.3.6"><a name="q150">C.3.10 </a><a href="syndata.html#color-units">Section 4.3.6</a></h3>
@@ -21837,7 +21837,7 @@ <h3 id="r16.6"><a name="q267">C.4.74 </a><a href="text.html#white-space-prop">Se
2183721837Whitespace</a></h3>
2183821838
2183921839<p>Added <a href="text.html#egbidiwscollapse">section 16.6.1</a> as an example
21840- to illustrate the interaction of white space collapsing and bidi.</p>
21840+ to illustrate the interaction of whitespace collapsing and bidi.</p>
2184121841
2184221842<h3 id="r17.1"><a name="q268">C.4.75 </a><a href="tables.html#tables-intro">Section 17.1
2184321843Introduction to tables</a></h3>
0 commit comments