Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Fixed typos.
git-svn-id: http://svn.whatwg.org/webapps@3595 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 12, 2009
1 parent 0b55728 commit 9f6c8fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions index
Expand Up @@ -9384,7 +9384,7 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0

<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
Expand Down Expand Up @@ -15497,7 +15497,7 @@ first matching case):&lt;/p&gt;
<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
Expand Down Expand Up @@ -27725,7 +27725,7 @@ function AddCloud(data, x, y) { ... }</pre>
<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
Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -8909,7 +8909,7 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0

<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
Expand Down Expand Up @@ -15372,7 +15372,7 @@ first matching case):&lt;/p&gt;
<span>reflect</span> the <code title="attr-hyperlink-rel">rel</code>
content attribute.</p>

<p>The <code>a</code> element also suports the complement of
<p>The <code>a</code> element also supports the complement of
<span>URL decomposition attributes</span>, <dfn
title="dom-a-protocol"><code>protocol</code></dfn>, <dfn
title="dom-a-host"><code>host</code></dfn>, <dfn
Expand Down Expand Up @@ -28626,7 +28626,7 @@ function AddCloud(data, x, y) { ... }</pre>
<span>reflect</span> the <code title="attr-hyperlink-rel">rel</code>
content attribute.</p>

<p>The <code>area</code> element also suports the complement of
<p>The <code>area</code> element also supports the complement of
<span>URL decomposition attributes</span>, <dfn
title="dom-area-protocol"><code>protocol</code></dfn>, <dfn
title="dom-area-host"><code>host</code></dfn>, <dfn
Expand Down

0 comments on commit 9f6c8fa

Please sign in to comment.