Skip to content

Commit 1aa71d9

Browse files
committed
[css2] Changed "white space" to "whitespace" as requested by Anne:
http://www.w3.org/mid/op.t899fxyd64w2qv@annevk-t60.oslo.opera.com --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402834
1 parent 46d3b7a commit 1aa71d9

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

css2/changes.src

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: changes.src,v 2.86 2008-04-07 18:31:50 bbos Exp $ -->
3+
<!-- $Id: changes.src,v 2.87 2008-04-08 11:51:28 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Changes</TITLE>
@@ -1087,7 +1087,7 @@ Letter and word spacing</a></h3>
10871087
is no longer optional.</p>
10881088

10891089
<p>Specified that word spacing affects each space, non-breaking space,
1090-
and ideographic space left in the text after white space processing
1090+
and ideographic space left in the text after whitespace processing
10911091
rules have been applied.</p>
10921092

10931093
<h3 id="c16.5"><a href="text.html#caps-prop">Section 16.5
@@ -1105,11 +1105,11 @@ to block-level elements.</p>
11051105
<p>"\A" in generated content no longer forces a break for 'normal'
11061106
and 'nowrap' values of 'white-space'.</p>
11071107

1108-
<p>Specified that the CSS white space processing model assumes all
1108+
<p>Specified that the CSS whitespace processing model assumes all
11091109
newlines have been normalized to line feeds.</p>
11101110

11111111
<p>Added <a href="text.html#white-space-model">section 16.6.1</a> to precisely define
1112-
white space handling.</p>
1112+
whitespace handling.</p>
11131113

11141114
<p>Added <a href="text.html#ctrlchars">section 16.6.3</a> to specify handling
11151115
of control and combining characters.</p>
@@ -1383,7 +1383,7 @@ anyway, it was redundant.</p>
13831383

13841384
<p>Corrected "unicode" macro to treat CRLF as a single character.</p>
13851385

1386-
<p>Corrected "block" production to allow white space between declarations.</p>
1386+
<p>Corrected "block" production to allow whitespace between declarations.</p>
13871387

13881388
<p>In the rule for "any" (in the core syntax), corrected "FUNCTION"
13891389
to "FUNCTION any* ')'".</p>
@@ -1430,7 +1430,7 @@ no escaping requirements are missing from the prose.</p>
14301430
<h3 id="x4.3.5"><a href="syndata.html#counter">Section 4.3.5
14311431
Counters</a></h3>
14321432

1433-
<p>Corrected syntax of counter() and counters() notation to allow white space
1433+
<p>Corrected syntax of counter() and counters() notation to allow whitespace
14341434
between tokens.</p>
14351435

14361436
<h3 id="x4.3.6"><a href="syndata.html#color-units">Section 4.3.6</a></h3>
@@ -2449,7 +2449,7 @@ Capitalization</a></h3>
24492449
Whitespace</a></h3>
24502450

24512451
<p>Added <a href="text.html#egbidiwscollapse">section 16.6.1</a> as an example
2452-
to illustrate the interaction of white space collapsing and bidi.</p>
2452+
to illustrate the interaction of whitespace collapsing and bidi.</p>
24532453

24542454
<h3 id="r17.1"><a href="tables.html#tables-intro">Section 17.1
24552455
Introduction to tables</a></h3>

css2/text.src

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: text.src,v 2.62 2007-11-13 14:53:28 bbos Exp $ -->
3+
<!-- $Id: text.src,v 2.63 2008-04-08 11:51:28 bbos Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Text</title>
@@ -159,7 +159,7 @@ positioned descendants, nor to the contents of 'inline-table' and
159159
'inline-block' descendants.
160160
</p><p>
161161
Underlines, overlines, and line-throughs are applied only to text
162-
(including white space, letter spacing, and word spacing): margins,
162+
(including whitespace, letter spacing, and word spacing): margins,
163163
borders, and padding are skipped. If an element contains no text,
164164
user agents must refrain from rendering these text decorations on the
165165
element. For example, images will not be underlined.
@@ -325,7 +325,7 @@ implementation-specific limits. </dd>
325325
also influenced by justification (see the <span
326326
class="propinst-text-align">'text-align'</span> property).
327327
Word spacing affects each space (U+0020), non-breaking space (U+00A0),
328-
and ideographic space (U+3000) left in the text after the white space
328+
and ideographic space (U+3000) left in the text after the whitespace
329329
processing rules have been applied.</p>
330330

331331
<div class="example"><p>
@@ -500,7 +500,7 @@ breaking opportunity.
500500
</p>
501501
</div>
502502

503-
<h3><a name="egbidiwscollapse">Example of bidirectionality with white-space collapsing</a></h3>
503+
<h3><a name="egbidiwscollapse">Example of bidirectionality with whitespace collapsing</a></h3>
504504
<p>
505505
Given the following markup fragment, taking special note of spaces (with varied backgrounds and borders for emphasis and identification):
506506
</p>
@@ -535,7 +535,7 @@ Note that there are two spaces between A and B, and none between B
535535
and C. This can sometimes be avoided by using the natural bidirectionality
536536
of characters instead of explicit embedding levels. Also, it is good
537537
to avoid spaces immediately inside start and end tags, as these tend
538-
to do weird things when dealing with white space collapsing.
538+
to do weird things when dealing with whitespace collapsing.
539539
</p>
540540

541541
<h3><a name="ctrlchars">Control and combining characters' details</a></h3>

css2/visuren.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: visuren.src,v 2.141 2008-04-07 18:31:50 bbos Exp $ -->
3+
<!-- $Id: visuren.src,v 2.142 2008-04-08 11:51:28 bbos Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Visual formatting model</title>
@@ -765,7 +765,7 @@ at any split, when there are several).
765765
same line box</em> due to <a href="#direction">bidirectional text
766766
processing</a>.
767767
</p>
768-
<p>Line boxes that contain no text, no preserved white space, no
768+
<p>Line boxes that contain no text, no preserved whitespace, no
769769
inline elements with non-zero margins, padding, or borders, and no
770770
other in-flow content (such as images, inline blocks or inline
771771
tables), and don't end with a line feed must be treated as zero-height

0 commit comments

Comments
 (0)