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
2020href="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
2222indentation of the first line of text in the block. More precisely, it
2323specifies the indentation of the first box that flows into the block's
2424first <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
116116an element. If the property is specified for a <a
117117href="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
120120affects all boxes generated by the element. If the element has no
121121content 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.
142142from 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.,
146146they should all be underlined). The color of decorations should remain
147147the same even if descendant elements have different <span
148148class="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
427427href="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
430430class="propinst-white-space">'white-space'</span> property in author
431431and user style sheets but must specify a value for it in the default
432432style sheet.
0 commit comments