Skip to content

Commit 12249e1

Browse files
committed
[css2] New text for issue 199 as per telcon of Mar 23, 2011.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403175
1 parent 980d30a commit 12249e1

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

css2/visuren.src

Lines changed: 8 additions & 9 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: visuren.src,v 2.186 2011-03-23 01:04:22 bbos Exp $ -->
3+
<!-- $Id: visuren.src,v 2.187 2011-03-23 21:34:54 bbos Exp $ -->
44
<head>
55
<title>Visual formatting model</title>
66
<meta name="editor" lang="tr" content="Tantek &Ccedil;elik">
@@ -753,17 +753,16 @@ at any split, when there are several).
753753
same line box</em> due to <a href="#direction">bidirectional text
754754
processing</a>.
755755
</p>
756-
<p id="phantom-line-box">If an element contains no text, no <a
756+
<p id="phantom-line-box">Line boxes are created as needed to hold
757+
inline-level content within an inline formatting context. Line boxes
758+
that contain no text, no <a
757759
href="text.html#white-space-prop">preserved white space,</a> no inline
758760
elements with non-zero margins, padding, or borders, and no other <a
759761
href="#positioning-scheme">in-flow</a> content (such as images, inline
760-
block, or inline tables), then no line boxes are generated inside the
761-
element. The <a href="visudet.html#static-position">static
762-
position</a> of any child elements is the top of the box
763-
in the vertical direction, and the same position horizontally that a
764-
zero width, zero height inline replaced element would have if placed
765-
in the element. (This, for example, respects the <span
766-
class="propinst-text-align">'text-align'</span> property.)
762+
blocks or inline tables), and do not end with a preserved newline must
763+
be treated as zero-height line boxes for the purposes of determining
764+
the positions of any elements inside of them, and must be treated as
765+
not existing for any other purpose.
767766
</p>
768767
<div class="html-example"><p>
769768
Here is an example of inline box construction. The following paragraph

0 commit comments

Comments
 (0)