Skip to content

Commit

Permalink
[e] (0) Missing 'end' in srcdoc example
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23520
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8224 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 15, 2013
1 parent 7343f0a commit 882a9bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion complete.html
Expand Up @@ -24673,7 +24673,7 @@ <h4 id=the-iframe-element><span class=secno>4.8.2 </span>The <dfn><code>iframe</
<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
Expand Down Expand Up @@ -103854,6 +103854,7 @@ <h2 class=no-num id=references>References</h2><!--REFS-->
Andrew Smith,
Andrew W. Hagen,
Andrey V. Lukyanov,
Andry Rendy,
Andy Earnshaw,
Andy Heydon,
Andy Palay,
Expand Down
3 changes: 2 additions & 1 deletion index
Expand Up @@ -24673,7 +24673,7 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>
<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
Expand Down Expand Up @@ -103854,6 +103854,7 @@ if (s = prompt('What is your name?')) {
Andrew Smith,
Andrew W. Hagen,
Andrey V. Lukyanov,
Andry Rendy,
Andy Earnshaw,
Andy Heydon,
Andy Palay,
Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -25933,7 +25933,7 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>
<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
Expand Down Expand Up @@ -116415,6 +116415,7 @@ if (s = prompt('What is your name?')) {
Andrew Smith,
Andrew W. Hagen,
Andrey V. Lukyanov,
Andry Rendy,
Andy Earnshaw,
Andy Heydon,
Andy Palay,
Expand Down

0 comments on commit 882a9bb

Please sign in to comment.