Skip to content

Commit 5cb14c9

Browse files
committed
[css2] Switched order of entries
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401738
1 parent 55f826e commit 5cb14c9

File tree

1 file changed

+43
-44
lines changed

1 file changed

+43
-44
lines changed

css2/errata.src

+43-44
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ hspace="0"></a><br clear="all"></p>
2626
<dd><a href="_THE_UPDATE_DIR_/_THE_ID_-errata.html">
2727
_THE_UPDATE_DIR_/_THE_ID_-errata.html</a>
2828
<dt>Last revised:
29-
<dd>$Date: 1998-09-28 22:37:17 $
29+
<dd>$Date: 1998-09-28 23:23:23 $
3030
</dl>
3131

3232
<dl>
@@ -86,12 +86,54 @@ initial sign only:</P>
8686
say that the properties 'top', 'right', 'bottom', and 'left'
8787
do not apply.
8888

89+
<h3><a href="visuren.html#position-props">Section 9.3.2</a></H3>
90+
91+
<P>The properties 'top', 'right', 'bottom', and 'left', incorrectly
92+
refer to offsets with respect to a box's content edge. The proper edge
93+
is the margin edge. Thus, for 'top', the description should read,
94+
"This property specifies how far a box's top margin edge is offset
95+
below the top edge of the box's containing block."
96+
8997
<h3><a href="visudet.html#q6">Section 10.3.3</a></h3>
9098

9199
<P>In the last sentence of the paragraph following the equation --
92100
"If the value of 'direction' is 'ltr', this happens to
93101
'margin-left' instead." -- substitute 'rtl' for 'ltr'.
94102

103+
<h3><a href="visudet.html#q17">Section 10.6.3</a></H3>
104+
105+
<P>The height calculation for block-level, non-replaced elements in
106+
normal flow, and floating, non-replaced elements is not quite correct.
107+
The height calculation should read as follows:</P>
108+
109+
<p>If <span class="propinst-top">'top'</span>, <span
110+
class="propinst-bottom">'bottom'</span>, <span
111+
class="propinst-margin-top">'margin-top'</span>, or <span
112+
class="propinst-margin-bottom">'margin-bottom'</span> are 'auto',
113+
their computed value is 0. If <span
114+
class="propinst-height">'height'</span> is 'auto', the height depends
115+
on whether the element has any block-level children and whether it has
116+
padding or borders.
117+
118+
<P>If it only has inline-level children, the height is the distance
119+
between the top of the topmost line box and the bottom of the
120+
bottommost line box.
121+
122+
<P>If it has block-level children, the height is the distance between
123+
the top border-edge of the topmost block-level child box and the
124+
bottom border-edge of the bottommost block-level child box. However,
125+
if the element has a non-zero top padding and/or top border, then the
126+
content starts at the top <em>margin</em> edge of the topmost child.
127+
Similarly, if the element has a non-zero bottom padding and/or bottom
128+
border, then the content ends at the bottom <em>margin</em> edge of
129+
the bottommost child.
130+
131+
<P>Only children in the normal flow are taken into account (i.e.,
132+
floating boxes and absolutely positioned boxes are ignored, and
133+
relatively positioned boxes are considered without their offset). Note
134+
that the child box may be an <a
135+
href="visuren.html#anonymous-block-level">anonymous box.</a>
136+
95137
<h3><a href="fonts.html#font-size-props">Section 15.2.4</a></h3>
96138

97139
<P>Under the 'font-size-adjust' property, in the formula given
@@ -169,49 +211,6 @@ should end instead with the end tag "&lt;/P&gt;".
169211

170212
<P>In the (third paragraph) sentence "In the example, the color of the anonymous initial boxes is inherited from the P, but the background is transparent", substitute the word "inline" for "initial".
171213

172-
<h3><a href="visuren.html#position-props">Section 9.3.2</a></H3>
173-
174-
<P>The properties 'top', 'right', 'bottom', and 'left', incorrectly
175-
refer to offsets with respect to a box's content edge. The proper edge
176-
is the margin edge. Thus, for 'top', the description should read,
177-
"This property specifies how far a box's top margin edge is offset
178-
below the top edge of the box's containing block."
179-
180-
<h3><a href="visudet.html#q17">Section 10.6.3</a></H3>
181-
182-
<P>The height calculation for block-level, non-replaced elements in
183-
normal flow, and floating, non-replaced elements is not quite correct.
184-
The height calculation should read as follows:</P>
185-
186-
<p>If <span class="propinst-top">'top'</span>, <span
187-
class="propinst-bottom">'bottom'</span>, <span
188-
class="propinst-margin-top">'margin-top'</span>, or <span
189-
class="propinst-margin-bottom">'margin-bottom'</span> are 'auto',
190-
their computed value is 0. If <span
191-
class="propinst-height">'height'</span> is 'auto', the height depends
192-
on whether the element has any block-level children and whether it has
193-
padding or borders.
194-
195-
<P>If it only has inline-level children, the height is the distance
196-
between the top of the topmost line box and the bottom of the
197-
bottommost line box.
198-
199-
<P>If it has block-level children, the height is the distance between
200-
the top border-edge of the topmost block-level child box and the
201-
bottom border-edge of the bottommost block-level child box. However,
202-
if the element has a non-zero top padding and/or top border, then the
203-
content starts at the top <em>margin</em> edge of the topmost child.
204-
Similarly, if the element has a non-zero bottom padding and/or bottom
205-
border, then the content ends at the bottom <em>margin</em> edge of
206-
the bottommost child.
207-
208-
<P>Only children in the normal flow are taken into account (i.e.,
209-
floating boxes and absolutely positioned boxes are ignored, and
210-
relatively positioned boxes are considered without their offset). Note
211-
that the child box may be an <a
212-
href="visuren.html#anonymous-block-level">anonymous box.</a>
213-
214-
215214
<h3><a href="generate.html#content">Section 12.2</a></h3>
216215

217216
<P>In the definition of &lt;counter&gt;, the sentence "The latter

0 commit comments

Comments
 (0)