Skip to content

Commit 8e2d555

Browse files
committed
[css2] Reverted incorrect edit for issue 283.
Added missed part of edit for issue 219. Reverted edit for issue 215, while waiting for clarity about what we decided. Correction to edit for issue 179. --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403170
1 parent 82c40f4 commit 8e2d555

1 file changed

Lines changed: 8 additions & 26 deletions

File tree

css2/changes.src

Lines changed: 8 additions & 26 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.145 2011-03-22 20:59:45 fantasai Exp $ -->
3+
<!-- $Id: changes.src,v 2.146 2011-03-23 01:10:23 bbos Exp $ -->
44
<HEAD>
55
<TITLE>Changes</TITLE>
66
</HEAD>
@@ -6642,9 +6642,8 @@ in the following way:</del><ins>.</ins>
66426642

66436643
<p>If there is no such ancestor, the containing block is the initial
66446644
containing block. <ins>In CSS&nbsp;2.1, if that nearest ancestor is an
6645-
inline-level element that splits across multiple lines, or splits into
6646-
multiple boxes due to bidi processing, the containing block is
6647-
undefined.</ins>
6645+
inline-level element that splits across multiple lines the containing
6646+
block is undefined.</ins>
66486647
</blockquote>
66496648

66506649
<!--========================== issue 213 ==========================-->
@@ -6794,7 +6793,7 @@ Anonymous block boxes</a></h3>
67946793

67956794
<blockquote>
67966795
<p>The resulting boxes would be <del>an anonymous block box
6797-
around</del> <ins>a block box representing</ins> the P, containing an
6796+
around</del> <ins>a block box representing</ins> the BODY, containing an
67986797
anonymous block box around C1, the SPAN block box, and another
67996798
anonymous block box around C2.
68006799
</blockquote>
@@ -6842,6 +6841,10 @@ sequences of white space. Lines are broken at <del>newlines in the
68426841
source, at occurrences of "\A" in generated content,</del>
68436842
<ins>preserved newline characters,</ins> and as necessary to fill line
68446843
boxes.
6844+
<dt>pre-line <dd>This value directs user agents to collapse sequences
6845+
of white space. Lines are broken at <del>newlines in the source, at
6846+
occurrences of "\A" in generated content,</del> <ins>preserved newline
6847+
characters,</ins> and as necessary to fill line boxes.
68456848
</dl>
68466849
</blockquote>
68476850

@@ -7428,27 +7431,6 @@ an intrinsic ratio but no intrinsic size, add this note:
74287431
image has an intrinsic ratio, but no intrinsic size.</ins>
74297432
</blockquote>
74307433

7431-
<!--========================== issue 283 ==========================-->
7432-
7433-
<h3 id=u.14.2.1a><a
7434-
href="/TR/2010/WD-CSS2-20101207/colors.html#background-properties">14.2.1
7435-
Background properties: 'background-color', 'background-image',
7436-
'background-repeat', 'background-attachment', 'background-position',
7437-
and 'background'</a></h3>
7438-
7439-
<p>Because of insufficient implementations of background images with
7440-
an intrinsic ratio but no intrinsic size, the size of such images is
7441-
not defined in CSS&nbsp;2.1:
7442-
7443-
<blockquote>
7444-
<p>If the image has no intrinsic dimensions and has an intrinsic ratio
7445-
the dimensions <del>must be assumed to be the largest dimensions at
7446-
that ratio such that neither dimension exceeds the dimensions of the
7447-
rectangle that establishes the coordinate system for the <span
7448-
class="propinst-background-position">'background-position'</span>
7449-
property</del> <ins>are undefined in CSS&nbsp;2.1</ins>.
7450-
</blockquote>
7451-
74527434
<!--========================== issue 197 ==========================-->
74537435

74547436
<h3 id=u.9.2.4><a

0 commit comments

Comments
 (0)