[html5] r6519 - [] (0) Allow frag IDs to be used by scripts rather than having them point to IDs [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Aug 22 15:36:38 PDT 2011
Author: ianh
Date: 2011-08-22 15:36:36 -0700 (Mon, 22 Aug 2011)
New Revision: 6519
Modified:
complete.html
index
source
Log:
[] (0) Allow frag IDs to be used by scripts rather than having them point to IDs only.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13257
Modified: complete.html
===================================================================
--- complete.html 2011-08-22 22:33:46 UTC (rev 6518)
+++ complete.html 2011-08-22 22:36:36 UTC (rev 6519)
@@ -97648,7 +97648,8 @@
<dt>Change controller:</dt>
<dd>W3C</dd>
</dl><p>Fragment identifiers used with <code><a href=#text/html>text/html</a></code> resources
- refer to <a href=#the-indicated-part-of-the-document>the indicated part of the document</a>.</p>
+ either refer to <a href=#the-indicated-part-of-the-document>the indicated part of the document</a> or
+ provide state information for in-page scripts.</p>
<h3 id=text/html-sandboxed><span class=secno>17.2 </span><dfn><code>text/html-sandboxed</code></dfn></h3>
@@ -97729,8 +97730,9 @@
<dt>Change controller:</dt>
<dd>W3C</dd>
</dl><p>Fragment identifiers used with <code><a href=#text/html-sandboxed>text/html-sandboxed</a></code>
- resources refer to <a href=#the-indicated-part-of-the-document>the indicated part of the
- document</a>.</p>
+ resources either refer to <a href=#the-indicated-part-of-the-document>the indicated part of the
+ document</a> or provide state information for in-page
+ scripts.</p>
<h3 id=application/xhtml+xml><span class=secno>17.3 </span><dfn><code>application/xhtml+xml</code></dfn></h3>
Modified: index
===================================================================
--- index 2011-08-22 22:33:46 UTC (rev 6518)
+++ index 2011-08-22 22:36:36 UTC (rev 6519)
@@ -93095,7 +93095,8 @@
<dt>Change controller:</dt>
<dd>W3C</dd>
</dl><p>Fragment identifiers used with <code><a href=#text/html>text/html</a></code> resources
- refer to <a href=#the-indicated-part-of-the-document>the indicated part of the document</a>.</p>
+ either refer to <a href=#the-indicated-part-of-the-document>the indicated part of the document</a> or
+ provide state information for in-page scripts.</p>
<h3 id=text/html-sandboxed><span class=secno>15.2 </span><dfn><code>text/html-sandboxed</code></dfn></h3>
@@ -93176,8 +93177,9 @@
<dt>Change controller:</dt>
<dd>W3C</dd>
</dl><p>Fragment identifiers used with <code><a href=#text/html-sandboxed>text/html-sandboxed</a></code>
- resources refer to <a href=#the-indicated-part-of-the-document>the indicated part of the
- document</a>.</p>
+ resources either refer to <a href=#the-indicated-part-of-the-document>the indicated part of the
+ document</a> or provide state information for in-page
+ scripts.</p>
<h3 id=application/xhtml+xml><span class=secno>15.3 </span><dfn><code>application/xhtml+xml</code></dfn></h3>
Modified: source
===================================================================
--- source 2011-08-22 22:33:46 UTC (rev 6518)
+++ source 2011-08-22 22:36:36 UTC (rev 6519)
@@ -110784,7 +110784,8 @@
</dl>
<p>Fragment identifiers used with <code>text/html</code> resources
- refer to <span>the indicated part of the document</span>.</p>
+ either refer to <span>the indicated part of the document</span> or
+ provide state information for in-page scripts.</p>
<h3><dfn><code>text/html-sandboxed</code></dfn></h3>
@@ -110871,8 +110872,9 @@
</dl>
<p>Fragment identifiers used with <code>text/html-sandboxed</code>
- resources refer to <span>the indicated part of the
- document</span>.</p>
+ resources either refer to <span>the indicated part of the
+ document</span> or provide state information for in-page
+ scripts.</p>
<h3><dfn><code>application/xhtml+xml</code></dfn></h3>
More information about the Commit-Watchers
mailing list