Skip to content

Commit ab833f0

Browse files
committed
[css2] Errata database for CSS2
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401735
1 parent e95cf61 commit ab833f0

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

css2/errata-issues.db

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Tokenization issues - http://lists.w3.org/Archives/Member/w3c-css-wg/1998AprJun/0315.html 1998-09-28 not yet no 1
2+
Should there be commas within rect() of clip property? - http://lists.w3.org/Archives/Member/w3c-css-wg/1998JulSep/0162.html 1998-09-28 not yet no 2
3+
Should caption-side apply to LEGEND in HTML 4.0? - http://lists.w3.org/Archives/Member/w3c-css-wg/1998JulSep/0194.html 1998-09-28 not yet no 3
4+
Ambiguity in background-attachment - http://lists.w3.org/Archives/Member/w3c-css-wg/1998AprJun/0121.html 1998-09-28 not yet no 4
5+
What does 'hidden' mean for 'overflow' on BODY/HTML? It should not suppress the viewport's scrollbars - http://lists.w3.org/Archives/Member/w3c-css-wg/1998AprJun/0220.html 1998-09-28 not yet no 5

css2/errata-issues.src

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2+
<html lang="en">
3+
<HEAD>
4+
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
5+
<TITLE>Errata Tracking List</TITLE>
6+
<!-- Changed by: Ian B. Jacobs, 28-Sep-1998 -->
7+
<STYLE type="text/css">
8+
TR.resolved {color: black; background: #afa}
9+
TR.unresolved {color: black; background: #faa}
10+
</STYLE>
11+
</HEAD>
12+
<BODY>
13+
14+
<H1>Errata tracking list</H1>
15+
16+
<P>This document lists issues and errata related to the
17+
<a href="http://www.w3.org/TR/REC-CSS2">CSS2 Recommendation</a>
18+
These issues are expected to be resolved by the CSS WG.
19+
20+
<!-- #include src=errata-issues.srb -->
21+
22+
</BODY>
23+
</HTML>

0 commit comments

Comments
 (0)