- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 20 Oct 2011 20:47:12 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv32060
Modified Files:
spec.html the-iframe-element.html
Log Message:
typo (whatwg r6712)
[updated by splitter]
Index: the-iframe-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-iframe-element.html,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -d -r1.133 -r1.134
--- the-iframe-element.html 20 Oct 2011 06:46:29 -0000 1.133
+++ the-iframe-element.html 20 Oct 2011 20:47:00 -0000 1.134
@@ -7561,7 +7561,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="infrastructure.html#documentfragment">DocumentFragment</a> <a href="#dom-texttrackcue-getcueashtml" title="dom-TextTrackCue-getCueAsHTML">getCueAsHTML</a>();
[TreatNonCallableAsNull] attribute <a href="webappapis.html#function">Function</a>? <a href="#handler-texttrackcue-onenter" title="handler-TextTrackCue-onenter">onenter</a>;
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1734
retrieving revision 1.1735
diff -u -d -r1.1734 -r1.1735
--- spec.html 20 Oct 2011 06:46:29 -0000 1.1734
+++ spec.html 20 Oct 2011 20:47:00 -0000 1.1735
@@ -349,7 +349,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">web developer edition</a>.
-This is revision 1.5382.
+This is revision 1.5383.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Thursday, 20 October 2011 20:47:28 UTC