[html5] r6712 - [e] (0) typo Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14517
whatwg at whatwg.org
whatwg at whatwg.org
Thu Oct 20 13:02:21 PDT 2011
Author: ianh
Date: 2011-10-20 13:02:20 -0700 (Thu, 20 Oct 2011)
New Revision: 6712
Modified:
complete.html
index
source
Log:
[e] (0) typo
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14517
Modified: complete.html
===================================================================
--- complete.html 2011-10-20 05:50:50 UTC (rev 6711)
+++ complete.html 2011-10-20 20:02:20 UTC (rev 6712)
@@ -32073,7 +32073,7 @@
attribute long <a href=#dom-texttrackcue-textposition title=dom-TextTrackCue-textPosition>textPosition</a>;
attribute long <a href=#dom-texttrackcue-size title=dom-TextTrackCue-size>size</a>;
attribute DOMString <a href=#dom-texttrackcue-alignment title=dom-TextTrackCue-alignment>alignment</a>;
- attribute DOMString <a href=#dom-texttrackcue-cueassource title=dom-TextTrackCue-cueAsSource>cueAsSource</a>();
+ attribute DOMString <a href=#dom-texttrackcue-cueassource title=dom-TextTrackCue-cueAsSource>cueAsSource</a>;
<a href=#documentfragment>DocumentFragment</a> <a href=#dom-texttrackcue-getcueashtml title=dom-TextTrackCue-getCueAsHTML>getCueAsHTML</a>();
[TreatNonCallableAsNull] attribute <a href=#function>Function</a>? <a href=#handler-texttrackcue-onenter title=handler-TextTrackCue-onenter>onenter</a>;
Modified: index
===================================================================
--- index 2011-10-20 05:50:50 UTC (rev 6711)
+++ index 2011-10-20 20:02:20 UTC (rev 6712)
@@ -32073,7 +32073,7 @@
attribute long <a href=#dom-texttrackcue-textposition title=dom-TextTrackCue-textPosition>textPosition</a>;
attribute long <a href=#dom-texttrackcue-size title=dom-TextTrackCue-size>size</a>;
attribute DOMString <a href=#dom-texttrackcue-alignment title=dom-TextTrackCue-alignment>alignment</a>;
- attribute DOMString <a href=#dom-texttrackcue-cueassource title=dom-TextTrackCue-cueAsSource>cueAsSource</a>();
+ attribute DOMString <a href=#dom-texttrackcue-cueassource title=dom-TextTrackCue-cueAsSource>cueAsSource</a>;
<a href=#documentfragment>DocumentFragment</a> <a href=#dom-texttrackcue-getcueashtml title=dom-TextTrackCue-getCueAsHTML>getCueAsHTML</a>();
[TreatNonCallableAsNull] attribute <a href=#function>Function</a>? <a href=#handler-texttrackcue-onenter title=handler-TextTrackCue-onenter>onenter</a>;
Modified: source
===================================================================
--- source 2011-10-20 05:50:50 UTC (rev 6711)
+++ source 2011-10-20 20:02:20 UTC (rev 6712)
@@ -35011,7 +35011,7 @@
attribute long <span title="dom-TextTrackCue-textPosition">textPosition</span>;
attribute long <span title="dom-TextTrackCue-size">size</span>;
attribute DOMString <span title="dom-TextTrackCue-alignment">alignment</span>;
- attribute DOMString <span title="dom-TextTrackCue-cueAsSource">cueAsSource</span>();
+ attribute DOMString <span title="dom-TextTrackCue-cueAsSource">cueAsSource</span>;
<span>DocumentFragment</span> <span title="dom-TextTrackCue-getCueAsHTML">getCueAsHTML</span>();
[TreatNonCallableAsNull] attribute <span>Function</span>? <span title="handler-TextTrackCue-onenter">onenter</span>;
More information about the Commit-Watchers
mailing list