[html5] r8366 - [giow] (2) Actually, previous checkin did not match reality. Try again for locat [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Dec 18 11:30:48 PST 2013
Author: ianh
Date: 2013-12-18 11:30:46 -0800 (Wed, 18 Dec 2013)
New Revision: 8366
Modified:
complete.html
index
source
Log:
[giow] (2) Actually, previous checkin did not match reality. Try again for location.reload().
Affected topics: Canvas, DOM APIs
Modified: complete.html
===================================================================
--- complete.html 2013-12-18 18:36:32 UTC (rev 8365)
+++ complete.html 2013-12-18 19:30:46 UTC (rev 8366)
@@ -58777,7 +58777,7 @@
<p>The 2D rendering context for <code><a href=#the-canvas-element>canvas</a></code> is often used for sprite-based games. The
following example demonstrates this:</p>
- <iframe src=/demos/canvas/blue-robot/index.html width=396 height=216></iframe>
+ <iframe src=/demos/canvas/blue-robot/index-idle.html width=396 height=216></iframe>
<p>Here is the source for this example:</p>
@@ -66635,12 +66635,13 @@
<dt>If the <a href=#browsing-context>browsing context</a>'s <a href=#active-document>active document</a> has its <a href=#reload-override-flag>reload
override flag</a> set</dt>
- <dd><p>Perform <a href=#an-overridden-reload>an overridden reload</a>, with the <a href=#responsible-browsing-context>responsible browsing
- context</a> specified by the <a href=#incumbent-settings-object>incumbent settings object</a> as the <a href=#source-browsing-context>source
- browsing context</a>.</dd>
+ <dd><p>Perform <a href=#an-overridden-reload>an overridden reload</a>, with the <a href=#browsing-context>browsing context</a> being
+ navigated as the <a href=#responsible-browsing-context>responsible browsing context</a>.</dd>
+ <!-- http://damowmow.com/playground/demos/sandbox/001.html -->
<dt>Otherwise</dt>
+<!--CLEANUP-->
<dd><p><a href=#navigate>Navigate</a><!--DONAV location.reload()--> the
<a href=#browsing-context>browsing context</a> to <a href="#the-document's-address">the document's
address</a> with <a href=#replacement-enabled>replacement enabled</a>. The
@@ -66648,7 +66649,7 @@
context</a> being navigated.</dd> <!-- it appears that
document.reload() always uses GET and does not, e.g., re-POST. -->
- <!-- http://software.hixie.ch/utilities/js/live-dom-viewer/saved/141 -->
+ <!-- http://software.hixie.ch/utilities/js/live-dom-viewer/saved/141 defends the source browsing context claim; submit, eval document.referrer, reload, eval document.referrer. -->
</dl><p>When a user requests that the <a href=#active-document>active document</a> of a <a href=#browsing-context>browsing context</a>
be reloaded through a user interface element, the user agent should <a href=#navigate>navigate</a><!--DONAV
Modified: index
===================================================================
--- index 2013-12-18 18:36:32 UTC (rev 8365)
+++ index 2013-12-18 19:30:46 UTC (rev 8366)
@@ -58777,7 +58777,7 @@
<p>The 2D rendering context for <code><a href=#the-canvas-element>canvas</a></code> is often used for sprite-based games. The
following example demonstrates this:</p>
- <iframe src=/demos/canvas/blue-robot/index.html width=396 height=216></iframe>
+ <iframe src=/demos/canvas/blue-robot/index-idle.html width=396 height=216></iframe>
<p>Here is the source for this example:</p>
@@ -66635,12 +66635,13 @@
<dt>If the <a href=#browsing-context>browsing context</a>'s <a href=#active-document>active document</a> has its <a href=#reload-override-flag>reload
override flag</a> set</dt>
- <dd><p>Perform <a href=#an-overridden-reload>an overridden reload</a>, with the <a href=#responsible-browsing-context>responsible browsing
- context</a> specified by the <a href=#incumbent-settings-object>incumbent settings object</a> as the <a href=#source-browsing-context>source
- browsing context</a>.</dd>
+ <dd><p>Perform <a href=#an-overridden-reload>an overridden reload</a>, with the <a href=#browsing-context>browsing context</a> being
+ navigated as the <a href=#responsible-browsing-context>responsible browsing context</a>.</dd>
+ <!-- http://damowmow.com/playground/demos/sandbox/001.html -->
<dt>Otherwise</dt>
+<!--CLEANUP-->
<dd><p><a href=#navigate>Navigate</a><!--DONAV location.reload()--> the
<a href=#browsing-context>browsing context</a> to <a href="#the-document's-address">the document's
address</a> with <a href=#replacement-enabled>replacement enabled</a>. The
@@ -66648,7 +66649,7 @@
context</a> being navigated.</dd> <!-- it appears that
document.reload() always uses GET and does not, e.g., re-POST. -->
- <!-- http://software.hixie.ch/utilities/js/live-dom-viewer/saved/141 -->
+ <!-- http://software.hixie.ch/utilities/js/live-dom-viewer/saved/141 defends the source browsing context claim; submit, eval document.referrer, reload, eval document.referrer. -->
</dl><p>When a user requests that the <a href=#active-document>active document</a> of a <a href=#browsing-context>browsing context</a>
be reloaded through a user interface element, the user agent should <a href=#navigate>navigate</a><!--DONAV
Modified: source
===================================================================
--- source 2013-12-18 18:36:32 UTC (rev 8365)
+++ source 2013-12-18 19:30:46 UTC (rev 8366)
@@ -65426,7 +65426,7 @@
<p>The 2D rendering context for <code>canvas</code> is often used for sprite-based games. The
following example demonstrates this:</p>
- <iframe src="/demos/canvas/blue-robot/index.html" width="396" height="216"></iframe>
+ <iframe src="/demos/canvas/blue-robot/index-idle.html" width="396" height="216"></iframe>
<p>Here is the source for this example:</p>
@@ -74231,12 +74231,13 @@
<dt>If the <span>browsing context</span>'s <span>active document</span> has its <span>reload
override flag</span> set</dt>
- <dd><p>Perform <span>an overridden reload</span>, with the <span>responsible browsing
- context</span> specified by the <span>incumbent settings object</span> as the <span>source
- browsing context</span>.</p></dd>
+ <dd><p>Perform <span>an overridden reload</span>, with the <span>browsing context</span> being
+ navigated as the <span>responsible browsing context</span>.</p></dd>
+ <!-- http://damowmow.com/playground/demos/sandbox/001.html -->
<dt>Otherwise</dt>
+<!--CLEANUP-->
<dd><p><span>Navigate</span><!--DONAV location.reload()--> the
<span>browsing context</span> to <span>the document's
address</span> with <span>replacement enabled</span>. The
@@ -74244,7 +74245,7 @@
context</span> being navigated.</p></dd> <!-- it appears that
document.reload() always uses GET and does not, e.g., re-POST. -->
- <!-- http://software.hixie.ch/utilities/js/live-dom-viewer/saved/141 -->
+ <!-- http://software.hixie.ch/utilities/js/live-dom-viewer/saved/141 defends the source browsing context claim; submit, eval document.referrer, reload, eval document.referrer. -->
</dl>
More information about the Commit-Watchers
mailing list