[html5] r8172 - [e] (0) Add a note about what a 'resource' is to the nav algorithm Affected topi [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Sep 4 18:25:22 PDT 2013
Author: ianh
Date: 2013-09-04 18:25:20 -0700 (Wed, 04 Sep 2013)
New Revision: 8172
Modified:
complete.html
index
source
Log:
[e] (0) Add a note about what a 'resource' is to the nav algorithm
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2013-09-04 23:23:54 UTC (rev 8171)
+++ complete.html 2013-09-05 01:25:20 UTC (rev 8172)
@@ -67706,6 +67706,10 @@
<p>A user agent may provide various ways for the user to explicitly cause a browsing context to
navigate, in addition to those defined in this specification.</p>
+ <p class=note>A <i>resource</i> has a URL, but that might not be the only information necessary
+ to identify it. For example, a form submission that uses HTTP POST would also have the HTTP method
+ and payload. Similarly, <a href=#an-iframe-srcdoc-document>an <code>iframe</code> <code title=attr-iframe-srcdoc>srcdoc</code> document</a> needs to know the data it is to use.</p>
+
<!-- NAVIGATE <dfn>navigate</dfn> -->
<!-- For places that _call_ this, as opposed to just referring to
it, search for "DONAV" -->
Modified: index
===================================================================
--- index 2013-09-04 23:23:54 UTC (rev 8171)
+++ index 2013-09-05 01:25:20 UTC (rev 8172)
@@ -67706,6 +67706,10 @@
<p>A user agent may provide various ways for the user to explicitly cause a browsing context to
navigate, in addition to those defined in this specification.</p>
+ <p class=note>A <i>resource</i> has a URL, but that might not be the only information necessary
+ to identify it. For example, a form submission that uses HTTP POST would also have the HTTP method
+ and payload. Similarly, <a href=#an-iframe-srcdoc-document>an <code>iframe</code> <code title=attr-iframe-srcdoc>srcdoc</code> document</a> needs to know the data it is to use.</p>
+
<!-- NAVIGATE <dfn>navigate</dfn> -->
<!-- For places that _call_ this, as opposed to just referring to
it, search for "DONAV" -->
Modified: source
===================================================================
--- source 2013-09-04 23:23:54 UTC (rev 8171)
+++ source 2013-09-05 01:25:20 UTC (rev 8172)
@@ -75571,6 +75571,11 @@
<p>A user agent may provide various ways for the user to explicitly cause a browsing context to
navigate, in addition to those defined in this specification.</p>
+ <p class="note">A <i>resource</i> has a URL, but that might not be the only information necessary
+ to identify it. For example, a form submission that uses HTTP POST would also have the HTTP method
+ and payload. Similarly, <span>an <code>iframe</code> <code
+ title="attr-iframe-srcdoc">srcdoc</code> document</span> needs to know the data it is to use.</p>
+
<!-- NAVIGATE <dfn>navigate</dfn> -->
<!-- For places that _call_ this, as opposed to just referring to
it, search for "DONAV" -->
More information about the Commit-Watchers
mailing list