- From: poot <cvsmail@w3.org>
- Date: Sun, 7 Mar 2010 20:05:51 +0900 (JST)
- To: public-html-diffs@w3.org
mike: removed erroneous admonition about a/@target being obsolete (thx=ErnestPrabhakar) http://dev.w3.org/cvsweb/html5/markup/spec.html?r1=1.194&r2=1.195&f=h =================================================================== RCS file: /sources/public/html5/markup/webapps.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- webapps.html 4 Mar 2010 17:14:44 -0000 1.8 +++ webapps.html 7 Mar 2010 11:05:05 -0000 1.9 @@ -163,7 +163,7 @@ <header class="head" id="head"><p><a class="logo" href="http://www.whatwg.org/" rel="home"><img alt="WHATWG" src="/images/logo"/></a></p> <hgroup><h1>HTML5 (including next generation additions still in development)</h1> - <h2 class="no-num no-toc">Draft Standard — 25 February 2010</h2> + <h2 class="no-num no-toc">Draft Standard — 5 March 2010</h2> </hgroup><p>You can take part in this work. <a href="http://www.whatwg.org/mailing-list">Join the working group's discussion list.</a></p> <p><strong>Web designers!</strong> We have a <a href="http://blog.whatwg.org/faq/">FAQ</a>, a <a href="http://forums.whatwg.org/">forum</a>, and a <a href="http://www.whatwg.org/mailing-list#help">help mailing list</a> for you!</p> <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>--> @@ -184,7 +184,7 @@ <dd>To view and vote on feedback: <a href="http://www.whatwg.org/issues/">http://www.whatwg.org/issues/</a></dd> <dt>Editor:</dt> <dd>Ian Hickson, Google, ian@hixie.ch</dd> - </dl><p class="copyright">© Copyright 2004-2009 Apple Computer, Inc., + </dl><p class="copyright">© Copyright 2004-2010 Apple Computer, Inc., Mozilla Foundation, and Opera Software ASA.</p> <p class="copyright">You are granted a license to use, reproduce and create derivative works of this document.</p> @@ -609,7 +609,8 @@ <li><a href="#using-the-accesskey-attribute-on-a-legend-element-to-define-a-command"><span class="secno">4.11.5.7 </span>Using the <code title="attr-accesskey">accesskey</code> attribute on a <code>legend</code> element to define a command</a></li> <li><a href="#using-the-accesskey-attribute-to-define-a-command-on-other-elements"><span class="secno">4.11.5.8 </span>Using the <code title="attr-accesskey">accesskey</code> attribute to define a command on other elements</a></li></ol></li> <li><a href="#devices"><span class="secno">4.11.6 </span>The <code>device</code> element</a> - <ol><li><a href="#stream-api"><span class="secno">4.11.6.1 </span>Stream API</a></li></ol></li></ol></li> + <ol><li><a href="#stream-api"><span class="secno">4.11.6.1 </span>Stream API</a></li> + <li><a href="#peer-to-peer-connections"><span class="secno">4.11.6.2 </span>Peer-to-peer connections</a></li></ol></li></ol></li> <li><a href="#links"><span class="secno">4.12 </span>Links</a> <ol><li><a href="#hyperlink-elements"><span class="secno">4.12.1 </span>Hyperlink elements</a></li> <li><a href="#following-hyperlinks"><span class="secno">4.12.2 </span>Following hyperlinks</a> @@ -1055,6 +1056,7 @@ beyond HTML5 currently consist of only:</p> <ul class="brief"><li>The <code><a href="#devices">device</a></code> element.</li> + <li>The <code title="attr-hyperlink-ping"><a href="#ping">ping</a></code> attribute and related <a href="#hyperlink-auditing">hyperlink auditing</a> features.</li> </ul><p>Features that are part of HTML5 (and this specification) but that are either currently, or have been in the past, published as separate specifications:</p> @@ -1071,10 +1073,10 @@ <ul class="brief"><li><a href="http://www.whatwg.org/specs/web-workers/current-work/">Web Workers</a> </li><li><a href="http://dev.w3.org/html5/webstorage/">Web Storage</a> - </li><li><a href="http://dev.w3.org/html5/websockets/">Web Sockets API</a> - </li><li><a href="http://www.whatwg.org/specs/web-socket-protocol/">Web Sockets protocol</a> + </li><li><a href="http://dev.w3.org/html5/websockets/">WebSocket API</a> + </li><li><a href="http://www.whatwg.org/specs/web-socket-protocol/">WebSocket protocol</a> <!-- - <li><a href="http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol">Web Sockets protocol</a> + <li><a href="http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol">WebSocket protocol</a> --> </li><li><a href="http://dev.w3.org/html5/eventsource/">Server-sent Events</a> </li><li><a href="http://dev.w3.org/html5/webdatabase/">Web SQL Database</a> @@ -4748,10 +4750,12 @@ <p class="example">For example, the CSS <code title="selector-link"><a href="#selector-link">:link</a></code>/<code title="selector-visited"><a href="#selector-visited">:visited</a></code> pseudo-classes might have been affected.</p> +<!--PING--> <p>If the hyperlink has a <code title="attr-hyperlink-ping"><a href="#ping">ping</a></code> attribute and its <a href="#absolute-url" title="absolute URL">absolute URL(s)</a> are being shown to the user, then the <code title="attr-hyperlink-ping"><a href="#ping">ping</a></code> attribute's tokens should be <a href="#resolve-a-url" title="resolve a url">re-resolved</a> relative to the element and the UI updated appropriately.</p> +<!--PING--> </dd> @@ -8538,7 +8542,7 @@ <p>Thus, in the XML serialization, one can use RDF, like this:</p> - <pre><html + <pre><html xmlns="http://www.w3.org/1999/xhtml" xmlns:r="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <head> <title>Hedral's Home Page</title> @@ -9927,7 +9931,7 @@ <!-- Where would document.write() insert? - Consider: data:text/xml,<script ><![CDATA[ document.write('<foo>Test</foo>'); ]]></script> + Consider: data:text/xml,<script xmlns="http://www.w3.org/1999/xhtml"><![CDATA[ document.write('<foo>Test</foo>'); ]]></script> --> </li> @@ -15845,7 +15849,9 @@ <dd><a href="#global-attributes">Global attributes</a></dd> <dd><code title="attr-hyperlink-href"><a href="#attr-hyperlink-href">href</a></code></dd> <dd><code title="attr-hyperlink-target"><a href="#attr-hyperlink-target">target</a></code></dd> +<!--PING--> <dd><code title="attr-hyperlink-ping"><a href="#ping">ping</a></code></dd> +<!--PING--> <dd><code title="attr-hyperlink-rel"><a href="#attr-hyperlink-rel">rel</a></code></dd> <dd><code title="attr-hyperlink-media"><a href="#attr-hyperlink-media">media</a></code></dd> <dd><code title="attr-hyperlink-hreflang"><a href="#attr-hyperlink-hreflang">hreflang</a></code></dd> @@ -15855,7 +15861,9 @@ <pre class="idl">interface <dfn id="htmlanchorelement">HTMLAnchorElement</dfn> : <a href="#htmlelement">HTMLElement</a> { stringifier attribute DOMString <a href="#dom-a-href" title="dom-a-href">href</a>; attribute DOMString <a href="#dom-a-target" title="dom-a-target">target</a>; +<!--PING--> attribute DOMString <a href="#dom-a-ping" title="dom-a-ping">ping</a>; +<!--PING--> attribute DOMString <a href="#dom-a-rel" title="dom-a-rel">rel</a>; readonly attribute DOMTokenList <a href="#dom-a-rellist" title="dom-a-relList">relList</a>; attribute DOMString <a href="#dom-a-media" title="dom-a-media">media</a>; @@ -15888,7 +15896,11 @@ <a href="#represents">represents</a> a placeholder for where a link might otherwise have been placed, if it had been relevant.</p> - <p>The <code title="attr-hyperlink-target"><a href="#attr-hyperlink-target">target</a></code>, <code title="attr-hyperlink-ping"><a href="#ping">ping</a></code>, <code title="attr-hyperlink-rel"><a href="#attr-hyperlink-rel">rel</a></code>, <code title="attr-hyperlink-media"><a href="#attr-hyperlink-media">media</a></code>, <code title="attr-hyperlink-hreflang"><a href="#attr-hyperlink-hreflang">hreflang</a></code>, and <code title="attr-hyperlink-type"><a href="#attr-hyperlink-type">type</a></code> attributes must be omitted + <p>The <code title="attr-hyperlink-target"><a href="#attr-hyperlink-target">target</a></code>, +<!--PING--> + <code title="attr-hyperlink-ping"><a href="#ping">ping</a></code>, +<!--PING--> + <code title="attr-hyperlink-rel"><a href="#attr-hyperlink-rel">rel</a></code>, <code title="attr-hyperlink-media"><a href="#attr-hyperlink-media">media</a></code>, <code title="attr-hyperlink-hreflang"><a href="#attr-hyperlink-hreflang">hreflang</a></code>, and <code title="attr-hyperlink-type"><a href="#attr-hyperlink-type">type</a></code> attributes must be omitted if the <code title="attr-hyperlink-href"><a href="#attr-hyperlink-href">href</a></code> attribute is not present.</p> @@ -15908,7 +15920,11 @@ <div class="impl"> - <p>The <code title="attr-hyperlink-href"><a href="#attr-hyperlink-href">href</a></code>, <code title="attr-hyperlink-target"><a href="#attr-hyperlink-target">target</a></code> and <code title="attr-hyperlink-ping"><a href="#ping">ping</a></code> attributes affect what + <p>The <code title="attr-hyperlink-href"><a href="#attr-hyperlink-href">href</a></code>, <code title="attr-hyperlink-target"><a href="#attr-hyperlink-target">target</a></code> +<!--PING--> + and <code title="attr-hyperlink-ping"><a href="#ping">ping</a></code> +<!--PING--> + attributes affect what happens when users <a href="#following-hyperlinks" title="following hyperlinks">follow hyperlinks</a> created using the <code><a href="#the-a-element">a</a></code> element. The <code title="attr-hyperlink-rel"><a href="#attr-hyperlink-rel">rel</a></code>, <code title="attr-hyperlink-media"><a href="#attr-hyperlink-media">media</a></code>, <code title="attr-hyperlink-hreflang"><a href="#attr-hyperlink-hreflang">hreflang</a></code>, and <code title="attr-hyperlink-type"><a href="#attr-hyperlink-type">type</a></code> attributes may be used to @@ -15969,7 +15985,11 @@ </dl><div class="impl"> - <p>The IDL attributes <dfn id="dom-a-href" title="dom-a-href"><code>href</code></dfn>, <dfn id="dom-a-ping" title="dom-a-ping"><code>ping</code></dfn>, <dfn id="dom-a-target" title="dom-a-target"><code>target</code></dfn>, <dfn id="dom-a-rel" title="dom-a-rel"><code>rel</code></dfn>, <dfn id="dom-a-media" title="dom-a-media"><code>media</code></dfn>, <dfn id="dom-a-hreflang" title="dom-a-hreflang"><code>hreflang</code></dfn>, and <dfn id="dom-a-type" title="dom-a-type"><code>type</code></dfn>, must + <p>The IDL attributes <dfn id="dom-a-href" title="dom-a-href"><code>href</code></dfn>, +<!--PING--> + <dfn id="dom-a-ping" title="dom-a-ping"><code>ping</code></dfn>, +<!--PING--> + <dfn id="dom-a-target" title="dom-a-target"><code>target</code></dfn>, <dfn id="dom-a-rel" title="dom-a-rel"><code>rel</code></dfn>, <dfn id="dom-a-media" title="dom-a-media"><code>media</code></dfn>, <dfn id="dom-a-hreflang" title="dom-a-hreflang"><code>hreflang</code></dfn>, and <dfn id="dom-a-type" title="dom-a-type"><code>type</code></dfn>, must <a href="#reflect">reflect</a> the respective content attributes of the same name.</p> @@ -27617,7 +27637,9 @@ <dd><code title="attr-area-shape"><a href="#attr-area-shape">shape</a></code></dd> <dd><code title="attr-hyperlink-href"><a href="#attr-hyperlink-href">href</a></code></dd> <dd><code title="attr-hyperlink-target"><a href="#attr-hyperlink-target">target</a></code></dd> +<!--PING--> <dd><code title="attr-hyperlink-ping"><a href="#ping">ping</a></code></dd> +<!--PING--> <dd><code title="attr-hyperlink-rel"><a href="#attr-hyperlink-rel">rel</a></code></dd> <dd><code title="attr-hyperlink-media"><a href="#attr-hyperlink-media">media</a></code></dd> <dd><code title="attr-hyperlink-hreflang"><a href="#attr-hyperlink-hreflang">hreflang</a></code></dd> @@ -27630,7 +27652,9 @@ attribute DOMString <a href="#dom-area-shape" title="dom-area-shape">shape</a>; stringifier attribute DOMString <a href="#dom-area-href" title="dom-area-href">href</a>; attribute DOMString <a href="#dom-area-target" title="dom-area-target">target</a>; +<!--PING--> attribute DOMString <a href="#dom-area-ping" title="dom-area-ping">ping</a>; +<!--PING--> attribute DOMString <a href="#dom-area-rel" title="dom-area-rel">rel</a>; readonly attribute DOMTokenList <a href="#dom-area-rellist" title="dom-area-relList">relList</a>; attribute DOMString <a href="#dom-area-media" title="dom-area-media">media</a>; @@ -27752,7 +27776,11 @@ <p>When user agents allow users to <a href="#following-hyperlinks" title="following hyperlinks">follow hyperlinks</a> created using the <code><a href="#the-area-element">area</a></code> element, as described in the next section, the <code title="attr-hyperlink-href"><a href="#attr-hyperlink-href">href</a></code>, - <code title="attr-hyperlink-target"><a href="#attr-hyperlink-target">target</a></code> and <code title="attr-hyperlink-ping"><a href="#ping">ping</a></code> attributes decide how the + <code title="attr-hyperlink-target"><a href="#attr-hyperlink-target">target</a></code> +<!--PING--> + and <code title="attr-hyperlink-ping"><a href="#ping">ping</a></code> +<!--PING--> + attributes decide how the link is followed. The <code title="attr-hyperlink-rel"><a href="#attr-hyperlink-rel">rel</a></code>, <code title="attr-hyperlink-media"><a href="#attr-hyperlink-media">media</a></code>, <code title="attr-hyperlink-hreflang"><a href="#attr-hyperlink-hreflang">hreflang</a></code>, and <code title="attr-hyperlink-type"><a href="#attr-hyperlink-type">type</a></code> attributes may be used to indicate to the user the likely nature of the target resource before @@ -27760,7 +27788,11 @@ </div> - <p>The <code title="attr-hyperlink-target"><a href="#attr-hyperlink-target">target</a></code>, <code title="attr-hyperlink-ping"><a href="#ping">ping</a></code>, <code title="attr-hyperlink-rel"><a href="#attr-hyperlink-rel">rel</a></code>, <code title="attr-hyperlink-media"><a href="#attr-hyperlink-media">media</a></code>, <code title="attr-hyperlink-hreflang"><a href="#attr-hyperlink-hreflang">hreflang</a></code>, and <code title="attr-hyperlink-type"><a href="#attr-hyperlink-type">type</a></code> attributes must be omitted + <p>The <code title="attr-hyperlink-target"><a href="#attr-hyperlink-target">target</a></code>, +<!--PING--> + <code title="attr-hyperlink-ping"><a href="#ping">ping</a></code>, +<!--PING--> + <code title="attr-hyperlink-rel"><a href="#attr-hyperlink-rel">rel</a></code>, <code title="attr-hyperlink-media"><a href="#attr-hyperlink-media">media</a></code>, <code title="attr-hyperlink-hreflang"><a href="#attr-hyperlink-hreflang">hreflang</a></code>, and <code title="attr-hyperlink-type"><a href="#attr-hyperlink-type">type</a></code> attributes must be omitted if the <code title="attr-hyperlink-href"><a href="#attr-hyperlink-href">href</a></code> attribute is not present.</p> @@ -27781,7 +27813,11 @@ <li>Otherwise, the user agent must <a href="#following-hyperlinks" title="following hyperlinks">follow the hyperlink</a> defined by the <code><a href="#the-area-element">area</a></code> element, if any.</li> - </ol><p>The IDL attributes <dfn id="dom-area-alt" title="dom-area-alt"><code>alt</code></dfn>, <dfn id="dom-area-coords" title="dom-area-coords"><code>coords</code></dfn>, <dfn id="dom-area-href" title="dom-area-href"><code>href</code></dfn>, <dfn id="dom-area-target" title="dom-area-target"><code>target</code></dfn>, <dfn id="dom-area-ping" title="dom-area-ping"><code>ping</code></dfn>, <dfn id="dom-area-rel" title="dom-area-rel"><code>rel</code></dfn>, <dfn id="dom-area-media" title="dom-area-media"><code>media</code></dfn>, <dfn id="dom-area-hreflang" title="dom-area-hreflang"><code>hreflang</code></dfn>, and <dfn id="dom-area-type" title="dom-area-type"><code>type</code></dfn>, each must + </ol><p>The IDL attributes <dfn id="dom-area-alt" title="dom-area-alt"><code>alt</code></dfn>, <dfn id="dom-area-coords" title="dom-area-coords"><code>coords</code></dfn>, <dfn id="dom-area-href" title="dom-area-href"><code>href</code></dfn>, <dfn id="dom-area-target" title="dom-area-target"><code>target</code></dfn>, +<!--PING--> + <dfn id="dom-area-ping" title="dom-area-ping"><code>ping</code></dfn>, +<!--PING--> + <dfn id="dom-area-rel" title="dom-area-rel"><code>rel</code></dfn>, <dfn id="dom-area-media" title="dom-area-media"><code>media</code></dfn>, <dfn id="dom-area-hreflang" title="dom-area-hreflang"><code>hreflang</code></dfn>, and <dfn id="dom-area-type" title="dom-area-type"><code>type</code></dfn>, each must <a href="#reflect">reflect</a> the respective content attributes of the same name.</p> @@ -38099,16 +38135,16 @@ character not followed by a U+000A LINE FEED (LF) character, and every occurrence of a U+000A LINE FEED (LF) character not preceded by a U+000D CARRIAGE RETURN (CR) character, by a two-character - string consisting of a U+000D CARRIAGE RETURN - U+000A LINE FEED + string consisting of a U+000D CARRIAGE RETURN U+000A LINE FEED (CRLF) character pair.</p></li> <li><p>If the element's <code title="attr-textarea-wrap"><a href="#attr-textarea-wrap">wrap</a></code> attribute is in the <a href="#attr-textarea-wrap-hard-state" title="attr-textarea-wrap-hard-state">Hard</a> state, insert - U+000D CARRIAGE RETURN - U+000A LINE FEED (CRLF) character pairs + U+000D CARRIAGE RETURN U+000A LINE FEED (CRLF) character pairs into the string using a UA-defined algorithm so that each line has no more than <a href="#attr-textarea-cols-value" title="attr-textarea-cols-value">character width</a> characters. For the purposes of this requirement, lines are delimited by the start of the string, the end of the - string, and U+000D CARRIAGE RETURN - U+000A LINE FEED (CRLF) + string, and U+000D CARRIAGE RETURN U+000A LINE FEED (CRLF) character pairs.</p></li> </ol></div> @@ -44876,8 +44912,7 @@ supported by the user agent for use in <code><a href="#audio">audio</a></code> and <code><a href="#video">video</a></code> elements.</p> - <p class="XXX">This will be pinned down to a specific codec, frame - dimension, and bitrate in due course.</p> + <p class="XXX">This will be pinned down to a specific codec.</p> <p>When the <dfn id="dom-stream-record" title="dom-stream-record"><code>record()</code></dfn> method is invoked, the user agent must return a new @@ -44896,8 +44931,50 @@ supported by the user agent for use in <code><a href="#audio">audio</a></code> and <code><a href="#video">video</a></code> elements.</p> - <p class="XXX">This again will be pinned down to a specific codec, - frame dimension, and bitrate in due course.</p> + <p class="XXX">This again will be pinned down to a specific codec.</p> + + + <h5 id="peer-to-peer-connections"><span class="secno">4.11.6.2 </span>Peer-to-peer connections</h5> + + <p class="XXX">This section will be moved to a more appropriate + location in due course; it is here currently to keep it near the + <code><a href="#devices">device</a></code> element to allow reviewers to look at it.</p> + + <pre class="idl">[NoInterfaceObject] +interface <dfn id="abstractpeer">AbstractPeer</dfn> { + void sendText(in DOMString text); + attribute Function ontext; // receiving + + void sendBitmap(in HTMLImageElement image); + attribute Function onbitmap; // receiving + + void sendFile(in File file); + attribute Function onfile; // receiving + + attribute Stream localStream; // video/audio to send + readonly attribute Stream remoteStream; // video/audio from remote peer + attribute Function onstreamchange; // when the remote peer changes whether the video is being sent or not + + attribute Function onconnect; // called when the connection is established + attribute Function ondisconnect; +}; + +[Constructor] +interface <dfn id="peertopeerserver">PeerToPeerServer</dfn> : <a href="#abstractpeer">AbstractPeer</a> { + DOMString <span title="dom-PeerToPeerServer-getAddress">getAddress</span>(); // returns a string that encodes all the various ways to connect to this peer + + attribute Function onincoming; // incoming call detected + void accept(); // accepts incoming call + void reject(in optional DOMString message); // explicitly rejects incoming call + + void close(); // disconnects and stops listening +}; + +[Constructor(in DOMString address)] // pass it the result of getAddress() from the other peer +interface <dfn id="peertopeerclient">PeerToPeerClient</dfn> : <a href="#abstractpeer">AbstractPeer</a> { +};</pre> + + <p class="XXX">...</p> @@ -44939,6 +45016,7 @@ context</a> that will be used. <span class="impl">User agents use this name when <a href="#following-hyperlinks">following hyperlinks</a>.</span></p> +<!--PING--> <p>The <dfn id="ping" title="attr-hyperlink-ping"><code>ping</code></dfn> attribute, if present, gives the URLs of the resources that are interested in being notified if the user follows the hyperlink. The value must be @@ -44946,6 +45024,7 @@ <a href="#valid-url" title="valid URL">valid URL</a>. <span class="impl">The value is used by the user agent for <a href="#hyperlink-auditing">hyperlink auditing</a>.</span></p> +<!--PING--> <p>For <code><a href="#the-a-element">a</a></code> and <code><a href="#the-area-element">area</a></code> elements that represent hyperlinks, the relationship between the document containing the @@ -45043,6 +45122,11 @@ which the hyperlink's element in question is associated as the <a href="#source-browsing-context">source browsing context</a>.</p> + </div> + + +<!--PING--> + <div class="impl"> <h5 id="hyperlink-auditing"><span class="secno">4.12.2.1 </span><dfn>Hyperlink auditing</dfn></h5> @@ -45164,6 +45248,7 @@ <!-- resolving ping urls happens at audit time, so base URL changes affect the values of ping attributes --> +<!--PING--> @@ -55213,7 +55298,7 @@ <code><a href="#document">Document</a></code>'s <var title="concept-document-salvageable">salvageable</var> state to false. <a href="#refsWEBSQL">[WEBSQL]</a> </p></li> - <li><p><span>Close the Web Socket connection</span> of any + <li><p><span>Close the WebSocket connection</span> of any <code>WebSocket</code> objects that were created by the <code title="dom-WebSocket">WebSocket()</code> constructor visible on the <code><a href="#document">Document</a></code>'s <code><a href="#window">Window</a></code> object. If this affected any <code>WebSocket</code> objects, the set @@ -75594,10 +75679,12 @@ destination of <a href="#hyperlink" title="hyperlink">hyperlinks</a> and of <a href="#the-form-element" title="form">forms</a> before triggering their <a href="#navigate" title="navigate">navigation</a>.</p> +<!--PING--> <p>User agents are expected to inform the user of whether a <a href="#hyperlink">hyperlink</a> includes <a href="#hyperlink-auditing">hyperlink auditing</a>, and to let them know at a minimum which domains will be contacted as part of such auditing.</p> +<!--PING--> <p>User agents are expected to allow users to <a href="#navigate">navigate</a> <a href="#browsing-context" title="browsing context">browsing contexts</a> to the @@ -77519,6 +77606,7 @@ <code><a href="#text/cache-manifest">text/cache-manifest</a></code> resources.</p> +<!--PING--> <h3 id="text/ping"><span class="secno">14.5 </span><dfn><code>text/ping</code></dfn></h3> <p>This registration is for community review and will be submitted @@ -77580,6 +77668,7 @@ <dd>W3C and WHATWG</dd> </dl><p>Fragment identifiers have no meaning with <code><a href="#text/ping">text/ping</a></code> resources.</p> +<!--PING--> @@ -77651,6 +77740,7 @@ +<!--PING--> <h3 id="ping-from"><span class="secno">14.7 </span><dfn title="http-ping-from"><code>Ping-From</code></dfn></h3> <p>This section describes a header field for registration in the @@ -77689,7 +77779,7 @@ </dd> <dt>Related information</dt> <dd>None.</dd> - </dl><h2 class="no-num" id="index">Index</h2> + </dl><!--PING--><h2 class="no-num" id="index">Index</h2> <div class="impl"> @@ -77719,7 +77809,9 @@ <td><a href="#global-attributes" title="global attributes">globals</a>; <code title="attr-hyperlink-href"><a href="#attr-hyperlink-href">href</a></code>; <code title="attr-hyperlink-target"><a href="#attr-hyperlink-target">target</a></code>; +<!--PING--> <code title="attr-hyperlink-ping"><a href="#ping">ping</a></code>; +<!--PING--> <code title="attr-hyperlink-rel"><a href="#attr-hyperlink-rel">rel</a></code>; <code title="attr-hyperlink-media"><a href="#attr-hyperlink-media">media</a></code>; <code title="attr-hyperlink-hreflang"><a href="#attr-hyperlink-hreflang">hreflang</a></code>; @@ -77753,7 +77845,9 @@ <code title="attr-area-shape"><a href="#attr-area-shape">shape</a></code>; <code title="attr-hyperlink-href"><a href="#attr-hyperlink-href">href</a></code>; <code title="attr-hyperlink-target"><a href="#attr-hyperlink-target">target</a></code>; +<!--PING--> <code title="attr-hyperlink-ping"><a href="#ping">ping</a></code>; +<!--PING--> <code title="attr-hyperlink-rel"><a href="#attr-hyperlink-rel">rel</a></code>; <code title="attr-hyperlink-media"><a href="#attr-hyperlink-media">media</a></code>; <code title="attr-hyperlink-hreflang"><a href="#attr-hyperlink-hreflang">hreflang</a></code>; @@ -79494,11 +79588,13 @@ </th><td> <code title="attr-input-pattern"><a href="#attr-input-pattern">input</a></code> </td><td> Pattern to be matched by the form control's value </td><td> Regular expression matching the JavaScript <i title="">Pattern</i> production +<!--PING--> </td></tr><tr><th> <code title="">ping</code> </th><td> <code title="attr-hyperlink-ping"><a href="#ping">a</a></code>; <code title="attr-hyperlink-ping"><a href="#ping">area</a></code> </td><td> <a href="#url" title="URL">URLs</a> to ping </td><td> <a href="#set-of-space-separated-tokens">Set of space-separated tokens</a> consisting of <a href="#valid-url" title="valid URL">valid URLs</a> +<!--PING--> </td></tr><tr><th> <code title="">placeholder</code> </th><td> <code title="attr-input-placeholder"><a href="#attr-input-placeholder">input</a></code>; <code title="attr-textarea-placeholder"><a href="#attr-textarea-placeholder">textarea</a></code> @@ -81143,10 +81239,10 @@ <dt id="refsWEBSOCKET">[WEBSOCKET]</dt> <!-- - <dd><cite><a href="http://www.w3.org/TR/websockets/">The Web Sockets + <dd><cite><a href="http://www.w3.org/TR/websockets/">The WebSocket API</a></cite>, I. Hickson. W3C.</dd> --> - <dd><cite><a href="http://dev.w3.org/html5/websockets/">The Web Sockets + <dd><cite><a href="http://dev.w3.org/html5/websockets/">The WebSocket API</a></cite>, I. Hickson. W3C.</dd> <dt id="refsWEBSQL">[WEBSQL]</dt> @@ -81555,6 +81651,7 @@ Martin Dürst, Martin Honnen, Martin Kutschker, + Martin Thomson, Masataka Yakura, Mathieu Henri, Matt Schmidt, Index: link.html =================================================================== RCS file: /sources/public/html5/markup/link.html,v retrieving revision 1.46 retrieving revision 1.47 diff -u -d -r1.46 -r1.47 --- link.html 5 Mar 2010 02:19:40 -0000 1.46 +++ link.html 7 Mar 2010 11:05:04 -0000 1.47 @@ -105,18 +105,6 @@ </h2> <ul class="assertions"> <li><span> - The <span class="attribute">coords</span> attribute on the <span class="element">link</span> element is obsolete. - For image maps, use the <span class="element">area</span> element instead of the <span class="element">a</span> element. - </span></li> -<li><span> - The <span class="attribute">shape</span> attribute on the <span class="element">link</span> element is obsolete. - For image maps, use the <span class="element">area</span> element instead of the <span class="element">a</span> element. - </span></li> -<li><span> - The <span class="attribute">urn</span> attribute on the <span class="element">link</span> element is obsolete. - Specify the preferred persistent identifier using the <span class="attribute">href</span> attribute instead. - </span></li> -<li><span> The <span class="attribute">target</span> attribute on the <span class="element">link</span> element is obsolete. You can safely omit it. </span></li> Index: area.html =================================================================== RCS file: /sources/public/html5/markup/area.html,v retrieving revision 1.50 retrieving revision 1.51 diff -u -d -r1.50 -r1.51 --- area.html 5 Mar 2010 02:19:37 -0000 1.50 +++ area.html 7 Mar 2010 11:05:04 -0000 1.51 @@ -199,7 +199,9 @@ attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-shape" title="dom-area-shape">shape</a>; stringifier attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-href" title="dom-area-href">href</a>; attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-target" title="dom-area-target">target</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-ping" title="dom-area-ping">ping</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-rel" title="dom-area-rel">rel</a>; readonly attribute DOMTokenList <a href="http://dev.w3.org/html5/spec/#dom-area-rellist" title="dom-area-relList">relList</a>; attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-media" title="dom-area-media">media</a>; Index: a.html =================================================================== RCS file: /sources/public/html5/markup/a.html,v retrieving revision 1.55 retrieving revision 1.56 diff -u -d -r1.55 -r1.56 --- a.html 5 Mar 2010 02:19:37 -0000 1.55 +++ a.html 7 Mar 2010 11:05:04 -0000 1.56 @@ -157,10 +157,6 @@ Specify the preferred persistent identifier using the <span class="attribute">href</span> attribute instead. </span></li> <li><span> - The <span class="attribute">target</span> attribute on the <span class="element">a</span> element is obsolete. - You can safely omit it. - </span></li> -<li><span> The <span class="attribute">charset</span> attribute on the <span class="element">a</span> element is obsolete. Use an HTTP Content-Type header on the linked resource instead. </span></li> @@ -222,7 +218,9 @@ <pre class="idl">interface <b>HTMLAnchorElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { stringifier attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-href" title="dom-a-href">href</a>; attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-target" title="dom-a-target">target</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-ping" title="dom-a-ping">ping</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-rel" title="dom-a-rel">rel</a>; readonly attribute DOMTokenList <a href="http://dev.w3.org/html5/spec/#dom-a-rellist" title="dom-a-relList">relList</a>; attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-media" title="dom-a-media">media</a>; Index: acknowledgments.html =================================================================== RCS file: /sources/public/html5/markup/acknowledgments.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- acknowledgments.html 5 Mar 2010 02:19:37 -0000 1.14 +++ acknowledgments.html 7 Mar 2010 11:05:04 -0000 1.15 @@ -42,7 +42,7 @@ <a href="http://www.whatwg.org/specs/web-apps/current-work/">HTML5</a>, distributed with the following copyright notice and license statement:</p> - <pre class="license">© Copyright 2004-2008 Apple Computer, Inc., Mozilla Foundation, and Opera Software ASA. + <pre class="license">© Copyright 2004-2010 Apple Computer, Inc., Mozilla Foundation, and Opera Software ASA. You are granted a license to use, reproduce and create derivative works of this document.</pre> </div> <hr class="footerbreak"> Index: spec.html =================================================================== RCS file: /sources/public/html5/markup/spec.html,v retrieving revision 1.194 retrieving revision 1.195 diff -u -d -r1.194 -r1.195 --- spec.html 5 Mar 2010 08:53:36 -0000 1.194 +++ spec.html 7 Mar 2010 11:05:04 -0000 1.195 @@ -2698,10 +2698,6 @@ Specify the preferred persistent identifier using the <span class="attribute">href</span> attribute instead. </span></li> <li><span> - The <span class="attribute">target</span> attribute on the <span class="element">a</span> element is obsolete. - You can safely omit it. - </span></li> -<li><span> The <span class="attribute">charset</span> attribute on the <span class="element">a</span> element is obsolete. Use an HTTP Content-Type header on the linked resource instead. </span></li> @@ -2763,7 +2759,9 @@ <pre class="idl">interface <b>HTMLAnchorElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { stringifier attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-href" title="dom-a-href">href</a>; attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-target" title="dom-a-target">target</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-ping" title="dom-a-ping">ping</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-rel" title="dom-a-rel">rel</a>; readonly attribute DOMTokenList <a href="http://dev.w3.org/html5/spec/#dom-a-rellist" title="dom-a-relList">relList</a>; attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-media" title="dom-a-media">media</a>; @@ -3148,7 +3146,9 @@ attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-shape" title="dom-area-shape">shape</a>; stringifier attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-href" title="dom-area-href">href</a>; attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-target" title="dom-area-target">target</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-ping" title="dom-area-ping">ping</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-rel" title="dom-area-rel">rel</a>; readonly attribute DOMTokenList <a href="http://dev.w3.org/html5/spec/#dom-area-rellist" title="dom-area-relList">relList</a>; attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-media" title="dom-area-media">media</a>; @@ -12590,18 +12590,6 @@ </h2> <ul class="assertions"> <li><span> - The <span class="attribute">coords</span> attribute on the <span class="element">link</span> element is obsolete. - For image maps, use the <span class="element">area</span> element instead of the <span class="element">a</span> element. - </span></li> -<li><span> - The <span class="attribute">shape</span> attribute on the <span class="element">link</span> element is obsolete. - For image maps, use the <span class="element">area</span> element instead of the <span class="element">a</span> element. - </span></li> -<li><span> - The <span class="attribute">urn</span> attribute on the <span class="element">link</span> element is obsolete. - Specify the preferred persistent identifier using the <span class="attribute">href</span> attribute instead. - </span></li> -<li><span> The <span class="attribute">target</span> attribute on the <span class="element">link</span> element is obsolete. You can safely omit it. </span></li> @@ -19557,7 +19545,7 @@ <a href="http://www.whatwg.org/specs/web-apps/current-work/">HTML5</a>, distributed with the following copyright notice and license statement:</p> - <pre class="license">© Copyright 2004-2008 Apple Computer, Inc., Mozilla Foundation, and Opera Software ASA. + <pre class="license">© Copyright 2004-2010 Apple Computer, Inc., Mozilla Foundation, and Opera Software ASA. You are granted a license to use, reproduce and create derivative works of this document.</pre> </div> </div>
Received on Sunday, 7 March 2010 11:06:21 UTC