[html5] r1860 - [e] (0) more typos (credit: gs)
whatwg at whatwg.org
whatwg at whatwg.org
Thu Jul 10 12:54:12 PDT 2008
Author: ianh
Date: 2008-07-10 12:54:09 -0700 (Thu, 10 Jul 2008)
New Revision: 1860
Modified:
index
source
Log:
[e] (0) more typos (credit: gs)
Modified: index
===================================================================
--- index 2008-07-10 18:52:18 UTC (rev 1859)
+++ index 2008-07-10 19:54:09 UTC (rev 1860)
@@ -40488,8 +40488,8 @@
<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
@@ -40788,15 +40788,15 @@
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>
@@ -40828,7 +40828,7 @@
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.
@@ -41145,7 +41145,7 @@
<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>
Modified: source
===================================================================
--- source 2008-07-10 18:52:18 UTC (rev 1859)
+++ source 2008-07-10 19:54:09 UTC (rev 1860)
@@ -38097,7 +38097,7 @@
<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
@@ -38330,7 +38330,7 @@
- <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>
More information about the Commit-Watchers
mailing list