Skip to content

Commit f6e9c9a

Browse files
committed
[css2] Another fix for 215.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403183
1 parent c8fb75b commit f6e9c9a

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

css2/changes.src

Lines changed: 2 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.151 2011-03-24 21:04:05 bbos Exp $ -->
3+
<!-- $Id: changes.src,v 2.152 2011-03-25 00:05:00 bbos Exp $ -->
44
<HEAD>
55
<TITLE>Changes</TITLE>
66
</HEAD>
@@ -6621,7 +6621,7 @@ the <span class="propinst-direction">'direction'</span> property of
66216621
the ancestor:</del> <ins>is the bounding box around the padding boxes
66226622
of the first and the
66236623
last inline boxes generated for that element. In CSS&nbsp;2.1, if the
6624-
inline-level element is split across multiple lines, the containing
6624+
inline element is split across multiple lines, the containing
66256625
block is undefined.</ins>
66266626
<ol>
66276627
<li><del>If the <span class="propinst-direction">'direction'</span> is

css2/visudet.src

Lines changed: 3 additions & 4 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.163 2011-03-24 21:04:28 bbos Exp $ -->
3+
<!-- $Id: visudet.src,v 2.164 2011-03-25 00:07:12 bbos Exp $ -->
44
<head>
55
<title>Visual formatting model details</title>
66
<style type="text/css">
@@ -48,11 +48,10 @@ established by the nearest ancestor with a <span
4848
class="propinst-position">'position'</span> of 'absolute', 'relative'
4949
or 'fixed', in the following way:
5050
<ol>
51-
<li>In the case that the ancestor is an <a
52-
href="visuren#inline-level">inline-level element,</a> the containing
51+
<li>In the case that the ancestor is an inline element, the containing
5352
block is the bounding box around the padding boxes of the first and
5453
the last inline boxes
55-
generated for that element. In CSS&nbsp;2.1, if the inline-level
54+
generated for that element. In CSS&nbsp;2.1, if the inline
5655
element is split
5756
across multiple lines, the containing block is undefined.
5857
</li>

0 commit comments

Comments
 (0)