|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
2 | 2 | <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 $ --> |
4 | 4 | <HEAD> |
5 | 5 | <TITLE>Changes</TITLE> |
6 | 6 | </HEAD> |
@@ -6747,6 +6747,38 @@ exactly 'line-height'. Boxes of child elements do not influence this |
6747 | 6747 | height.</ins> |
6748 | 6748 | </blockquote> |
6749 | 6749 |
|
| 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 | + |
6750 | 6782 |
|
6751 | 6783 | </BODY> |
6752 | 6784 | </HTML> |
|
0 commit comments