html5/spec Overview.html,1.1048,1.1049

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv21939

Modified Files:
	Overview.html 
Log Message:
more typos (credit: gs) (whatwg r1860)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1048
retrieving revision 1.1049
diff -u -d -r1.1048 -r1.1049
--- Overview.html	10 Jul 2008 18:52:22 -0000	1.1048
+++ Overview.html	10 Jul 2008 19:54:16 -0000	1.1049
@@ -40550,8 +40550,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
@@ -40850,15 +40850,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>
@@ -40890,7 +40890,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.
 
@@ -41207,7 +41207,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>
 

Received on Thursday, 10 July 2008 19:54:54 UTC