Skip to content

Commit e9226ac

Browse files
committed
[css2] Added forgotten "padding boxes" in issue 215.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403181
1 parent 2dac40c commit e9226ac

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

css2/changes.src

Lines changed: 3 additions & 2 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.150 2011-03-24 16:22:08 bbos Exp $ -->
3+
<!-- $Id: changes.src,v 2.151 2011-03-24 21:04:05 bbos Exp $ -->
44
<HEAD>
55
<TITLE>Changes</TITLE>
66
</HEAD>
@@ -6618,7 +6618,8 @@ is inline and split over multiple lines:
66186618
<li>In the case that the ancestor is an <del>inline box</del>
66196619
<ins>inline-level element</ins>, the containing block <del>depends on
66206620
the <span class="propinst-direction">'direction'</span> property of
6621-
the ancestor:</del> <ins>is the bounding box around the first and the
6621+
the ancestor:</del> <ins>is the bounding box around the padding boxes
6622+
of the first and the
66226623
last inline boxes generated for that element. In CSS&nbsp;2.1, if the
66236624
inline-level element is split across multiple lines, the containing
66246625
block is undefined.</ins>

css2/visudet.src

Lines changed: 3 additions & 2 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: visudet.src,v 2.162 2011-03-24 16:21:45 bbos Exp $ -->
3+
<!-- $Id: visudet.src,v 2.163 2011-03-24 21:04:28 bbos Exp $ -->
44
<head>
55
<title>Visual formatting model details</title>
66
<style type="text/css">
@@ -50,7 +50,8 @@ or 'fixed', in the following way:
5050
<ol>
5151
<li>In the case that the ancestor is an <a
5252
href="visuren#inline-level">inline-level element,</a> the containing
53-
block is the bounding box around the first and the last inline boxes
53+
block is the bounding box around the padding boxes of the first and
54+
the last inline boxes
5455
generated for that element. In CSS&nbsp;2.1, if the inline-level
5556
element is split
5657
across multiple lines, the containing block is undefined.

0 commit comments

Comments
 (0)