- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 03 Feb 2011 20:54:28 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv11481
Modified Files:
Overview.html
Log Message:
typo (whatwg r5819)
Index: Overview.html
===================================================================
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:54:29 UTC