Skip to content

Commit

Permalink
[e] (0) typo
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11392

git-svn-id: http://svn.whatwg.org/webapps@5819 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 3, 2011
1 parent 8a17c3c commit 7502ec9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -6168,7 +6168,7 @@ <h4 id=dynamic-changes-to-base-urls><span class=secno>2.6.2 </span>Dynamic chang
<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:</p>

<pre class="idl extract"> attribute DOMString <a href=#dom-uda-protocol title=dom-uda-protocol>protocol</a>;
Expand Down Expand Up @@ -6231,7 +6231,7 @@ <h4 id=interfaces-for-url-manipulation><span class=secno>2.6.3 </span>Interfaces
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>
Expand Down
4 changes: 2 additions & 2 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -6147,7 +6147,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<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:</p>

<pre class="idl extract"> attribute DOMString <a href=#dom-uda-protocol title=dom-uda-protocol>protocol</a>;
Expand Down Expand Up @@ -6210,7 +6210,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
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>
Expand Down
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -5718,7 +5718,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<h4>Interfaces for URL manipulation</h4>

<p>An interface that has a complement of <dfn>URL decomposition IDL
attributes</dfn> will have seven attributes with the following
attributes</dfn> his seven attributes with the following
definitions:</p>

<pre class="idl extract"> attribute DOMString <span title="dom-uda-protocol">protocol</span>;
Expand Down Expand Up @@ -5787,7 +5787,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
same corresponding names in this section.</p>

<p>In addition, an interface with a complement of <span>URL
decomposition IDL attributes</span> will define an <dfn
decomposition IDL attributes</span> defines an <dfn
title="concept-uda-input">input</dfn>, which is a <span>URL</span>
that the attributes act on, and a <dfn
title="concept-uda-setter">common setter action</dfn>, which is a
Expand Down

0 comments on commit 7502ec9

Please sign in to comment.