11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22<html lang="en">
3- <!-- $Id: changes.src,v 2.108 2009-04-23 14:40:39 bbos Exp $ -->
3+ <!-- $Id: changes.src,v 2.109 2009-05-15 17:31:38 bbos Exp $ -->
44<HEAD>
55<TITLE>Changes</TITLE>
66</HEAD>
@@ -568,7 +568,7 @@ Text direction</a></h3>
568568<p>Conforming UAs are now allowed to not support bidirectional text; in
569569this case they must ignore the 'direction' and 'unicode-bidi' properties.
570570However since applying bidi can have an effect even when a document
571- doesn't contain right-to-left characters, UAs that do support bidi are
571+ does not contain right-to-left characters, UAs that do support bidi are
572572no longer permitted to not apply the algorithm just because the document
573573lacks right-to-left characters.</p>
574574
@@ -1599,7 +1599,7 @@ Text direction</a></h3>
15991599
16001600<p>Corrected note about 'direction' on table column elements to say
16011601that "columns are not the ancestors of the cells in the document tree"
1602- rather than saying "columns don't exist in the document tree".</p>
1602+ rather than saying "columns do not exist in the document tree".</p>
16031603
16041604<p>Added table cells, table captions, and inline blocks alongside
16051605block-level elements in description of 'bidi-override' value. Also
@@ -1661,7 +1661,7 @@ and inline-block elements".</p>
16611661another DIV was not rendered correctly. The first style rule applied
16621662to both DIVs, so the second DIV box should have been rendered with a
16631663red border as well. The second DIV has now been changed to a CITE,
1664- which doesn't have a red border.
1664+ which does not have a red border.
16651665
16661666<h3 id="x11.1.2"><a href="visufx.html#clipping">Section 11.1.2 Clipping:
16671667the 'clip' property</a></h3>
@@ -1677,7 +1677,7 @@ Visibility</a></h3>
16771677<h3 id="x12.4.2"><a href="generate.html#counter-styles">Section 12.4.2 Counter
16781678styles</a></h3>
16791679
1680- <p>The example used the style 'hebrew', which doesn't exist in CSS
1680+ <p>The example used the style 'hebrew', which does not exist in CSS
16811681level�2. Changed to 'lower-greek'.
16821682
16831683<h3 id="x12.6.2"><a href="generate.html#list-style">Section 12.6.2 Lists</a></h3>
@@ -1960,7 +1960,7 @@ Integers and real numbers</a></h3>
19601960<h3 id="r4.3.2"><a href="syndata.html#length-units">Section 4.3.2
19611961Lengths</a></h3>
19621962
1963- <p>Clarified that negative length values on properties that don't allow them
1963+ <p>Clarified that negative length values on properties that do not allow them
19641964cause the declaration to be ignored.</p>
19651965
19661966<h3 id="r4.3.4"><a href="syndata.html#uri">Section 4.3.4
@@ -2182,7 +2182,7 @@ as that situation is now defined in <a href="box.html#bidi-box-model">section
21822182<h3 id="r9.4.3"><a href="visuren.html#relative-positioning">Section 9.4.3
21832183Relative positioning</a></h3>
21842184
2185- <p>Clarified that although relative positioning normally doesn't
2185+ <p>Clarified that although relative positioning normally does not
21862186directly affect layout, it may affect layout indirectly through
21872187the creation of scrollbars.</p>
21882188
@@ -2345,7 +2345,7 @@ different languages are mixed.</p>
23452345Automatic counters and numbering</a></h3>
23462346
23472347<p>In the "self-nesting" behavior of counters, clarified that merely
2348- using a counter in a child element doesn't create a new instance of it:
2348+ using a counter in a child element does not create a new instance of it:
23492349only resetting it does.</p>
23502350
23512351<p>Clarified that the scope of a counter does not include any elements
@@ -2378,7 +2378,7 @@ stacking context and referred to z-index property for details.</p>
23782378
23792379<blockquote><p>Note that there is only <em>one</em> viewport per
23802380document. I.e., even if an element has a scrolling mechanism (see
2381- 'overflow'), a 'fixed' background doesn't move with it.</blockquote>
2381+ 'overflow'), a 'fixed' background does not move with it.</blockquote>
23822382
23832383<p>Definition of 'background-position' has been rewritten as normative rules
23842384rather than just examples.</p>
@@ -2796,7 +2796,7 @@ Rule sets, declaration blocks, and selectors</a></h3>
27962796<p><span class=date>[2008-11-26]</span> More precise statement of what
27972797is ignored:
27982798
2799- <blockquote><p>When a user agent can't parse the selector (i.e., it is
2799+ <blockquote><p>When a user agent cannot parse the selector (i.e., it is
28002800not valid CSS 2.1), it must ignore the <ins>selector and the
28012801following</ins> declaration block <ins>(if any)</ins> as
28022802well.</blockquote>
@@ -3251,7 +3251,7 @@ Section 10.3.2 Inline, replaced elements</a></h3>
32513251follows:
32523252
32533253<blockquote><p>If it does, <del>then a percentage intrinsic width on
3254- that element can't be resolved and the element is assumed to have no
3254+ that element cannot be resolved and the element is assumed to have no
32553255intrinsic width</del> <ins>then the resulting layout is undefined in
32563256CSS2.1</ins>.</blockquote>
32573257
@@ -3588,7 +3588,7 @@ sheet</a></h3>
35883588
35893589<p><span class=date>[2009-02-02]</span> <p>Remove sections 13.2.1.1
35903590and 13.2.1.2. (The described situations cannot occur in CSS 2.1,
3591- because CSS 2.1 doesn't have a 'size' property.)
3591+ because CSS 2.1 does not have a 'size' property.)
35923592
35933593<!--========================== issue 76 ===========================-->
35943594
0 commit comments