html5/spec-author-view Overview.html,1.596,1.597 spec.html,1.601,1.602 the-iframe-element.html,1.9,1.10

Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv31292

Modified Files:
	Overview.html spec.html the-iframe-element.html 
Log Message:
readability (whatwg r4514)

[updated by splitter]


Index: the-iframe-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-iframe-element.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- the-iframe-element.html	3 Jan 2010 15:15:07 -0000	1.9
+++ the-iframe-element.html	6 Jan 2010 08:57:36 -0000	1.10
@@ -560,9 +560,7 @@
   present, the attribute must be a <a href="urls.html#valid-url">valid URL</a>.</p><p>The <dfn id="attr-object-type" title="attr-object-type"><code>type</code></dfn>
   attribute, if present, specifies the type of the resource. If
   present, the attribute must be a <a href="infrastructure.html#valid-mime-type">valid MIME type</a>,
-  optionally with parameters.</p><p>One or both of the <code title="attr-object-data"><a href="#attr-object-data">data</a></code> and
-  <code title="attr-object-type"><a href="#attr-object-type">type</a></code> attributes must be
-  present.</p><p>The <dfn id="attr-object-name" title="attr-object-name"><code>name</code></dfn>
+  optionally with parameters.</p><p>At least one of either the <code title="attr-object-data"><a href="#attr-object-data">data</a></code> attribute or the <code title="attr-object-type"><a href="#attr-object-type">type</a></code> attribute must be present.</p><p>The <dfn id="attr-object-name" title="attr-object-name"><code>name</code></dfn>
   attribute, if present, must be a <a href="browsers.html#valid-browsing-context-name">valid browsing context
   name</a>. The given value is used to name the <a href="browsers.html#nested-browsing-context">nested
   browsing context</a>, if applicable.</p><p>The <code title="attr-hyperlink-usemap"><a href="the-map-element.html#attr-hyperlink-usemap">usemap</a></code> attribute,

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.596
retrieving revision 1.597
diff -u -d -r1.596 -r1.597
--- Overview.html	6 Jan 2010 08:39:46 -0000	1.596
+++ Overview.html	6 Jan 2010 08:57:35 -0000	1.597
@@ -281,7 +281,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.3610.
+This is revision 1.3611.
    </p>
    <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 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.601
retrieving revision 1.602
diff -u -d -r1.601 -r1.602
--- spec.html	6 Jan 2010 08:39:46 -0000	1.601
+++ spec.html	6 Jan 2010 08:57:35 -0000	1.602
@@ -279,7 +279,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.3610.
+This is revision 1.3611.
    </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
@@ -10257,9 +10257,7 @@
   present, the attribute must be a <a href=#valid-url>valid URL</a>.</p><p>The <dfn id=attr-object-type title=attr-object-type><code>type</code></dfn>
   attribute, if present, specifies the type of the resource. If
   present, the attribute must be a <a href=#valid-mime-type>valid MIME type</a>,
-  optionally with parameters.</p><p>One or both of the <code title=attr-object-data><a href=#attr-object-data>data</a></code> and
-  <code title=attr-object-type><a href=#attr-object-type>type</a></code> attributes must be
-  present.</p><p>The <dfn id=attr-object-name title=attr-object-name><code>name</code></dfn>
+  optionally with parameters.</p><p>At least one of either the <code title=attr-object-data><a href=#attr-object-data>data</a></code> attribute or the <code title=attr-object-type><a href=#attr-object-type>type</a></code> attribute must be present.</p><p>The <dfn id=attr-object-name title=attr-object-name><code>name</code></dfn>
   attribute, if present, must be a <a href=#valid-browsing-context-name>valid browsing context
   name</a>. The given value is used to name the <a href=#nested-browsing-context>nested
   browsing context</a>, if applicable.</p><p>The <code title=attr-hyperlink-usemap><a href=#attr-hyperlink-usemap>usemap</a></code> attribute,

Received on Wednesday, 6 January 2010 08:57:40 UTC