- From: Eliot Graff via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 12 Jan 2011 19:53:32 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-xhtml-author-guide
In directory hutz:/tmp/cvs-serv9433
Modified Files:
WD-html-polyglot-20110113.htm
Log Message:
Added latest version maroon block
Index: WD-html-polyglot-20110113.htm
===================================================================
RCS file: /sources/public/html5/html-xhtml-author-guide/WD-html-polyglot-20110113.htm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- WD-html-polyglot-20110113.htm 12 Jan 2011 18:19:35 -0000 1.1
+++ WD-html-polyglot-20110113.htm 12 Jan 2011 19:53:29 -0000 1.2
@@ -461,8 +461,39 @@
pre.sh_sourceCode .sh_section { color: black; font-weight: bold; }
pre.sh_sourceCode .sh_paren { color: red; }
pre.sh_sourceCode .sh_attribute { color: #006400; }
+
+ .stability {
+ position: fixed;
+ bottom: 0;
+ left: 0; right: 0;
+ margin: 0 auto 0 auto;
+ width: 50%;
+ background: maroon; color: yellow;
+ -webkit-border-radius: 1em 1em 0 0;
+ -moz-border-radius: 1em 1em 0 0;
+ border-radius: 1em 1em 0 0;
+ -moz-box-shadow: 0 0 1em #500;
+ -webkit-box-shadow: 0 0 1em #500;
+ box-shadow: 0 0 1em red;
+ padding: 0.5em 1em;
+ }
+
+ .stability a {
+ color:white;
+ }
+
+ .stability a:visited {
+ color:silver
+}
+
+ .stability input {
+ background-color:silver;
+ float:right;
+ font-size:x-small;
+ font-weight:bold;
+ }
+
</style>
- <link type="text/css" rel="stylesheet" href="html-xhtml-authoring-guide_files/W3C-WD.css"/>
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-WD"/>
</head>
@@ -554,11 +585,25 @@
actual knowledge of a patent which the individual believes contains <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">Essential Claim(s)</a>
must disclose the information in accordance with <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section 6 of the W3C Patent Policy</a>.
</p>
+ <p class="stability" id="wip">
+ <input onclick="closeWarning(this.parentNode)" type="button" value="X">
+ <strong>This version of the specification has been superceded!</strong>
+ <br/>
+ For the latest published version of Polyglot Markup: HTML-Compatible XHTML Documents, please see the
+ <a href="http://dev.w3.org/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html">Polyglot Markup: HTML-Compatible XHTML Documents W3C Editor's Draft</a>.
+ </p>
+ <script class="all-pages">
+ function closeWarning(element)
+ {
+ element.parentNode.removeChild(element);
+ }
+ </script>
+
<!--End of Status of This Document-->
</div>
<div>
-<h2 class="introductory">Table of Contents</h2>
+<h2 class="introductory" id="toc">Table of Contents</h2>
<ul class="toc">
<li class="tocline"><a class="tocxref" href="#introduction"><span class="secno">1. </span>Introduction</a></li>
<li class="tocline"><a class="tocxref" href="#PI-and-xml"><span class="secno">2. </span>Processing Instructions and the XML Declaration</a></li>
Received on Wednesday, 12 January 2011 19:53:33 UTC