- From: poot <cvsmail@w3.org>
- Date: Thu, 03 Feb 2011 15:55:35 -0500
- To: public-html-diffs@w3.org
hixie: typo (whatwg r5819) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4677&r2=1.4678&f=h http://html5.org/tools/web-apps-tracker?from=5818&to=5819 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4677 retrieving revision 1.4678 diff -u -d -r1.4677 -r1.4678 --- Overview.html 3 Feb 2011 20:35:14 -0000 1.4677 +++ Overview.html 3 Feb 2011 20:54:22 -0000 1.4678 @@ -5410,7 +5410,7 @@ </dd> </dl></div><h4 id="interfaces-for-url-manipulation"><span class="secno">2.6.3 </span>Interfaces for URL manipulation</h4><p>An interface that has a complement of <dfn id="url-decomposition-idl-attributes">URL decomposition IDL - attributes</dfn> will have seven attributes with the following + attributes</dfn> his seven attributes with the following definitions:<pre class="idl extract"> attribute DOMString <a href="#dom-uda-protocol" title="dom-uda-protocol">protocol</a>; attribute DOMString <a href="#dom-uda-host" title="dom-uda-host">host</a>; attribute DOMString <a href="#dom-uda-hostname" title="dom-uda-hostname">hostname</a>; @@ -5469,7 +5469,7 @@ same corresponding names in this section.</p> <p>In addition, an interface with a complement of <a href="#url-decomposition-idl-attributes">URL - decomposition IDL attributes</a> will define an <dfn id="concept-uda-input" title="concept-uda-input">input</dfn>, which is a <a href="#url">URL</a> + decomposition IDL attributes</a> defines an <dfn id="concept-uda-input" title="concept-uda-input">input</dfn>, which is a <a href="#url">URL</a> that the attributes act on, and a <dfn id="concept-uda-setter" title="concept-uda-setter">common setter action</dfn>, which is a set of steps invoked when any of the attributes' setters are invoked.</p>
Received on Thursday, 3 February 2011 20:55:36 UTC