- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 17 Jul 2008 07:13:59 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv1647
Modified Files:
Overview.html
Log Message:
by popular request, styles for color (whatwg r)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1073
retrieving revision 1.1074
diff -u -d -r1.1073 -r1.1074
--- Overview.html 17 Jul 2008 00:12:00 -0000 1.1073
+++ Overview.html 17 Jul 2008 07:13:56 -0000 1.1074
@@ -4,6 +4,14 @@
<html lang=en-US-x-Hixie>
<head>
<title>HTML 5</title>
+
+ <style type="text/css">
+ .note { color: green; background: transparent; }
+ .example { color: gray; background: transparent; }
+ .idl { color: black; background: silver; }
+ .issue, .big-issue { color: red; background: transparent; }
+ .warning { color: yellow; background: maroon; }
+ </style>
<link href="http://www.w3.org/StyleSheets/TR/%57%33%43-ED" rel=stylesheet
type="text/css">
<!-- ZZZ ED vs WD -->
Received on Thursday, 17 July 2008 07:14:33 UTC