Skip to content

Commit f2da390

Browse files
committed
[css2] inline -> inline-level, skip -> ignore
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401182
1 parent 6ad1c26 commit f2da390

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

css2/text.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.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: text.src,v 2.10 1998-03-14 00:41:29 ijacobs Exp $ -->
3+
<!-- $Id: text.src,v 2.11 1998-03-14 23:47:25 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Text</TITLE>
@@ -18,7 +18,7 @@ class="propinst-text-indent">'text-indent'</span> property</H2>
1818

1919
<P>This property, which applies only to <a
2020
href="visuren.html#block-level">block-level</a> elements that contain
21-
<a href="visuren.html#inline">inline</a> elements, specifies the
21+
<a href="visuren.html#inline-level">inline-level</a> elements, specifies the
2222
indentation of the first line of text in the block. More precisely, it
2323
specifies the indentation of the first box that flows into the block's
2424
first <a href="visuren.html#line-box">line box</a>. The box is
@@ -115,11 +115,11 @@ property</H3>
115115
<P> This property describes decorations that are added to the text of
116116
an element. If the property is specified for a <a
117117
href="visuren.html#block-level">block-level</a> element, it affects
118-
all inline descendants of the element. If it is specified for (or
119-
affects) an <a href="visuren.html#inline">inline</a> element, it
118+
all inline-level descendants of the element. If it is specified for (or
119+
affects) an <a href="visuren.html#inline-level">inline-level</a> element, it
120120
affects all boxes generated by the element. If the element has no
121121
content or no text content (e.g., the IMG element in HTML), user
122-
agents must <a href="syndata.html#skip">skip</a> this property.
122+
agents must <a href="syndata.html#ignore">ignore</a> this property.
123123

124124
<P>Values have the following meanings:</p>
125125

@@ -142,7 +142,7 @@ are not required to support this value.
142142
from the <span class="propinst-color">'color'</span> property value.
143143

144144
<P> This property is not inherited, but descendant boxes of a
145-
block-level box should be rendered with the same decoration (e.g.,
145+
block box should be rendered with the same decoration (e.g.,
146146
they should all be underlined). The color of decorations should remain
147147
the same even if descendant elements have different <span
148148
class="propinst-color">'color'</span> values.
@@ -425,8 +425,8 @@ from the PRE and P elements in HTML.
425425

426426
<P><span class="index-inst" title="conformance"><a
427427
href="conform.html#conformance">Conforming HTML user agents</a></span>
428-
may <span class="index-inst" title="skip"><a
429-
href="syndata.html#skip">skip</a></span> the <span
428+
may <span class="index-inst" title="ignore"><a
429+
href="syndata.html#ignore">ignore</a></span> the <span
430430
class="propinst-white-space">'white-space'</span> property in author
431431
and user style sheets but must specify a value for it in the default
432432
style sheet.

0 commit comments

Comments
 (0)