|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: visuren.src,v 2.143 2008-04-08 16:33:57 bbos Exp $ --> |
| 3 | +<!-- $Id: visuren.src,v 2.144 2008-04-16 00:51:52 fantasai Exp $ --> |
4 | 4 | <head> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
6 | 6 | <title>Visual formatting model</title> |
@@ -374,14 +374,14 @@ lists and examples of list formatting, please consult the section on |
374 | 374 | <dt><strong>none</strong></dt> |
375 | 375 |
|
376 | 376 | <dd><span class="index-def" title="'none'::as display value">This |
377 | | -value</span> causes an element to <em>not appear</em> in the <a |
| 377 | +value</span> causes an element to not appear in the <a |
378 | 378 | href="intro.html#formatting-structure">formatting structure</a> (i.e., |
379 | | -<em>in visual media</em> the element <em>generates no boxes</em> and |
380 | | -has no effect on layout). Descendant elements do not generate any |
381 | | -boxes either; <em>the element and its content are removed from the |
382 | | -formatting structure entirely.</em> This behavior |
383 | | -<strong>cannot</strong> be overridden by setting the <span |
384 | | -class="propinst-display">'display'</span> property on the descendants. |
| 379 | +in visual media the element generates no boxes and has no effect on |
| 380 | +layout). Descendant elements do not generate any boxes either; the |
| 381 | +element and its content are removed from the formatting structure |
| 382 | +entirely. This behavior <strong>cannot</strong> be overridden by |
| 383 | +setting the <span class="propinst-display">'display'</span> property |
| 384 | +on the descendants. |
385 | 385 |
|
386 | 386 | <p>Please note that a display of 'none' does not create an invisible |
387 | 387 | box; it creates no box at all. CSS includes mechanisms that enable an |
|
0 commit comments