- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 12 Aug 2009 06:35:07 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv11495 Modified Files: Overview.html Log Message: Fixed typos. (whatwg r3595) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2786 retrieving revision 1.2787 diff -u -d -r1.2786 -r1.2787 --- Overview.html 12 Aug 2009 01:18:48 -0000 1.2786 +++ Overview.html 12 Aug 2009 06:35:03 -0000 1.2787 @@ -9596,7 +9596,7 @@ <li> - <p>Dispatching the required <code title="event-click">click</code> + <p>Dispatch the required <code title="event-click">click</code> event.</p> <!-- interaction event spec point --> <p>If there is an element <var title="">e</var>, then the default @@ -15709,7 +15709,7 @@ <a href="#reflect">reflect</a> the <code title="attr-hyperlink-rel"><a href="#attr-hyperlink-rel">rel</a></code> content attribute.</p> - <p>The <code><a href="#the-a-element">a</a></code> element also suports the complement of + <p>The <code><a href="#the-a-element">a</a></code> element also supports the complement of <a href="#url-decomposition-attributes">URL decomposition attributes</a>, <dfn id="dom-a-protocol" title="dom-a-protocol"><code>protocol</code></dfn>, <dfn id="dom-a-host" title="dom-a-host"><code>host</code></dfn>, <dfn id="dom-a-port" title="dom-a-port"><code>port</code></dfn>, <dfn id="dom-a-hostname" title="dom-a-hostname"><code>hostname</code></dfn>, <dfn id="dom-a-pathname" title="dom-a-pathname"><code>pathname</code></dfn>, <dfn id="dom-a-search" title="dom-a-search"><code>search</code></dfn>, and <dfn id="dom-a-hash" title="dom-a-hash"><code>hash</code></dfn>. These must follow the rules given for URL decomposition attributes, with the <a href="#concept-uda-input" title="concept-uda-input">input</a> being the result of <a href="#resolve-a-url" title="resolve a url">resolving</a> the element's <code title="attr-hyperlink-href"><a href="#attr-hyperlink-href">href</a></code> attribute relative to the element, if there is such an attribute and resolving it is @@ -27937,7 +27937,7 @@ <a href="#reflect">reflect</a> the <code title="attr-hyperlink-rel"><a href="#attr-hyperlink-rel">rel</a></code> content attribute.</p> - <p>The <code><a href="#the-area-element">area</a></code> element also suports the complement of + <p>The <code><a href="#the-area-element">area</a></code> element also supports the complement of <a href="#url-decomposition-attributes">URL decomposition attributes</a>, <dfn id="dom-area-protocol" title="dom-area-protocol"><code>protocol</code></dfn>, <dfn id="dom-area-host" title="dom-area-host"><code>host</code></dfn>, <dfn id="dom-area-port" title="dom-area-port"><code>port</code></dfn>, <dfn id="dom-area-hostname" title="dom-area-hostname"><code>hostname</code></dfn>, <dfn id="dom-area-pathname" title="dom-area-pathname"><code>pathname</code></dfn>, <dfn id="dom-area-search" title="dom-area-search"><code>search</code></dfn>, and <dfn id="dom-area-hash" title="dom-area-hash"><code>hash</code></dfn>. These must follow the rules given for URL decomposition attributes, with the <a href="#concept-uda-input" title="concept-uda-input">input</a> being the result of <a href="#resolve-a-url" title="resolve a url">resolving</a> the element's <code title="attr-hyperlink-href"><a href="#attr-hyperlink-href">href</a></code> attribute relative to the element, if there is such an attribute and resolving it is
Received on Wednesday, 12 August 2009 06:35:16 UTC