Skip to content

Commit 1430c12

Browse files
committed
[css2] Fixed up some references to intrinsic and replaced
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401625
1 parent 8a7d5ec commit 1430c12

File tree

4 files changed

+41
-41
lines changed

4 files changed

+41
-41
lines changed

css2/conform.src

Lines changed: 16 additions & 17 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: conform.src,v 2.40 1998-04-30 23:21:13 ijacobs Exp $ -->
3+
<!-- $Id: conform.src,v 2.41 1998-05-03 16:11:52 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Conformance: requirements and recommendations</TITLE>
@@ -87,18 +87,19 @@ of the document language. Most CSS style sheet rules use the names of
8787
these elements (such as "P", "TABLE", and "OL" for HTML) to specify
8888
rendering information for them.
8989

90-
<dt><strong><span class="index-def" title="replaced element">Replaced
91-
element</span></strong>
90+
<dt><strong><span class="index-def" title="replaced element">
91+
<a name="replaced-element">Replaced
92+
element</a></span></strong>
9293

93-
<dd>An element that the CSS formatter only knows the intrinsic
94-
dimensions of. In HTML, 'IMG', 'INPUT', 'TEXTAREA', 'SELECT' and
95-
'OBJECT' elements can be examples of replaced elements. E.g., the
96-
content of the 'IMG' element is often replaced by the image that the
97-
SRC attribute points to. CSS does not define how the intrinsic
98-
dimensions are found.
94+
<dd>An element for which the CSS formatter knows only the intrinsic
95+
dimensions. In HTML, IMG, INPUT, TEXTAREA, SELECT, and OBJECT elements
96+
can be examples of replaced elements. For example, the content of the
97+
IMG element is often replaced by the image that the "src" attribute
98+
designates. CSS does not define how the intrinsic dimensions are
99+
found.
99100

100101
<dt><strong><span class="index-def" title="intrinsic
101-
dimensions">Intrinsic dimensions</span></strong>
102+
dimensions"><a name="intrinsic">Intrinsic dimensions</a></span></strong>
102103

103104
<dd>The width and height as defined by the element itself, not imposed
104105
by the surroundings. In CSS2 it is assumed that all replaced elements
@@ -127,13 +128,11 @@ content</a></span></strong>
127128

128129
<dd>The content of an element after the rendering that applies to it
129130
according to the relevant style sheets has been applied. The rendered
130-
content of a <span class="index-def" title="replaced element"> <a
131-
name="replaced-element">replaced element</a></span> (one that causes
132-
external content to be inserted in the document) may come from outside
133-
the source document (e.g., HTML's IMG element). Rendered content may
134-
also be alternate text for an element (e.g., the value of the HTML
135-
"alt" attribute), and may include items inserted implicitly or
136-
explicitly by the style sheet, such as bullets, numbering, etc.
131+
content of a <a href="#replaced-element">replaced element</a> comes
132+
from outside the source document. Rendered content may also be
133+
alternate text for an element (e.g., the value of the HTML "alt"
134+
attribute), and may include items inserted implicitly or explicitly by
135+
the style sheet, such as bullets, numbering, etc.
137136

138137
<dt><strong><span class="index-def" title="document tree">
139138
<a name="doctree">Document

css2/sample.src

Lines changed: 5 additions & 5 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: sample.src,v 2.19 1998-04-28 19:12:13 ijacobs Exp $ -->
3+
<!-- $Id: sample.src,v 2.20 1998-05-03 16:11:56 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Appendix A: A sample style sheet for HTML 4.0</TITLE>
@@ -14,10 +14,10 @@
1414
practice. Developers are encouraged to use it as a default style sheet
1515
in their implementations.
1616

17-
<P>The full presentation of some HTML elements cannot be
18-
expressed in CSS2, including replaced elements (IMG, OBJECT),
19-
scripting elements (SCRIPT, APPLET), form control elements, and
20-
frame elements.
17+
<P>The full presentation of some HTML elements cannot be expressed in
18+
CSS2, including <a href="conform.html#replaced-element">replaced</a>
19+
elements (IMG, OBJECT), scripting elements (SCRIPT, APPLET), form
20+
control elements, and frame elements.
2121

2222
<!-- More detail about these elements needed here! -->
2323

css2/visudet.src

Lines changed: 15 additions & 15 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: visudet.src,v 2.40 1998-04-30 23:42:42 ijacobs Exp $ -->
3+
<!-- $Id: visudet.src,v 2.41 1998-05-03 16:12:05 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Visual formatting model details</TITLE>
@@ -134,7 +134,7 @@ class="propinst-width">'width'</span> property</H2>
134134

135135
<P> This property specifies the <a
136136
href="box.html#content-width">content width</a> of boxes generated by
137-
block-level and replaced elements.
137+
block-level and <a href="conform.html#replaced-element">replaced</a> elements.
138138

139139
<P>This property does not apply to non-replaced <a
140140
href="visuren.html#inline-level">inline-level</a> elements. The width
@@ -147,8 +147,8 @@ href="visuren.html#containing-block">containing block</a>, but may be
147147
shorted by the presence of <a href="visuren.html#floats">floats</a>.
148148

149149
<P>The width of a replaced element's box is <a
150-
name="intrinsic-width">intrinsic</a> and may be scaled by the user
151-
agent if the value of this property is different than 'auto'.
150+
href="conform.html#intrinsic">intrinsic</a> and may be scaled by the
151+
user agent if the value of this property is different than 'auto'.
152152

153153
<P>Values have the following meanings:</P>
154154

@@ -220,7 +220,7 @@ class="propinst-margin-left">'margin-left'</span> or <span
220220
class="propinst-margin-right">'margin-right'</span> becomes a computed
221221
value of '0'. A specified value of 'auto' for <span
222222
class="propinst-width">'width'</span> gives the element's <a
223-
href="#intrinsic-width">intrinsic</a> width as the computed value.
223+
href="conform.html#intrinsic">intrinsic</a> width as the computed value.
224224

225225
<h3>Block-level, non-replaced elements in normal flow</h3>
226226

@@ -268,7 +268,7 @@ their computed values are equal.
268268
class="propinst-right">'right'</span> are 'auto', their computed value
269269
is 0. If <span class="propinst-width">'width'</span> is specified as
270270
'auto', its value is the element's <a
271-
href="#intrinsic-width">intrinsic</a> width. If one of the margins is
271+
href="conform.html#intrinsic">intrinsic</a> width. If one of the margins is
272272
'auto', its computed value is given by the <a
273273
href="#width-constraints">constraints</a> above. Furthermore, if both
274274
margins are 'auto', their computed values are equal.
@@ -289,7 +289,7 @@ class="propinst-right">'right'</span>, <span
289289
class="propinst-margin-left">'margin-left'</span> or <span
290290
class="propinst-margin-right">'margin-right'</span> are specified as
291291
'auto', their computed value is '0'. If 'width' is 'auto', its value
292-
is the element's <a href="#intrinsic-width">intrinsic</a> width.
292+
is the element's <a href="conform.html#intrinsic">intrinsic</a> width.
293293

294294
<h3><a name="abs-non-replaced-width">Absolutely positioned, non-replaced elements</a></h3>
295295

@@ -363,13 +363,13 @@ and solve for that value.
363363
<h3>Absolutely positioned, replaced elements</h3>
364364

365365
<P>This situation is similar to the previous one, except that the
366-
element has an <a href="#intrinsic-width">intrinsic</a> width. The
366+
element has an <a href="conform.html#intrinsic">intrinsic</a> width. The
367367
sequence of substitutions is now:</p>
368368

369369
<ol>
370370
<li>If <span class="propinst-width">'width'</span> is 'auto',
371371
substitute the element's <a
372-
href="#intrinsic-width">intrinsic</a> width.
372+
href="conform.html#intrinsic">intrinsic</a> width.
373373

374374
<li>If <span class="propinst-left">'left'</span>
375375
has the value 'auto' while <span
@@ -490,7 +490,7 @@ class="propinst-height">'height'</span> property</H2>
490490

491491
<P> This property specifies the <a
492492
href="box.html#content-height">content height</a> of boxes generated
493-
by block-level and replaced elements.
493+
by block-level and <a href="conform.html#replaced-element">replaced</a> elements.
494494

495495
<P>This property does not apply to non-replaced <a
496496
href="visuren.html#inline-level">inline-level</a> elements. The
@@ -500,7 +500,7 @@ class="propinst-line-height">'line-height'</span> value.
500500

501501
<!--
502502
<P>The height of a replaced element's box is <a
503-
name="intrinsic-height">intrinsic</a> and may be scaled by the user
503+
href="conform.html#intrinsic">intrinsic</a> and may be scaled by the user
504504
agent if the value of this property is different than 'auto'.
505505
-->
506506

@@ -576,7 +576,7 @@ class="propinst-margin-top">'margin-top'</span>, or <span
576576
class="propinst-margin-bottom">'margin-bottom'</span> are 'auto',
577577
their computed value is 0. If <span
578578
class="propinst-height">'height'</span> is 'auto', the computed value
579-
is the intrinsic height.
579+
is the <a href="conform.html#intrinsic">intrinsic</a> height.
580580

581581
<H3>Block-level, non-replaced elements in normal flow, and
582582
floating, non-replaced elements</H3>
@@ -644,12 +644,12 @@ value.
644644
<H3>Absolutely positioned, replaced elements</H3>
645645

646646
<p>This situation is similar to the previous one, except that the
647-
element has an <a href="#intrinsic-width">intrinsic</a> height. The
647+
element has an <a href="conform.html#intrinsic">intrinsic</a> height. The
648648
sequence of substitutions is now:
649649

650650
<ol>
651651
<li>If <span class="propinst-height">'height'</span> is 'auto',
652-
substitute the element's <a href="#intrinsic-width">intrinsic</a>
652+
substitute the element's <a href="conform.html#intrinsic">intrinsic</a>
653653
height.
654654

655655
<li>If <span class="propinst-top">'top'</span> has the value 'auto',
@@ -828,7 +828,7 @@ generated inline box.
828828
href="visuren.html#inline-level">inline-level</a> element, it
829829
specifies the <em>exact</em> height of each box generated by the
830830
element. (Except for inline <a
831-
href="conform.html#replaced-element">replaced elements</a>, where the
831+
href="conform.html#replaced-element">replaced</a> elements, where the
832832
height of the box is given by the <span
833833
class="propinst-height">'height'</span> property.)
834834

css2/visuren.src

Lines changed: 5 additions & 4 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: visuren.src,v 2.60 1998-05-03 00:43:49 ijacobs Exp $ -->
3+
<!-- $Id: visuren.src,v 2.61 1998-05-03 16:12:23 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Visual formatting model</TITLE>
@@ -26,8 +26,8 @@ href="#box-gen">type</a>.
2626
(normal flow, float, and absolute).
2727
<li>relationships between elements
2828
in the <a href="conform.html#doctree">document tree.</a>
29-
<li>external information (e.g., viewport size, intrinsic
30-
dimensions of images, etc.).
29+
<li>external information (e.g., viewport size, <a
30+
href="conform.html#intrinsic">intrinsic</a> dimensions of images, etc.).
3131
</ul>
3232

3333
<P>The properties defined in this chapter and the next apply to both
@@ -926,7 +926,8 @@ the description of the <span class="propinst-float">'float'</span>
926926
property.
927927

928928
<P>A floated box must have an explicit width (assigned via the <span
929-
class="propinst-width">'width'</span> property, or its intrinsic width
929+
class="propinst-width">'width'</span> property, or its
930+
<a href="conform.html#intrinsic">intrinsic</a> width
930931
in the case of replaced elements). Any floated box becomes a <a
931932
href="#block-box">block box</a> that is shifted to the left or right
932933
until its outer edge touches the containing block edge or the outer

0 commit comments

Comments
 (0)