- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 20 Oct 2011 20:06:18 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv26739 Modified Files: Overview.html Log Message: typo (whatwg r6712) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5382 retrieving revision 1.5383 diff -u -d -r1.5382 -r1.5383 --- Overview.html 20 Oct 2011 05:54:38 -0000 1.5382 +++ Overview.html 20 Oct 2011 20:06:14 -0000 1.5383 @@ -26871,7 +26871,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>;
Received on Thursday, 20 October 2011 20:06:19 UTC