- From: poot <cvsmail@w3.org>
- Date: Mon, 22 Aug 2011 18:37:44 -0400
- To: public-html-diffs@w3.org
hixie: Allow frag IDs to be used by scripts rather than having them point to IDs only. (whatwg r6519) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5218&r2=1.5219&f=h http://html5.org/tools/web-apps-tracker?from=6518&to=6519 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5218 retrieving revision 1.5219 diff -u -d -r1.5218 -r1.5219 --- Overview.html 22 Aug 2011 22:34:34 -0000 1.5218 +++ Overview.html 22 Aug 2011 22:37:23 -0000 1.5219 @@ -69244,7 +69244,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>.<h3 id="text-html-sandboxed"><span class="secno">12.2 </span><dfn><code>text/html-sandboxed</code></dfn></h3><p>This registration is for community review and will be submitted + 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.<h3 id="text-html-sandboxed"><span class="secno">12.2 </span><dfn><code>text/html-sandboxed</code></dfn></h3><p>This registration is for community review and will be submitted to the IESG for review, approval, and registration with IANA.</p><dl><dt>Type name:</dt> <dd>text</dd> <dt>Subtype name:</dt> @@ -69313,8 +69314,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>.<h3 id="application-xhtml-xml"><span class="secno">12.3 </span><dfn><code>application/xhtml+xml</code></dfn></h3><p>This registration is for community review and will be submitted + 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.<h3 id="application-xhtml-xml"><span class="secno">12.3 </span><dfn><code>application/xhtml+xml</code></dfn></h3><p>This registration is for community review and will be submitted to the IESG for review, approval, and registration with IANA.</p><dl><dt>Type name:</dt> <dd>application</dd> <dt>Subtype name:</dt>
Received on Monday, 22 August 2011 22:37:45 UTC