Skip to content

Commit 4875f79

Browse files
committed
[css2] Updated
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401730
1 parent 6c21036 commit 4875f79

1 file changed

Lines changed: 137 additions & 9 deletions

File tree

css2/errata.src

Lines changed: 137 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
55
<title>Errata in _THE_ID_</title>
6-
<!-- Changed by: Ian B. Jacobs, 10-Jul-1998 -->
6+
<!-- Changed by: Ian B. Jacobs, 28-Sep-1998 -->
77
<LINK rel="start" href="http://www.w3.org/TR/REC-css2">
88
<style type="text/css">
99
body {
@@ -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-07-10 22:37:47 $
29+
<dd>$Date: 1998-09-28 22:37:17 $
3030
</dl>
3131

3232
<dl>
@@ -42,7 +42,7 @@ _THE_UPDATE_DIR_/_THE_ID_-errata.html</a>
4242
href="mailto:css2-editors@w3.org">css2-editors@w3.org</a>.
4343

4444

45-
<h2>Known Errors</h2>
45+
<h2><a name="known-errors">Known Errors</a></h2>
4646

4747
<H3>Shorthand properties</H3>
4848

@@ -54,6 +54,32 @@ do not enforce this rule: 'border-top', 'border-right',
5454
'border-bottom', 'border-left', 'border', 'background', 'font',
5555
'list-style', 'cue', and 'outline'.
5656

57+
<H3><a href="syndata.html#values">Section 4.3 (Double sign problem)</a></H3>
58+
59+
<P>Several values described in subsections of this section
60+
incorrectly allow two "+" or "-" signs at their beginnings.
61+
<a href="syndata.html#length-units">Lengths</a>, for instance,
62+
are described as follows:</P>
63+
64+
<BLOCKQUOTE>
65+
The format of a length value (denoted by &lt;length&gt; in this
66+
specification) is an optional sign character ('+' or '-', with '+'
67+
being the default) immediately followed by a &lt;number&gt;
68+
(with or without a decimal point)
69+
immediately followed by a unit identifier (e.g., px, deg, etc.).
70+
</BLOCKQUOTE>
71+
72+
<P>However, since &lt;number&gt; already allows a "+" or "-"
73+
sign, the above definition means two signs may appear. The following
74+
value types allow two signs but are meant to allow one
75+
initial sign only:</P>
76+
77+
<UL>
78+
<LI><a href="syndata.html#length-units">Lengths</a>
79+
<LI><a href="syndata.html#percentage-units">Percentages</a>
80+
<LI><a href="syndata.html#angle-units">Angles</a>
81+
</UL>
82+
5783
<H3><a href="visuren.html#choose-position">Section 9.3.1</a></H3>
5884

5985
<P>The definition of the value 'static' should
@@ -66,12 +92,22 @@ do not apply.
6692
"If the value of 'direction' is 'ltr', this happens to
6793
'margin-left' instead." -- substitute 'rtl' for 'ltr'.
6894

95+
<h3><a href="fonts.html#font-size-props">Section 15.2.4</a></h3>
96+
97+
<P>Under the 'font-size-adjust' property, in the formula given
98+
for &lt;number&gt;, the variables y, a', and c are explained. An
99+
explanation for the variable "a" is missing and should read:</P>
100+
101+
<PRE>
102+
a = aspect value of first-choice font
103+
</PRE>
104+
69105
<h3><a href="fonts.html#generic-font-families">Section 15.2.6</a></h3>
70106

71107
<P>'Totum' and 'Kodic' is not a 'serif' but 'sans-serif'. 'pathang' is
72108
not a 'sans-serif' but 'serif'.
73109

74-
<h2>Minor Typographical Errors</h2>
110+
<h2><a name="minor-errors">Minor Typographical Errors</a></h2>
75111

76112
<h3><a href="intro.html#q1">Section 2.1</a></h3>
77113

@@ -93,12 +129,36 @@ tree."
93129
<P>The correct RFC number for the registration of the
94130
"text/css" content type is RFC 2318, not RFC 2138.
95131

132+
<h3><a href="selector.html#first-line-pseudo">Section 5.12.1</a></h3>
133+
134+
<P>The rendering of the first example is:</P>
135+
136+
<PRE>
137+
THIS IS A SOMEWHAT LONG HTML PARAGRAPH THAT
138+
will be broken into several lines.
139+
</PRE>
140+
141+
<P>while the fictional tag sequence is given as:</P>
142+
143+
<PRE>
144+
&lt;P&gt<B>;&lt;P:first-line&gt;</B> This is a somewhat long HTML
145+
paragraph that will <B>&lt;/P:first-line&gt;</B> ...
146+
</PRE>
147+
148+
<P>The word "will" should follow the first fictional tag sequence
149+
for :first-line.
150+
96151
<h3><a href="cascade.html#cascading-order">Section 6.4</a></h3>
97152

98153
<P>The last sentence in the penultimate paragraph should
99154
begin "All user and author rules..." instead of "All rules
100155
user and author rules...".
101156

157+
<h3><a href="box.html#border-color-properties">Section 8.5.2</a></h3>
158+
159+
<P>The individual border-X-color property definitions may
160+
also take the value 'transparent'.
161+
102162
<h3><a href="visuren.html#q5">Section 9.2.1</a></h3>
103163

104164
<P>In the example after the diagram, the
@@ -107,10 +167,50 @@ should end instead with the end tag "&lt;/P&gt;".
107167

108168
<h3><a href="visuren.html#anonymous">Section 9.2.2, Anonymous inline boxes</a></h3>
109169

110-
<P>In the (third paragraph)
111-
sentence "In the example, the color of the anonymous initial
112-
boxes is inherited from the P, but the background is transparent",
113-
substitute the word "inline" for "initial".
170+
<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".
171+
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+
114214

115215
<h3><a href="generate.html#content">Section 12.2</a></h3>
116216

@@ -124,7 +224,35 @@ string, style)'" should read "two forms: 'counters(name, string)' or
124224
<P>The first sentence has one too many "the"s in
125225
"please consult the the Gamma Tutorial...".
126226

227+
<h3><a href="aural.html#propdef-voice-family">Section 19.8</a></h3>
228+
229+
<P>In the following sentence from the
230+
definition of the 'voice-family' property:
231+
232+
<BLOCKQUOTE>
233+
If quoting is omitted, any whitespace characters before and after the
234+
font name are ignored and any sequence of
235+
whitespace characters inside the font name is converted to a single space.
236+
</BLOCKQUOTE>
237+
238+
<P>all occurrences of the word "font" should be replaced by "voice family".
239+
240+
<h3><a href="sample.html">Sample Style Sheet for HTML 4.0</a></h3>
241+
242+
<P>The value of the 'line-height' property set for the BODY
243+
element should be "1.12em".
244+
245+
<P>The OBJECT and APPLET elements should have 'display: inline'.
246+
247+
<h2><a name="clarifications">Clarifications</a></h2>
248+
249+
<h3><a href="visuren.html#inline-formatting">Section 9.4.2</a></h3>
250+
251+
<P>The statement "When an inline box is split, margins, borders, and
252+
padding have no visual effect where the split occurs." may be
253+
generalized. Margins, borders, and padding have no visual effect
254+
where one or more splits occur.
127255

128256

129-
<h2>Open Issues</h2>
257+
<h2><a name="open-issues">Open Issues</a></h2>
130258

0 commit comments

Comments
 (0)