[html5] r3464 - [e] (0) Fix typo in IDL.

whatwg at whatwg.org whatwg at whatwg.org
Sat Jul 25 20:28:11 PDT 2009


Author: ianh
Date: 2009-07-25 20:28:09 -0700 (Sat, 25 Jul 2009)
New Revision: 3464

Modified:
   index
   source
Log:
[e] (0) Fix typo in IDL.

Modified: index
===================================================================
--- index	2009-07-26 03:23:51 UTC (rev 3463)
+++ index	2009-07-26 03:28:09 UTC (rev 3464)
@@ -70833,8 +70833,8 @@
            attribute <a href=#function>Function</a> <a href=#handler-marquee-onfinish title=handler-marquee-onfinish>onfinish</a>;
            attribute <a href=#function>Function</a> <a href=#handler-marquee-onstart title=handler-marquee-onstart>onstart</a>;
 
-  void <a href=#dom-marquee-start title=dom-marquee-start>start</a>()
-  void <a href=#dom-marquee-stop title=dom-marquee-stop>stop</a>()
+  void <a href=#dom-marquee-start title=dom-marquee-start>start</a>();
+  void <a href=#dom-marquee-stop title=dom-marquee-stop>stop</a>();
 };</pre>
 
   <p>A <code><a href=#the-marquee-element-0>marquee</a></code> element can be <dfn id=concept-marquee-on title=concept-marquee-on>turned on</dfn> or <dfn id=concept-marquee-off title=concept-marquee-off>turned off</dfn>. When it is created, it

Modified: source
===================================================================
--- source	2009-07-26 03:23:51 UTC (rev 3463)
+++ source	2009-07-26 03:28:09 UTC (rev 3464)
@@ -83608,8 +83608,8 @@
            attribute <span>Function</span> <span title="handler-marquee-onfinish">onfinish</span>;
            attribute <span>Function</span> <span title="handler-marquee-onstart">onstart</span>;
 
-  void <span title="dom-marquee-start">start</span>()
-  void <span title="dom-marquee-stop">stop</span>()
+  void <span title="dom-marquee-start">start</span>();
+  void <span title="dom-marquee-stop">stop</span>();
 };</pre>
 
   <p>A <code>marquee</code> element can be <dfn




More information about the Commit-Watchers mailing list