- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 25 Feb 2010 04:37:42 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv10568
Modified Files:
Overview.html spec.html the-iframe-element.html
Log Message:
Make <applet> more consistent with <object>. (whatwg r4807)
[updated by splitter]
Index: the-iframe-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-iframe-element.html,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- the-iframe-element.html 22 Feb 2010 23:07:06 -0000 1.30
+++ the-iframe-element.html 25 Feb 2010 04:37:40 -0000 1.31
@@ -586,7 +586,6 @@
+ attributes of the element, in source order
+ a synthesised 'src' attribute, if there was no 'src' but
there was a 'data', with the value of the 'data' attribute
- + PARAM/null
+ the params, in source order
(WebKit does something different still)
- the HIDDEN attribute (might be moot now)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.749
retrieving revision 1.750
diff -u -d -r1.749 -r1.750
--- Overview.html 25 Feb 2010 04:07:06 -0000 1.749
+++ Overview.html 25 Feb 2010 04:37:39 -0000 1.750
@@ -306,7 +306,7 @@
</dl><p>This specification is available in the following formats:
<a href="spec.html">single page HTML</a>,
<a href="Overview.html">multipage HTML</a>.
-This is revision 1.3855.
+This is revision 1.3856.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2009 <a href="http://www.w3.org/"><abbr title="World Wide
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.754
retrieving revision 1.755
diff -u -d -r1.754 -r1.755
--- spec.html 25 Feb 2010 04:07:06 -0000 1.754
+++ spec.html 25 Feb 2010 04:37:39 -0000 1.755
@@ -304,7 +304,7 @@
</dl><p>This specification is available in the following formats:
<a href=spec.html>single page HTML</a>,
<a href=Overview.html>multipage HTML</a>.
-This is revision 1.3855.
+This is revision 1.3856.
</p>
<p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a>
© 2009 <a href=http://www.w3.org/><abbr title="World Wide
@@ -10057,7 +10057,6 @@
+ attributes of the element, in source order
+ a synthesised 'src' attribute, if there was no 'src' but
there was a 'data', with the value of the 'data' attribute
- + PARAM/null
+ the params, in source order
(WebKit does something different still)
- the HIDDEN attribute (might be moot now)
Received on Thursday, 25 February 2010 04:37:43 UTC