Skip to content

Commit

Permalink
[e] (0) more typos (credit: gs)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1860 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 10, 2008
1 parent 1116b79 commit 52eeb3d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions index
Expand Up @@ -40488,8 +40488,8 @@ http://developer.apple.com/documentation/AppleApplications/Conceptual/SafariJSPr
<dd><strong>Value:</strong> Always the string "<code
title="">false</code>".

<dt><dfn id=insertorderedlist0
title=command-insertOrderedList><code>insertOrderedList</code></dfn>
<dt><dfn id=insertunrderedlist
title=command-insertUnrderedList><code>insertUnrderedList</code></dfn>

<dd><strong>Action:</strong> The user agent must act as if the user had
requested that the selection <a href="#contenteditable-wrapSemantic">be
Expand Down Expand Up @@ -40788,15 +40788,15 @@ XXX Once we resolve the style="" issue, address these:
href="#event-source">event-source</a></code> element provides a simple
interface to this mechanism.

<h4 id=the-remoteeventtarget><span class=secno>7.2.1 </span>The <dfn
id=remoteeventtarget><code>RemoteEventTarget</code></dfn> interface</h4>
<h4 id=the-remoteeventtarget><span class=secno>7.2.1 </span>The <code><a
href="#remoteeventtarget">RemoteEventTarget</a></code> interface</h4>

<p>Any object that implements the <code>EventTarget</code> interface must
also implement the <code><a
href="#remoteeventtarget0">RemoteEventTarget</a></code> interface.
href="#remoteeventtarget">RemoteEventTarget</a></code> interface.

<pre
class=idl>interface <dfn id=remoteeventtarget0>RemoteEventTarget</dfn> {
class=idl>interface <dfn id=remoteeventtarget>RemoteEventTarget</dfn> {
void <a href="#addeventsource" title=dom-RemoteEventTarget-addEventSource>addEventSource</a>(in DOMString src);
void <a href="#removeeventsource" title=dom-RemoteEventTarget-removeEventSource>removeEventSource</a>(in DOMString src);
};</pre>
Expand Down Expand Up @@ -40828,7 +40828,7 @@ XXX Once we resolve the style="" issue, address these:
stream</h4>

<p>Each object implementing the <code>EventTarget</code> and <code><a
href="#remoteeventtarget0">RemoteEventTarget</a></code> interfaces has a
href="#remoteeventtarget">RemoteEventTarget</a></code> interfaces has a
<dfn id=list-of3 title=concept-event-source-list>list of event
sources</dfn> that are registered for that object.

Expand Down Expand Up @@ -41145,7 +41145,7 @@ XXX Once we resolve the style="" issue, address these:

<li>
<p>Dispatch the newly created event at the <code><a
href="#remoteeventtarget0">RemoteEventTarget</a></code> object to which
href="#remoteeventtarget">RemoteEventTarget</a></code> object to which
the event stream is registered.
</ol>

Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -38097,7 +38097,7 @@ http://developer.apple.com/documentation/AppleApplications/Conceptual/SafariJSPr
<dd><strong>State:</strong> Always false.</dd>
<dd><strong>Value:</strong> Always the string "<code title="">false</code>".</dd>

<dt><dfn title="command-insertOrderedList"><code>insertOrderedList</code></dfn></dt>
<dt><dfn title="command-insertUnrderedList"><code>insertUnrderedList</code></dfn></dt>
<dd><strong>Action:</strong> The user agent must act as if the user
had requested that the selection <a
href="#contenteditable-wrapSemantic">be wrapped in the
Expand Down Expand Up @@ -38330,7 +38330,7 @@ XXX Once we resolve the style="" issue, address these:



<h4>The <dfn><code>RemoteEventTarget</code></dfn> interface</h4>
<h4>The <code>RemoteEventTarget</code> interface</h4>

<p>Any object that implements the <code>EventTarget</code> interface
must also implement the <code>RemoteEventTarget</code>
Expand Down

0 comments on commit 52eeb3d

Please sign in to comment.