- From: CVS User egraff <cvsmail@w3.org>
- Date: Wed, 07 May 2014 21:09:13 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-polyglot
In directory roscoe:/tmp/cvs-serv21436
Modified Files:
html-polyglot.html
Log Message:
Removed 2 errant closing figcaption tags, per W3C validator
--- /sources/public/html5/html-polyglot/html-polyglot.html 2014/03/27 16:29:44 1.33
+++ /sources/public/html5/html-polyglot/html-polyglot.html 2014/05/07 21:09:13 1.34
@@ -8,7 +8,7 @@
var respecConfig = {
specStatus: "ED",
shortName: "html-polyglot",
- publishDate: "2014-03-27",
+ publishDate: "2014-05-07",
previousPublishDate: "2010-10-19",
// previousDiffURI: "http://htmlwg.org/heartbeat/WD-html-polyglot-20131008/",
previousMaturity: "WD",
@@ -635,7 +635,7 @@
in an extension spec, MUST in <a title="polyglot markup">polyglot
markup</a> have the syntactic form of an XML <a href="http://www.w3.org/TR/REC-xml/#dt-empty"
><dfn>empty-element tag</dfn></a> (<code><foo/></code>). Other elements MUST NOT use the XML
- <a>empty-element tag</a> syntax. The void elements of the HTML specification are: [[!HTML5]]</p></figcaption>
+ <a>empty-element tag</a> syntax. The void elements of the HTML specification are: [[!HTML5]]</p>
<blockquote cite="http://www.w3.org/TR/html5/syntax.html#void-elements">
<code>area</code>, <code>base</code>, <code>br</code>, <code>col</code>, <code>embed</code>,
<code>hr</code>, <code>img</code>, <code>input</code>, <code>keygen</code>, <code>link</code>,
@@ -666,7 +666,7 @@
</p>
<p>
- HTML5 defines the following raw text elements:</figcaption>
+ HTML5 defines the following raw text elements:
</p>
<blockquote cite="http://www.w3.org/TR/html5/syntax.html#raw-text-elements">
<code>script</code>, <code>style</code>
Received on Wednesday, 7 May 2014 21:09:15 UTC