Skip to content

Commit

Permalink
[] (0) Allow frag IDs to be used by scripts rather than having them p…
Browse files Browse the repository at this point in the history
…oint to IDs only.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13257

git-svn-id: http://svn.whatwg.org/webapps@6519 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 22, 2011
1 parent 4feaeeb commit baed809
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
8 changes: 5 additions & 3 deletions complete.html
Expand Up @@ -97648,7 +97648,8 @@ <h3 id=text/html><span class=secno>17.1 </span><dfn><code>text/html</code></dfn>
<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>
Expand Down Expand Up @@ -97729,8 +97730,9 @@ <h3 id=text/html-sandboxed><span class=secno>17.2 </span><dfn><code>text/html-sa
<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>
Expand Down
8 changes: 5 additions & 3 deletions index
Expand Up @@ -93095,7 +93095,8 @@ if (s = prompt('What is your name?')) {
<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>
Expand Down Expand Up @@ -93176,8 +93177,9 @@ if (s = prompt('What is your name?')) {
<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>
Expand Down
8 changes: 5 additions & 3 deletions source
Expand Up @@ -110784,7 +110784,8 @@ if (s = prompt('What is your name?')) {
</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>
Expand Down Expand Up @@ -110871,8 +110872,9 @@ if (s = prompt('What is your name?')) {
</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>
Expand Down

0 comments on commit baed809

Please sign in to comment.