|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: visuren.src,v 2.165 2010-09-29 15:52:02 bbos Exp $ --> |
| 3 | +<!-- $Id: visuren.src,v 2.166 2010-10-05 19:26:22 bbos Exp $ --> |
4 | 4 | <head> |
5 | 5 | <title>Visual formatting model</title> |
6 | 6 | <meta name="editor" lang="tr" content="Tantek Çelik"> |
@@ -176,7 +176,7 @@ for the DIV above) has a block-level box inside it (such as the P |
176 | 176 | above), then we force it to have <em>only</em> block-level boxes |
177 | 177 | inside it. |
178 | 178 |
|
179 | | -<p>When an inline box contains an in-flow block box, the inline box |
| 179 | +<p>When an inline box contains an in-flow block-level box, the inline box |
180 | 180 | (and its inline ancestors within the same line box) are broken around |
181 | 181 | the block-level box. The line boxes before the break and after the |
182 | 182 | break are enclosed in anonymous block boxes, and the block-level box |
@@ -2106,7 +2106,9 @@ language map to this algorithm. |
2106 | 2106 | </p> |
2107 | 2107 | <p>User agents that support bidirectional text must apply the Unicode |
2108 | 2108 | bidirectional algorithm to every sequence of inline-level boxes uninterrupted |
2109 | | -by a forced line break or block boundary. This sequence forms the |
| 2109 | +by a forced (<a |
| 2110 | +href="http://www.unicode.org/reports/tr9/#Bidirectional_Character_Types">bidi |
| 2111 | +class B</a>) break or block boundary. This sequence forms the |
2110 | 2112 | "paragraph" unit in the bidirectional algorithm. The paragraph embedding |
2111 | 2113 | level is set according to the value of the <span |
2112 | 2114 | class="propinst-direction">'direction'</span> property of the containing |
|
0 commit comments