Skip to content

Commit d218c34

Browse files
committed
[css2] Spelling fixes resulting from a spell-check. Approved per http://lists.w3.org/Archives/Public/www-archive/2009Aug/0025.html .
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402954
1 parent c2c1054 commit d218c34

8 files changed

Lines changed: 34 additions & 34 deletions

File tree

css2/box.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01//EN'>
22

33
<html lang="en">
4-
<!-- $Id: box.src,v 1.74 2009-02-03 11:24:59 bbos Exp $ -->
4+
<!-- $Id: box.src,v 1.75 2009-08-06 21:05:29 dbaron Exp $ -->
55
<HEAD>
66
<TITLE>Box model</TITLE>
77
</HEAD>
@@ -770,7 +770,7 @@ relevant.
770770
</div>
771771

772772

773-
<h2><a name="bidi-box-model">The box model for inline elements in bidirection context</a></h2>
773+
<h2><a name="bidi-box-model">The box model for inline elements in bidirectional context</a></h2>
774774

775775
<p>For each line box, UAs must take the inline boxes generated for
776776
each element and render the margins, borders and padding in visual

css2/cascade.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: cascade.src,v 2.67 2009-05-19 17:25:35 bbos Exp $ -->
3+
<!-- $Id: cascade.src,v 2.68 2009-08-06 21:05:30 dbaron Exp $ -->
44
<HEAD>
55
<TITLE>Assigning property values, Cascading, and Inheritance</TITLE>
66
</HEAD>
@@ -81,7 +81,7 @@ user agent may not be able to make use of the value in a given
8181
environment. For example, a user agent may only be able to render
8282
borders with integer pixel widths and may therefore have to
8383
approximate the computed width, or the user agent may be forced to
84-
use only black and white shades instead of full colour. The actual
84+
use only black and white shades instead of full color. The actual
8585
value is the used value after any approximations have been applied.
8686

8787

css2/changes.src

Lines changed: 17 additions & 17 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.112 2009-08-06 19:42:34 bbos Exp $ -->
3+
<!-- $Id: changes.src,v 2.113 2009-08-06 21:05:30 dbaron Exp $ -->
44
<HEAD>
55
<TITLE>Changes</TITLE>
66
</HEAD>
@@ -92,7 +92,7 @@ declarations are SGML Text Entities conforming to the HTML 4.01 Strict DTD [HTML
9292
The markup for many examples has been reformulated to either include a DOCTYPE or
9393
conform to this definition.</p>
9494

95-
<h3 id="c1.5"><a href="about.html#acknowledgements">Section 1.5 Acknowledgements</a></h3>
95+
<h3 id="c1.5"><a href="about.html#acknowledgements">Section 1.5 Acknowledgments</a></h3>
9696

9797
<p>This section (formerly 1.4) has been updated to reflect contributions to CSS2.1
9898
and has been marked non-normative.<p>
@@ -129,7 +129,7 @@ macros "nmstart" and "nmchar" now include it. See also section
129129

130130
<p>The "escape" macro has been modified to allow the escaping of any
131131
character except newlines, form feeds, and hex digits (to avoid
132-
conflict with unicode escapes).</p>
132+
conflict with Unicode escapes).</p>
133133

134134
<p>Modified "string1" and "string2" macros by defining allowed characters
135135
through excluding disallowed characters. This allows invisible ASCII
@@ -180,7 +180,7 @@ URLs and URIs</a></h3>
180180
<h3 id="c4.3.5"><a href="syndata.html#counter">Section 4.3.5
181181
Counters</a></h3>
182182

183-
<p>Changed "Counters are denoted by identifiers" to "ounters are
183+
<p>Changed "Counters are denoted by identifiers" to "Counters are
184184
denoted by <ins>case-sensitive</ins> identifiers" (see also the
185185
change to case-sensitivity in <a href="#c4.1.3">4.1.3</a>).
186186

@@ -400,7 +400,7 @@ on par with &lt;color>.</p>
400400
<p>3D border styles ('groove', 'ridge', 'inset', 'outset') now depend on the
401401
corresponding border-color rather than on 'color'.</p>
402402

403-
<h3 id="c8.6"><a href="box.html#bidi-box-model">Section 8.6 The box model for inline elements in bidirection context</a></h3>
403+
<h3 id="c8.6"><a href="box.html#bidi-box-model">Section 8.6 The box model for inline elements in bidirectional context</a></h3>
404404

405405
<p>Added this new section to specify layout of inline boxes when affected by bidi.</p>
406406

@@ -698,7 +698,7 @@ used value of a percentage min/max width is zero.</p>
698698
the containing block's width depends on this element's width, then the
699699
resulting layout is undefined in CSS 2.1.</p>
700700

701-
<p>The UA is no longer allowed to select an aribtrary minimum width.</p>
701+
<p>The UA is no longer allowed to select an arbitrary minimum width.</p>
702702

703703
<p>The used width of replaced elements with an intrinsic ratio and both
704704
'width' and 'height' specified as 'auto' is now calculated according to
@@ -730,7 +730,7 @@ the previous sections.</p>
730730

731731
<p>Added section 10.6.7 to define 'auto' heights for block formatting
732732
context roots. (Unlike other block boxes, the height of these boxes
733-
increases to accomodate any normal-flow descendant floats.)</p>
733+
increases to accommodate any normal-flow descendant floats.)</p>
734734

735735
<h3 id="c10.6.1"><a href="visudet.html#inline-non-replaced">Section 10.6.1
736736
Inline, non-replaced elements</a></h3>
@@ -846,7 +846,7 @@ the 'clip' property</a></h3>
846846
Furthermore, it applies to those elements even when their 'overflow' is
847847
'visible'.</p>
848848

849-
<p>The default value of 'clip', 'auto', now indiciates no clipping
849+
<p>The default value of 'clip', 'auto', now indicates no clipping
850850
rather than clipping to the element's border box.</p>
851851

852852
<p>Values of "rect()" should be separated by commas. UAs are
@@ -933,7 +933,7 @@ Lists</a></h3>
933933
<h3 id="c12.5.1"><a href="generate.html#list-style">Section 12.5.1
934934
Lists</a></h3>
935935

936-
<p>The list styles 'hebrew', 'armenian', 'georgian', 'cjk-ideographs',
936+
<p>The list styles 'hebrew', 'armenian', 'georgian', 'cjk-ideographic',
937937
'hiragana', 'katakana', 'hiragana-iroha' and 'katakana-iroha' have
938938
been removed due to lack of implementation experience. (They are
939939
expected to return in the CSS3 Lists module.)</p>
@@ -1017,8 +1017,8 @@ removed in CSS&nbsp;2.1.</p>
10171017
<h3 id="c15.2"><a href="fonts.html#algorithm">Section 15.2
10181018
Font matching algorithm</a></h3>
10191019

1020-
<p>In this section (previously 15.5), in step 5 (prevously 8)
1021-
of the font matching algorith, the UA is now allowed to use
1020+
<p>In this section (previously 15.5), in step 5 (previously 8)
1021+
of the font matching algorithm, the UA is now allowed to use
10221022
multiple default fallback fonts to find a glyph for a given
10231023
character.</p>
10241024

@@ -1225,7 +1225,7 @@ for determining column widths.</p>
12251225
<h3 id="c17.5.3"><a href="tables.html#height-layout">Section 17.5.3
12261226
Table height algorithms</a></h3>
12271227

1228-
<p>The 'height' property on tables is now treated as a mininimum
1228+
<p>The 'height' property on tables is now treated as a minimum
12291229
height; the UA no longer has the option of using 'height' to
12301230
constrain the size of the table to be smaller than its contents.</p>
12311231

@@ -1411,7 +1411,7 @@ to "FUNCTION any* ')'".</p>
14111411
Characters and case</a></h3>
14121412

14131413
<p>Corrected third paragraph to say that an '@import' rule can only be
1414-
preceeded by an '@charset' rule or other '@import' rules.</p>
1414+
preceded by an '@charset' rule or other '@import' rules.</p>
14151415

14161416
<h3 id="x4.3"><a href="syndata.html#values">Section 4.3 (Double sign problem)</a></h3>
14171417

@@ -1504,7 +1504,7 @@ image.
15041504
href="box.html#border-shorthand-properties">Section 8.5.4
15051505
Border shorthand properties</a></h3>
15061506

1507-
<p>Changedvarious border shorthands' syntax definitions to use the
1507+
<p>Changed various border shorthands' syntax definitions to use the
15081508
&lt;border-width&gt;, &lt;border-style&gt; and &lt;'border-top-color'&gt;
15091509
value types as appropriate.</p>
15101510

@@ -2072,7 +2072,7 @@ media types that the style sheet itself applies to.</p>
20722072
media types</a></h3>
20732073

20742074
<p>Added text to clarify that media types are mutually exclusive,
2075-
but a UA can render simulatenously to canvases with different
2075+
but a UA can render simultaneously to canvases with different
20762076
media types.</p>
20772077

20782078
<h3 id="r7.3.1"><a href="media.html#media-groups">Section 7.3.1
@@ -2438,7 +2438,7 @@ reverted to its CSS1 format. Also, discussion of font-weight from
24382438
other parts of the Fonts chapter has been aggregated under this
24392439
section.</p>
24402440

2441-
<p>Removed statemnt that says "User agents must map names to values
2441+
<p>Removed statement that says "User agents must map names to values
24422442
in a way that preserves visual order; a face mapped to a value
24432443
must not be lighter than faces mapped to lower values." This is
24442444
otherwise implied by "The only guarantee is that a face of a given
@@ -3823,7 +3823,7 @@ href="/TR/2007/CR-CSS21-20070719/text.html#white-space-model">
38233823
Section&nbsp;16.6.1 The 'white-space' processing model</a></h3>
38243824

38253825
<p><span class=date>[2009-02-02]</span> Collapsing of white space does
3826-
not remove any line breaking oppportunities. Add the following
3826+
not remove any line breaking opportunities. Add the following
38273827
clarification:
38283828

38293829
<blockquote>

css2/syndata.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: syndata.src,v 2.170 2009-08-06 19:22:14 bbos Exp $ -->
3+
<!-- $Id: syndata.src,v 2.171 2009-08-06 21:05:30 dbaron Exp $ -->
44
<head>
55
<title>Syntax and basic data types</title>
66
<meta name="editor" lang="tr" content="Tantek &Ccedil;elik">
@@ -1276,7 +1276,7 @@ This character represents the generic notion of "newline" in CSS.
12761276
See the <span
12771277
class="propinst-content">'content'</span> property for an example.
12781278
</p>
1279-
<p>It is possible to break strings over several lines, for esthetic
1279+
<p>It is possible to break strings over several lines, for aesthetic
12801280
or other reasons, but in such a case the newline itself has to be
12811281
escaped with a backslash (\). For instance, the following two
12821282
selectors are exactly the same:

css2/tables.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: tables.src,v 2.114 2009-08-06 19:22:14 bbos Exp $ -->
3+
<!-- $Id: tables.src,v 2.115 2009-08-06 21:05:30 dbaron Exp $ -->
44
<head>
55
<title>Tables</title>
66
</head>
@@ -743,7 +743,7 @@ particular, if the margins of a table are set to '0' and the width to
743743
'auto', the table will not automatically size to fill its containing
744744
block. However, once the calculated value of 'width' for the table is
745745
found (using the algorithms given below or, when appropriate, some
746-
other UA dependant algorithm) then the other parts of section 10.3 do
746+
other UA dependent algorithm) then the other parts of section 10.3 do
747747
apply. Therefore a table <em>can</em> be centered using left and right
748748
'auto' margins, for instance.
749749

css2/text.src

Lines changed: 4 additions & 4 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.69 2009-05-19 17:25:35 bbos Exp $ -->
3+
<!-- $Id: text.src,v 2.70 2009-08-06 21:05:30 dbaron Exp $ -->
44
<head>
55
<title>Text</title>
66
<meta http-equiv="Content-Style-Type" content="text/css">
@@ -77,7 +77,7 @@ p { text-indent: 3em }
7777

7878
<p class="note">
7979
Note: Since the 'text-indent' property inherits, when specified on
80-
a block element, it will affect descendent inline-block elements.
80+
a block element, it will affect descendant inline-block elements.
8181
For this reason, it is often wise to specify '<code>text-indent: 0</code>'
8282
on elements that are specified '<code>display:inline-block</code>'.
8383
</p>
@@ -429,7 +429,7 @@ Any text that is directly contained inside a block element (not inside an
429429
inline element) should be treated as an anonymous inline element.
430430
</p>
431431
<p>
432-
For each inline element (including anonymous inlines elements), the
432+
For each inline element (including anonymous inline elements), the
433433
following steps are performed, treating bidi formatting characters as if
434434
they were not there:
435435
</p>
@@ -474,7 +474,7 @@ As each line is laid out,
474474
</li>
475475
<li>All tabs (U+0009) are rendered as a horizontal shift that lines
476476
up the start edge of the next glyph with the next tab stop. Tab
477-
stops occur at points that are mutiples of 8 times the width of
477+
stops occur at points that are multiples of 8 times the width of
478478
a space (U+0020) rendered in the block's font from the block's
479479
starting content edge.
480480
</li>

css2/visufx.src

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ block (i.e., the containing block's height is determined by the <span
3838
class="propinst-height">'height'</span> property, not by content
3939
height).
4040
</li>
41-
<li>A descendent box is <a href="visuren.html#absolute-positioning">positioned
41+
<li>A descendant box is <a href="visuren.html#absolute-positioning">positioned
4242
absolutely</a>, partly outside the box. Such boxes are not always clipped by the overflow property on their ancestors.
4343
</li>
44-
<li>A descendent box has <a href="box.html#margin-properties">negative margins</a>, causing it
44+
<li>A descendant box has <a href="box.html#margin-properties">negative margins</a>, causing it
4545
to be positioned partly outside the box.
4646
</li>
4747
<li>The 'text-indent' property causes an inline box to hang off either the left or right edge of the block box.
@@ -350,7 +350,7 @@ meanings:</p>
350350
<dd>The generated box is visible.</dd>
351351
<dt><strong>hidden</strong></dt>
352352
<dd>The generated box is invisible (fully transparent, nothing is drawn), but still
353-
affects layout. Furthermore, descendents of the element will
353+
affects layout. Furthermore, descendants of the element will
354354
be visible if they have 'visibility: visible'.</dd>
355355
<dt><strong>collapse</strong></dt>
356356
<dd>Please consult the section on

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.155 2009-08-06 19:22:15 bbos Exp $ -->
3+
<!-- $Id: visuren.src,v 2.156 2009-08-06 21:05:30 dbaron Exp $ -->
44
<head>
55
<title>Visual formatting model</title>
66
<meta name="editor" lang="tr" content="Tantek &Ccedil;elik">
@@ -2099,7 +2099,7 @@ corresponds to adding a LRE (U+202A; for 'direction: ltr') or RLE
20992099
<dd>
21002100
For inline-level elements this creates an override.
21012101
For block-level, table-cell, table-caption, or inline-block elements
2102-
this creates an override for inline-level descendents not within
2102+
this creates an override for inline-level descendants not within
21032103
another block-level, table-cell, table-caption, or inline-block
21042104
element.
21052105
This means that inside the element, reordering is strictly in sequence

0 commit comments

Comments
 (0)