Skip to content

Commit 3aab201

Browse files
committed
[css2] Added style rules to make unresolved issues red, resolved ones green.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40831
1 parent 0eb3cc8 commit 3aab201

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

css2/issues.src

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
<HTML>
22
<HEAD>
33
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
4-
<META NAME="GENERATOR" CONTENT="Mozilla/4.01b6C [en] (X11; I; Linux 2.0.29 i686) [Netscape]">
54
<TITLE>Issue Tracking List</TITLE>
5+
<STYLE>
6+
TR.resolved {color: black; background: #afa}
7+
TR.unresolved {color: black; background: #faa}
8+
</STYLE>
69
</HEAD>
710
<BODY>
811

9-
<H1>Issue Tracking List</H1>
12+
<H1>Issue tracking list</H1>
1013

1114
<P>This document lists every known issue related to the current version
1215
of the CSS2 specification. These issues are expected to be solved by

0 commit comments

Comments
 (0)