[html5] r8883 - [e] (0) Fix a markup error in the <map> example. Fixing https://www.w3.org/Bugs/ [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Jan 15 15:47:53 PST 2015


Author: ianh
Date: 2015-01-15 15:47:51 -0800 (Thu, 15 Jan 2015)
New Revision: 8883

Modified:
   complete.html
   index
   source
Log:
[e] (0) Fix a markup error in the <map> example.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=27339
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2015-01-15 23:39:09 UTC (rev 8882)
+++ complete.html	2015-01-15 23:47:51 UTC (rev 8883)
@@ -19998,7 +19998,7 @@
 
 
 
-  <h4 id=the-iframe-element>4.8.6 The <dfn><code>iframe</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25454" title="Initial content for iframes">25454</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=27029" title=""the user agent must create a nested browsing context" In this sentence create should be a link to the steps one has to follow to instantiate a nested browsing context.">27029</a></div>
+  <h4 id=the-iframe-element>4.8.6 The <dfn><code>iframe</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25454" title="Initial content for iframes">25454</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-iframe-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-iframe-element:flow-content-2>Flow content</a>.<dd><a href=#phrasing-content-2 id=the-iframe-element:phrasing-content-2>Phrasing content</a>.<dd><a href=#embedded-content-category id=the-iframe-element:embedded-content-category>Embedded content</a>.<dd><a href=#interactive-content-2 id=the-iframe-element:interactive-content-2>Interactive content</a>.<dd><a href=#palpable-content-2 id=the-iframe-element:palpable-content-2>Palpable content</a>.<dt><a href=#concept-element-contexts id=the-iframe-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#embedded-content-category id=the-iframe-element:embedded-content-category-2>embedded content</a> is expected.<dt><a href=#concept-element-content-model id=the-iframe-element:concept-element-content-model>Content model</a>:<dd>Text th
 at conforms to <a href=#iframe-content-model>the requirements given in the prose</a>.<dt><a href=#concept-element-tag-omission id=the-iframe-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>Neither tag is omissible.<dt><a href=#concept-element-attributes id=the-iframe-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-iframe-element:global-attributes>Global attributes</a><dd><code id=the-iframe-element:attr-iframe-src><a href=#attr-iframe-src>src</a></code> — Address of the resource<dd><code id=the-iframe-element:attr-iframe-srcdoc><a href=#attr-iframe-srcdoc>srcdoc</a></code> — A document to render in the <code id=the-iframe-element:the-iframe-element><a href=#the-iframe-element>iframe</a></code><dd><code id=the-iframe-element:attr-iframe-name><a href=#attr-iframe-name>name</a></code> — Name of <a href=#nested-browsing-context id=the-iframe-element:nested-browsing-context>nested browsing context</a><dd
 ><code id=the-iframe-element:attr-iframe-sandbox><a href=#attr-iframe-sandbox>sandbox</a></code> — Security rules for nested content<dd><code id=the-iframe-element:attr-iframe-seamless><a href=#attr-iframe-seamless>seamless</a></code> — Whether to apply the document's styles to the nested content<dd><code id=the-iframe-element:attr-iframe-allowfullscreen><a href=#attr-iframe-allowfullscreen>allowfullscreen</a></code> — Whether to allow the <code id=the-iframe-element:the-iframe-element-2><a href=#the-iframe-element>iframe</a></code>'s contents to use <code id=the-iframe-element:dom-element-requestfullscreen><a href=#dom-element-requestfullscreen>requestFullscreen()</a></code><dd><code id=the-iframe-element:attr-dim-width><a href=#attr-dim-width>width</a></code> — Horizontal dimension<dd><code id=the-iframe-element:attr-dim-height><a href=#attr-dim-height>height</a></code> — Vertical dimension<dt><a href=#concept-element-dom id=the-iframe-element:concept-element-dom
 >DOM interface</a>:<dd>
 <pre class=idl>interface <dfn id=htmliframeelement>HTMLIFrameElement</dfn> : <a href=#htmlelement id=the-iframe-element:htmlelement>HTMLElement</a> {
@@ -23781,7 +23781,7 @@
   playback position</a> must increase monotonically at <a href=#effective-playback-rate id=playing-the-media-resource:effective-playback-rate-5>effective playback rate</a> units
   of media time per unit time of the <a href=#media-timeline id=playing-the-media-resource:media-timeline-2>media timeline</a>'s clock. (This specification always
   refers to this as an <i>increase</i>, but that increase could actually be a <em>de</em>crease if
-  the <a href=#effective-playback-rate id=playing-the-media-resource:effective-playback-rate-6>effective playback rate</a> is negative.)<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26515" title="Change when media elements may be garbage collected">26515</a></div>
+  the <a href=#effective-playback-rate id=playing-the-media-resource:effective-playback-rate-6>effective playback rate</a> is negative.)</p>
 
   <p class=note>The <a href=#effective-playback-rate id=playing-the-media-resource:effective-playback-rate-7>effective playback rate</a> can be 0.0, in which case the
   <a href=#current-playback-position id=playing-the-media-resource:current-playback-position-10>current playback position</a> doesn't move, despite playback not being paused (<code id=playing-the-media-resource:dom-media-paused-13><a href=#dom-media-paused>paused</a></code> doesn't become true, and the <code id=playing-the-media-resource:event-media-pause-3><a href=#event-media-pause>pause</a></code> event doesn't fire).</p>
@@ -27275,6 +27275,7 @@
    <AREA ALT="Food" COORDS="200,0,300,50" HREF="/food/"> |
    <A HREF="/books/">Books</A>
    <AREA ALT="Books" COORDS="300,0,400,50" HREF="/books/">
+  </P>
  </MAP>
 </FOOTER></pre>
 

Modified: index
===================================================================
--- index	2015-01-15 23:39:09 UTC (rev 8882)
+++ index	2015-01-15 23:47:51 UTC (rev 8883)
@@ -19998,7 +19998,7 @@
 
 
 
-  <h4 id=the-iframe-element>4.8.6 The <dfn><code>iframe</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25454" title="Initial content for iframes">25454</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=27029" title=""the user agent must create a nested browsing context" In this sentence create should be a link to the steps one has to follow to instantiate a nested browsing context.">27029</a></div>
+  <h4 id=the-iframe-element>4.8.6 The <dfn><code>iframe</code></dfn> element</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25454" title="Initial content for iframes">25454</a></div>
 
   <dl class=element><dt><a href=#concept-element-categories id=the-iframe-element:concept-element-categories>Categories</a>:<dd><a href=#flow-content-2 id=the-iframe-element:flow-content-2>Flow content</a>.<dd><a href=#phrasing-content-2 id=the-iframe-element:phrasing-content-2>Phrasing content</a>.<dd><a href=#embedded-content-category id=the-iframe-element:embedded-content-category>Embedded content</a>.<dd><a href=#interactive-content-2 id=the-iframe-element:interactive-content-2>Interactive content</a>.<dd><a href=#palpable-content-2 id=the-iframe-element:palpable-content-2>Palpable content</a>.<dt><a href=#concept-element-contexts id=the-iframe-element:concept-element-contexts>Contexts in which this element can be used</a>:<dd>Where <a href=#embedded-content-category id=the-iframe-element:embedded-content-category-2>embedded content</a> is expected.<dt><a href=#concept-element-content-model id=the-iframe-element:concept-element-content-model>Content model</a>:<dd>Text th
 at conforms to <a href=#iframe-content-model>the requirements given in the prose</a>.<dt><a href=#concept-element-tag-omission id=the-iframe-element:concept-element-tag-omission>Tag omission in text/html</a>:<dd>Neither tag is omissible.<dt><a href=#concept-element-attributes id=the-iframe-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-iframe-element:global-attributes>Global attributes</a><dd><code id=the-iframe-element:attr-iframe-src><a href=#attr-iframe-src>src</a></code> — Address of the resource<dd><code id=the-iframe-element:attr-iframe-srcdoc><a href=#attr-iframe-srcdoc>srcdoc</a></code> — A document to render in the <code id=the-iframe-element:the-iframe-element><a href=#the-iframe-element>iframe</a></code><dd><code id=the-iframe-element:attr-iframe-name><a href=#attr-iframe-name>name</a></code> — Name of <a href=#nested-browsing-context id=the-iframe-element:nested-browsing-context>nested browsing context</a><dd
 ><code id=the-iframe-element:attr-iframe-sandbox><a href=#attr-iframe-sandbox>sandbox</a></code> — Security rules for nested content<dd><code id=the-iframe-element:attr-iframe-seamless><a href=#attr-iframe-seamless>seamless</a></code> — Whether to apply the document's styles to the nested content<dd><code id=the-iframe-element:attr-iframe-allowfullscreen><a href=#attr-iframe-allowfullscreen>allowfullscreen</a></code> — Whether to allow the <code id=the-iframe-element:the-iframe-element-2><a href=#the-iframe-element>iframe</a></code>'s contents to use <code id=the-iframe-element:dom-element-requestfullscreen><a href=#dom-element-requestfullscreen>requestFullscreen()</a></code><dd><code id=the-iframe-element:attr-dim-width><a href=#attr-dim-width>width</a></code> — Horizontal dimension<dd><code id=the-iframe-element:attr-dim-height><a href=#attr-dim-height>height</a></code> — Vertical dimension<dt><a href=#concept-element-dom id=the-iframe-element:concept-element-dom
 >DOM interface</a>:<dd>
 <pre class=idl>interface <dfn id=htmliframeelement>HTMLIFrameElement</dfn> : <a href=#htmlelement id=the-iframe-element:htmlelement>HTMLElement</a> {
@@ -23781,7 +23781,7 @@
   playback position</a> must increase monotonically at <a href=#effective-playback-rate id=playing-the-media-resource:effective-playback-rate-5>effective playback rate</a> units
   of media time per unit time of the <a href=#media-timeline id=playing-the-media-resource:media-timeline-2>media timeline</a>'s clock. (This specification always
   refers to this as an <i>increase</i>, but that increase could actually be a <em>de</em>crease if
-  the <a href=#effective-playback-rate id=playing-the-media-resource:effective-playback-rate-6>effective playback rate</a> is negative.)<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26515" title="Change when media elements may be garbage collected">26515</a></div>
+  the <a href=#effective-playback-rate id=playing-the-media-resource:effective-playback-rate-6>effective playback rate</a> is negative.)</p>
 
   <p class=note>The <a href=#effective-playback-rate id=playing-the-media-resource:effective-playback-rate-7>effective playback rate</a> can be 0.0, in which case the
   <a href=#current-playback-position id=playing-the-media-resource:current-playback-position-10>current playback position</a> doesn't move, despite playback not being paused (<code id=playing-the-media-resource:dom-media-paused-13><a href=#dom-media-paused>paused</a></code> doesn't become true, and the <code id=playing-the-media-resource:event-media-pause-3><a href=#event-media-pause>pause</a></code> event doesn't fire).</p>
@@ -27275,6 +27275,7 @@
    <AREA ALT="Food" COORDS="200,0,300,50" HREF="/food/"> |
    <A HREF="/books/">Books</A>
    <AREA ALT="Books" COORDS="300,0,400,50" HREF="/books/">
+  </P>
  </MAP>
 </FOOTER></pre>
 

Modified: source
===================================================================
--- source	2015-01-15 23:39:09 UTC (rev 8882)
+++ source	2015-01-15 23:47:51 UTC (rev 8883)
@@ -35247,6 +35247,7 @@
    <AREA ALT="Food" COORDS="200,0,300,50" HREF="/food/"> |
    <A HREF="/books/">Books</A>
    <AREA ALT="Books" COORDS="300,0,400,50" HREF="/books/">
+  </P>
  </MAP>
 </FOOTER></pre>
 



More information about the Commit-Watchers mailing list