Skip to content

Commit 8e8b778

Browse files
committed
[css2] Generated. Do not edit!
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402947
1 parent 6b20462 commit 8e8b778

50 files changed

Lines changed: 689 additions & 689 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

css2/cascade.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h3>6.1.2 <span class="index-def" title="computed value">
9595
for the definition of computed values when the specified value is
9696
'inherit'.
9797

98-
<p>The computed value exists even when the property doesn't apply, as
98+
<p>The computed value exists even when the property does not apply, as
9999
defined by the <a href="about.html#applies-to">'Applies To'</a> line.
100100
However, some
101101
properties may define the computed value of a property for an element

css2/changes.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,7 @@ <h3 id="c9.10"><a name="q63">C.2.56 </a><a href="visuren.html#direction">Section
980980
<p>Conforming UAs are now allowed to not support bidirectional text; in
981981
this case they must ignore the 'direction' and 'unicode-bidi' properties.
982982
However since applying bidi can have an effect even when a document
983-
doesn't contain right-to-left characters, UAs that do support bidi are
983+
does not contain right-to-left characters, UAs that do support bidi are
984984
no longer permitted to not apply the algorithm just because the document
985985
lacks right-to-left characters.</p>
986986

@@ -2011,7 +2011,7 @@ <h3 id="x9.10"><a name="q169">C.3.28 </a><a href="visuren.html#direction">Sectio
20112011

20122012
<p>Corrected note about 'direction' on table column elements to say
20132013
that "columns are not the ancestors of the cells in the document tree"
2014-
rather than saying "columns don't exist in the document tree".</p>
2014+
rather than saying "columns do not exist in the document tree".</p>
20152015

20162016
<p>Added table cells, table captions, and inline blocks alongside
20172017
block-level elements in description of 'bidi-override' value. Also
@@ -2073,7 +2073,7 @@ <h3 id="x11.1.1"><a name="q175">C.3.34 </a><a href="visufx.html#overflow">Sectio
20732073
another DIV was not rendered correctly. The first style rule applied
20742074
to both DIVs, so the second DIV box should have been rendered with a
20752075
red border as well. The second DIV has now been changed to a CITE,
2076-
which doesn't have a red border.
2076+
which does not have a red border.
20772077

20782078
<h3 id="x11.1.2"><a name="q176">C.3.35 </a><a href="visufx.html#clipping">Section 11.1.2 Clipping:
20792079
the 'clip' property</a></h3>
@@ -2089,7 +2089,7 @@ <h3 id="x11.2"><a name="q177">C.3.36 </a><a href="visufx.html#overflow-clipping
20892089
<h3 id="x12.4.2"><a name="q178">C.3.37 </a><a href="generate.html#counter-styles">Section 12.4.2 Counter
20902090
styles</a></h3>
20912091

2092-
<p>The example used the style 'hebrew', which doesn't exist in CSS
2092+
<p>The example used the style 'hebrew', which does not exist in CSS
20932093
level 2. Changed to 'lower-greek'.
20942094

20952095
<h3 id="x12.6.2"><a name="q179">C.3.38 </a><a href="generate.html#list-style">Section 12.6.2 Lists</a></h3>
@@ -2372,7 +2372,7 @@ <h3 id="r4.3.1"><a name="q204">C.4.10 </a><a href="syndata.html#numbers">Section
23722372
<h3 id="r4.3.2"><a name="q205">C.4.11 </a><a href="syndata.html#length-units">Section 4.3.2
23732373
Lengths</a></h3>
23742374

2375-
<p>Clarified that negative length values on properties that don't allow them
2375+
<p>Clarified that negative length values on properties that do not allow them
23762376
cause the declaration to be ignored.</p>
23772377

23782378
<h3 id="r4.3.4"><a name="q206">C.4.12 </a><a href="syndata.html#uri">Section 4.3.4
@@ -2594,7 +2594,7 @@ <h3 id="r9.4.2"><a name="q232">C.4.38 </a><a href="visuren.html#inline-formattin
25942594
<h3 id="r9.4.3"><a name="q233">C.4.39 </a><a href="visuren.html#relative-positioning">Section 9.4.3
25952595
Relative positioning</a></h3>
25962596

2597-
<p>Clarified that although relative positioning normally doesn't
2597+
<p>Clarified that although relative positioning normally does not
25982598
directly affect layout, it may affect layout indirectly through
25992599
the creation of scrollbars.</p>
26002600

@@ -2757,7 +2757,7 @@ <h3 id="r12.4"><a name="q254">C.4.60 </a><a href="generate.html#counters">Sectio
27572757
Automatic counters and numbering</a></h3>
27582758

27592759
<p>In the "self-nesting" behavior of counters, clarified that merely
2760-
using a counter in a child element doesn't create a new instance of it:
2760+
using a counter in a child element does not create a new instance of it:
27612761
only resetting it does.</p>
27622762

27632763
<p>Clarified that the scope of a counter does not include any elements
@@ -2790,7 +2790,7 @@ <h3 id="r14.2"><a name="q256">C.4.62 </a><a href="colors.html#background">Sectio
27902790

27912791
<blockquote><p>Note that there is only <em>one</em> viewport per
27922792
document. I.e., even if an element has a scrolling mechanism (see
2793-
'overflow'), a 'fixed' background doesn't move with it.</blockquote>
2793+
'overflow'), a 'fixed' background does not move with it.</blockquote>
27942794

27952795
<p>Definition of 'background-position' has been rewritten as normative rules
27962796
rather than just examples.</p>
@@ -3208,7 +3208,7 @@ <h3 id="s.4.1.7"><a name="q298">C.5.11 </a><a
32083208
<p><span class=date>[2008-11-26]</span> More precise statement of what
32093209
is ignored:
32103210

3211-
<blockquote><p>When a user agent can't parse the selector (i.e., it is
3211+
<blockquote><p>When a user agent cannot parse the selector (i.e., it is
32123212
not valid CSS&nbsp;2.1), it must ignore the <ins>selector and the
32133213
following</ins> declaration block <ins>(if any)</ins> as
32143214
well.</blockquote>
@@ -3663,7 +3663,7 @@ <h3 id="s.10.3.2a"><a name="q327">C.5.40 </a><a
36633663
follows:
36643664

36653665
<blockquote><p>If it does, <del>then a percentage intrinsic width on
3666-
that element can't be resolved and the element is assumed to have no
3666+
that element cannot be resolved and the element is assumed to have no
36673667
intrinsic width</del> <ins>then the resulting layout is undefined in
36683668
CSS2.1</ins>.</blockquote>
36693669

@@ -4000,7 +4000,7 @@ <h3 id="s.13.2.1.1"><a name="q348">C.5.61 </a><a
40004000

40014001
<p><span class=date>[2009-02-02]</span> <p>Remove sections 13.2.1.1
40024002
and 13.2.1.2. (The described situations cannot occur in CSS&nbsp;2.1,
4003-
because CSS&nbsp;2.1 doesn't have a 'size' property.)
4003+
because CSS&nbsp;2.1 does not have a 'size' property.)
40044004

40054005

40064006

css2/colors.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,8 @@ <h3>14.2.1 <a name="background-properties">Background properties</a>: <a href="c
334334
with the containing block ('scroll').</p>
335335

336336
<p>Note that there is only one viewport per view. If an element has
337-
a scrolling mechanism (see 'overflow'), a 'fixed' background doesn't
338-
move with the element, and a 'scroll' background doesn't move with
337+
a scrolling mechanism (see 'overflow'), a 'fixed' background does not
338+
move with the element, and a 'scroll' background does not move with
339339
the scrolling mechanism.</p>
340340

341341
<p>Even if the image is fixed, it is still only visible when it is in

0 commit comments

Comments
 (0)