Skip to content

Commit 6de965e

Browse files
committed
[css2] Issues 280 and 281.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403140
1 parent f755bfd commit 6de965e

1 file changed

Lines changed: 33 additions & 1 deletion

File tree

css2/changes.src

Lines changed: 33 additions & 1 deletion
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.137 2011-03-04 17:26:03 bbos Exp $ -->
3+
<!-- $Id: changes.src,v 2.138 2011-03-09 23:06:56 bbos Exp $ -->
44
<HEAD>
55
<TITLE>Changes</TITLE>
66
</HEAD>
@@ -6747,6 +6747,38 @@ exactly 'line-height'. Boxes of child elements do not influence this
67476747
height.</ins>
67486748
</blockquote>
67496749

6750+
<!--========================== issue 281 ==========================-->
6751+
6752+
<h3 id=u.10.6.1a><a
6753+
href="/TR/2010/WD-CSS2-20101207/visudet.html#inline-non-replaced">10.6.1
6754+
Inline, non-replaced elements</a></h3>
6755+
6756+
<p>Improve language:
6757+
6758+
<blockquote>
6759+
<p>The vertical padding, border and margin of an inline, non-replaced
6760+
box start at the top and bottom of the content
6761+
area, <del>not</del> <ins>and has nothing to do with</ins> the
6762+
'line-height'. But only the 'line-height' is used when calculating the
6763+
height of the line box.
6764+
</blockquote>
6765+
6766+
<!--========================== issue 280 ==========================-->
6767+
6768+
<h3 id=u.9.5.1><a
6769+
href="/TR/2010/WD-CSS2-20101207/visuren.html#float-position">9.5.1
6770+
Positioning the float: the 'float' property</a></h3>
6771+
6772+
<p>A left float must not only not overlap a right float, but must also
6773+
not be completely to the right of it.
6774+
6775+
</blockquote>
6776+
<p>3. The right <a href="box.html#outer-edge">outer edge</a> of a
6777+
left-floating box may not be to the right of the
6778+
left <a href="box.html#outer-edge">outer edge</a> of any
6779+
right-floating box that is <del>to the right of</del> <ins>next
6780+
to</ins> it. Analogous rules hold for right-floating elements.
6781+
67506782

67516783
</BODY>
67526784
</HTML>

0 commit comments

Comments
 (0)