[html5] r8224 - [e] (0) Missing 'end' in srcdoc example Fixing https://www.w3.org/Bugs/Public/sh [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Oct 15 15:29:24 PDT 2013


Author: ianh
Date: 2013-10-15 15:29:22 -0700 (Tue, 15 Oct 2013)
New Revision: 8224

Modified:
   complete.html
   index
   source
Log:
[e] (0) Missing 'end' in srcdoc example
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23520
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-10-15 19:46:03 UTC (rev 8223)
+++ complete.html	2013-10-15 22:29:22 UTC (rev 8224)
@@ -24673,7 +24673,7 @@
    <p>Furthermore, notice that since the <a href=#syntax-doctype title=syntax-doctype>DOCTYPE</a> is optional in
    <a href=#an-iframe-srcdoc-document title="an iframe srcdoc document"><code>iframe</code> <code title=attr-iframe-srcdoc>srcdoc</code> documents</a>, and the <code><a href=#the-html-element>html</a></code>,
    <code><a href=#the-head-element>head</a></code>, and <code><a href=#the-body-element>body</a></code> elements have <a href=#syntax-tag-omission>optional
-   start and tags</a>, and the <code><a href=#the-title-element>title</a></code> element is also optional in <a href=#an-iframe-srcdoc-document title="an iframe
+   start and end tags</a>, and the <code><a href=#the-title-element>title</a></code> element is also optional in <a href=#an-iframe-srcdoc-document title="an iframe
    srcdoc document"><code>iframe</code> <code title=attr-iframe-srcdoc>srcdoc</code>
    documents</a>, the markup in a <code title=attr-iframe-srcdoc><a href=#attr-iframe-srcdoc>srcdoc</a></code> attribute can be
    relatively succint despite representing an entire document, since only the contents of the
@@ -103854,6 +103854,7 @@
   Andrew Smith,
   Andrew W. Hagen,
   Andrey V. Lukyanov,
+  Andry Rendy,
   Andy Earnshaw,
   Andy Heydon,
   Andy Palay,

Modified: index
===================================================================
--- index	2013-10-15 19:46:03 UTC (rev 8223)
+++ index	2013-10-15 22:29:22 UTC (rev 8224)
@@ -24673,7 +24673,7 @@
    <p>Furthermore, notice that since the <a href=#syntax-doctype title=syntax-doctype>DOCTYPE</a> is optional in
    <a href=#an-iframe-srcdoc-document title="an iframe srcdoc document"><code>iframe</code> <code title=attr-iframe-srcdoc>srcdoc</code> documents</a>, and the <code><a href=#the-html-element>html</a></code>,
    <code><a href=#the-head-element>head</a></code>, and <code><a href=#the-body-element>body</a></code> elements have <a href=#syntax-tag-omission>optional
-   start and tags</a>, and the <code><a href=#the-title-element>title</a></code> element is also optional in <a href=#an-iframe-srcdoc-document title="an iframe
+   start and end tags</a>, and the <code><a href=#the-title-element>title</a></code> element is also optional in <a href=#an-iframe-srcdoc-document title="an iframe
    srcdoc document"><code>iframe</code> <code title=attr-iframe-srcdoc>srcdoc</code>
    documents</a>, the markup in a <code title=attr-iframe-srcdoc><a href=#attr-iframe-srcdoc>srcdoc</a></code> attribute can be
    relatively succint despite representing an entire document, since only the contents of the
@@ -103854,6 +103854,7 @@
   Andrew Smith,
   Andrew W. Hagen,
   Andrey V. Lukyanov,
+  Andry Rendy,
   Andy Earnshaw,
   Andy Heydon,
   Andy Palay,

Modified: source
===================================================================
--- source	2013-10-15 19:46:03 UTC (rev 8223)
+++ source	2013-10-15 22:29:22 UTC (rev 8224)
@@ -25933,7 +25933,7 @@
    <span title="an iframe srcdoc document"><code>iframe</code> <code
    title="attr-iframe-srcdoc">srcdoc</code> documents</span>, and the <code>html</code>,
    <code>head</code>, and <code>body</code> elements have <a href="#syntax-tag-omission">optional
-   start and tags</a>, and the <code>title</code> element is also optional in <span title="an iframe
+   start and end tags</a>, and the <code>title</code> element is also optional in <span title="an iframe
    srcdoc document"><code>iframe</code> <code title="attr-iframe-srcdoc">srcdoc</code>
    documents</span>, the markup in a <code title="attr-iframe-srcdoc">srcdoc</code> attribute can be
    relatively succint despite representing an entire document, since only the contents of the
@@ -116415,6 +116415,7 @@
   Andrew Smith,
   Andrew W. Hagen,
   Andrey V. Lukyanov,
+  Andry Rendy,
   Andy Earnshaw,
   Andy Heydon,
   Andy Palay,




More information about the Commit-Watchers mailing list