Skip to content

Commit 7d4b62e

Browse files
committed
[css2] remove unneeded emphasis
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402839
1 parent ae0bab2 commit 7d4b62e

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

css2/visuren.src

Lines changed: 8 additions & 8 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.143 2008-04-08 16:33:57 bbos Exp $ -->
3+
<!-- $Id: visuren.src,v 2.144 2008-04-16 00:51:52 fantasai Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Visual formatting model</title>
@@ -374,14 +374,14 @@ lists and examples of list formatting, please consult the section on
374374
<dt><strong>none</strong></dt>
375375

376376
<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
378378
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.
385385

386386
<p>Please note that a display of 'none' does not create an invisible
387387
box; it creates no box at all. CSS includes mechanisms that enable an

0 commit comments

Comments
 (0)