Skip to content

Commit 0866f07

Browse files
committed
[css2] Updated
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401796
1 parent b242ecd commit 0866f07

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

css2/errata-issues.db

+4
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,7 @@ In section 6.4.3, there is a contradiction with 6.4.1. The former says to ignore
4848
WHy is initial value of visiblity: inherited - http://lists.w3.org/Archives/Member/w3c-css-wg/1999JulSep/0185.html 1999-11-01 not yet no 48
4949
Should @page be allowed inside @media? - - 1999-11-04 not yet no 49
5050
Request from Erik van der Poel to review and confirm font matching algorithm in 15.5 - css2-editors 1999-11-04 not yet no 50
51+
For lower-latin, numbering ends at z. What about languages whose alphabets continue after z... (e.g., Norwegian)? - - 1999-11-04 not yet no 51
52+
Restrictions on numbers of thead and tfoot in CSS? - http://lists.w3.org/Archives/Member/w3c-css-wg/1999JanMar/0264.html 1999-11-04 not yet no 52
53+
default attribute values may be defined in a DTD or elsewhere. - http://lists.w3.org/Archives/Member/w3c-css-wg/1999JanMar/0230.html 1999-11-04 not yet no 53
54+
What happens if text-indent > width of the containing block? - http://lists.w3.org/Archives/Member/w3c-css-wg/1999JanMar/0251.html 1999-11-04 not yet no 54

css2/errata.src

+21-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ hspace="0"></a><br clear="all"></p>
2525
<dd><a href="_THE_UPDATE_DIR_/_THE_ID_-errata.html">
2626
_THE_UPDATE_DIR_/_THE_ID_-errata.html</a>
2727
<dt>Last revised:
28-
<dd>$Date: 1999-11-04 20:47:07 $
28+
<dd>$Date: 1999-11-04 21:27:34 $
2929
</dl>
3030

3131
<dl>
@@ -492,6 +492,15 @@ whitespace in this case.
492492
inherited. This applies even to properties for which values
493493
do not otherwise inherit.
494494

495+
<h3><a href="cascade.html#cascade">6.4 The Cascade
496+
</a></h3>
497+
498+
<P>Change "Rules specified in a given style sheet
499+
override rules imported from other style sheets." to
500+
Change "Rules specified in a given style sheet
501+
override rules of the same weight imported from other style sheets." to
502+
</P>
503+
495504
<h3><a href="box.html#box-dimensions">Section 8.1</a></h3>
496505

497506
<UL>
@@ -649,6 +658,12 @@ definition of &lt;shape&gt; should start:</p>
649658
<P>Due to this ambiguity, user agents may support separation of
650659
offsets in "rect()" with or without commas.
651660

661+
<h3><a href="css2-errata-issues.html">Lists 12.6.2</a></h3>
662+
663+
<P>To clarify Hebrew numbering, add
664+
"(Alef,
665+
Bet, ... Tet Vav, Tet Zayin, ... Yod Tet, Kaf ...)".
666+
652667
<h3><a href="text.html#indentation-prop">Section 16.1</a></h3>
653668

654669
<P>Add to:</P>
@@ -664,6 +679,11 @@ implementation-specific limits.
664679
is negative, the value of 'overflow' will affect whether the
665680
text is visible."
666681

682+
<h3><a href="text.html#alignment-prop">16.2 Alignment: the 'text-align' property</a></h3>
683+
684+
<P>Change "double justify" to "justify" under "left, right, center,
685+
and justify".
686+
667687
<h3><a href="ui.html#system-colors">Section 18.2</a></h3>
668688

669689

0 commit comments

Comments
 (0)