html5/html-author Overview.html,1.62,1.63 Overview.src.html,1.64,1.65

Update of /sources/public/html5/html-author
In directory hutz:/tmp/cvs-serv31449

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Stylesheet updates

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html-author/Overview.html,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- Overview.html	9 Mar 2009 16:01:57 -0000	1.62
+++ Overview.html	10 Mar 2009 16:06:17 -0000	1.63
@@ -2,13 +2,13 @@
 	<meta charset="UTF-8">
 	<title>HTML 5 Reference</title>
 	<style type="text/css">
-	.element { margin: 1em 0; }
-	.element .summary { background: #EFE; padding: 1px 0; border: solid #9F9; border-width: 0 3px 3px; position: relative; }
+	.element { margin: 1em 0; border: 3px solid lightgreen; }
+	.element .summary { padding: 1px 0; position: relative; }
 
 	.element h1, .element h2, .element h3,
-	.element h4, .element h5, .element h6 { background: #9F9; margin: 0; padding: .5em 0 .5em .5em; }
+	.element h4, .element h5, .element h6 { background: #CFC; margin: 0; padding: .5em 0 .5em .5em; }
 
-	.element .summary .desc { border-bottom: 3px solid #9F9; margin: 0 0 .5em 0; padding: .8em .5em; }
+	.element .summary .desc { border-bottom: 3px solid #CFC; margin: 0 0 .5em 0; padding: .8em .5em; }
 
 	.element .html-tags { position: absolute; top: 0; right: 0; margin: -1.5em .5em 0; padding: 0; }
 	.element .html-tags dt, .element .html-tags dd { display: inline; margin: 0; padding: 0; }
@@ -19,14 +19,13 @@
 	.element .summary table ul { margin: 0; padding: 0; }
 	.element .properties { display: table; width: 100%; border-collapse: collapse; }
 	.element .attributes, .element .dom { display: table-cell; width: 50%; }
-	.element .dom { border-left: 3px solid #9F9; }
+	.element .dom { border-left: 3px solid #CFC; }
 
 	.element .summary ul { list-style: none; margin: .5em; padding: 0; }
 	.element .summary li { margin: .2em; padding: 0; }
 
 	.proposal { border: blue solid; padding: 1em; }
-	table.matrix, table.matrix td { border: none; text-align: right; }
-	table.matrix { margin-left: 2em; }
+
 	table.index { border-collapse: collapse; border: 1px solid silver; width: 100%; }
 	table.index td { border-right: 1px solid silver; border-left: 1px solid silver; padding: .2em; }
 	table.index thead tr, table.index tbody tr:nth-of-type(2n) { background: #F0F0F0; }
@@ -36,10 +35,11 @@
 	table.index .transitional, table.index .frameset { background: #FF9; }
 	table.index .none, table.index .obsolete { background: #F99; }
 
-	.example { padding-left: 1em; background: #EFF; border-left: 3px solid lightblue; }
-	.example.html { background: #EEF; border-color: blue; }
+
+	.example { padding: .1em 0 .1em 1em; background: #EFF; border-left: 3px solid #0CF; }
+	.example.html { background: #EEF; border-color: #06F; }
 	.example.xhtml { background: #FFC; border-color: gold; }
-	.example.error { background: #FCC; border-color: red; }
+	.example.error { background: #FDD; border-color: red; }
 
 	.note { font-style: italic; color: green; }
 	.issue { color: red; }
@@ -55,6 +55,9 @@
 
 	.case-insensitive:hover { text-transform: lowercase; }
 	.case-insensitive.lower:hover { text-transform: uppercase; }
+
+
+
 	</style>
 	<link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
 </head>
@@ -64,11 +67,11 @@
 		<!--begin-logo--><p><a href="http://www.w3.org/"><img alt="W3C" src="http://www.w3.org/Icons/w3c_home"></a></p><!--end-logo-->
 		<h1>HTML 5 Reference</h1>
 		<h2 class="no-num no-toc">A Web Developer’s Guide to HTML 5</h2>
-		<h2 class="no-num no-toc">W3C Editor’s Draft 9 March 2009</h2>
+		<h2 class="no-num no-toc">W3C Editor’s Draft 10 March 2009</h2>
 
 		<dl>
 			<dt>This version:</dt>
-			<dd><a href="">http://www.w3.org/TR/2009/ED-html5-author-20090309</a></dd>
+			<dd><a href="">http://www.w3.org/TR/2009/ED-html5-author-20090310</a></dd>
 			<dt>Latest version:</dt>
 			<dd><a href="http://www.w3.org/TR/">http://www.w3.org/TR/</a></dd>
 			<dt>Previous version:</dt>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html-author/Overview.src.html,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- Overview.src.html	9 Mar 2009 16:01:57 -0000	1.64
+++ Overview.src.html	10 Mar 2009 16:06:17 -0000	1.65
@@ -4,13 +4,13 @@
 	<meta charset="UTF-8">
 	<title>HTML 5 Reference</title>
 	<style type="text/css">
-	.element { margin: 1em 0; }
-	.element .summary { background: #EFE; padding: 1px 0; border: solid #9F9; border-width: 0 3px 3px; position: relative; }
+	.element { margin: 1em 0; border: 3px solid lightgreen; }
+	.element .summary { padding: 1px 0; position: relative; }
 
 	.element h1, .element h2, .element h3,
-	.element h4, .element h5, .element h6 { background: #9F9; margin: 0; padding: .5em 0 .5em .5em; }
+	.element h4, .element h5, .element h6 { background: #CFC; margin: 0; padding: .5em 0 .5em .5em; }
 
-	.element .summary .desc { border-bottom: 3px solid #9F9; margin: 0 0 .5em 0; padding: .8em .5em; }
+	.element .summary .desc { border-bottom: 3px solid #CFC; margin: 0 0 .5em 0; padding: .8em .5em; }
 
 	.element .html-tags { position: absolute; top: 0; right: 0; margin: -1.5em .5em 0; padding: 0; }
 	.element .html-tags dt, .element .html-tags dd { display: inline; margin: 0; padding: 0; }
@@ -21,14 +21,13 @@
 	.element .summary table ul { margin: 0; padding: 0; }
 	.element .properties { display: table; width: 100%; border-collapse: collapse; }
 	.element .attributes, .element .dom { display: table-cell; width: 50%; }
-	.element .dom { border-left: 3px solid #9F9; }
+	.element .dom { border-left: 3px solid #CFC; }
 
 	.element .summary ul { list-style: none; margin: .5em; padding: 0; }
 	.element .summary li { margin: .2em; padding: 0; }
 
 	.proposal { border: blue solid; padding: 1em; }
-	table.matrix, table.matrix td { border: none; text-align: right; }
-	table.matrix { margin-left: 2em; }
+
 	table.index { border-collapse: collapse; border: 1px solid silver; width: 100%; }
 	table.index td { border-right: 1px solid silver; border-left: 1px solid silver; padding: .2em; }
 	table.index thead tr, table.index tbody tr:nth-of-type(2n) { background: #F0F0F0; }
@@ -38,10 +37,11 @@
 	table.index .transitional, table.index .frameset { background: #FF9; }
 	table.index .none, table.index .obsolete { background: #F99; }
 
-	.example { padding-left: 1em; background: #EFF; border-left: 3px solid lightblue; }
-	.example.html { background: #EEF; border-color: blue; }
+
+	.example { padding: .1em 0 .1em 1em; background: #EFF; border-left: 3px solid #0CF; }
+	.example.html { background: #EEF; border-color: #06F; }
 	.example.xhtml { background: #FFC; border-color: gold; }
-	.example.error { background: #FCC; border-color: red; }
+	.example.error { background: #FDD; border-color: red; }
 
 	.note { font-style: italic; color: green; }
 	.issue { color: red; }
@@ -57,6 +57,9 @@
 
 	.case-insensitive:hover { text-transform: lowercase; }
 	.case-insensitive.lower:hover { text-transform: uppercase; }
+
+
+
 	</style>
 	<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED">
 </head>

Received on Tuesday, 10 March 2009 16:06:30 UTC