[html5] r3667 - [e] (0) Clarify the conditions under which <object> generated a nested browsing [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Aug 24 16:31:58 PDT 2009


Author: ianh
Date: 2009-08-24 16:31:57 -0700 (Mon, 24 Aug 2009)
New Revision: 3667

Modified:
   index
   source
Log:
[e] (0) Clarify the conditions under which <object> generated a nested browsing context.

Modified: index
===================================================================
--- index	2009-08-24 08:43:17 UTC (rev 3666)
+++ index	2009-08-24 23:31:57 UTC (rev 3667)
@@ -19890,9 +19890,9 @@
 
 
        <dt>If the <var title="">resource type</var> is an <a href=#xml-mime-type>XML MIME
-       type</a></dt>
-       <dt>If the <var title="">resource type</var> is HTML</dt>
-       <dt>If the <var title="">resource type</var> does not start with
+       type</a>, or
+       <!-- (redundant with the next one) if the <var title="">resource type</var> is HTML, or -->
+       if the <var title="">resource type</var> does not start with
        "<code>image/</code>"</dt>
 
        <dd>

Modified: source
===================================================================
--- source	2009-08-24 08:43:17 UTC (rev 3666)
+++ source	2009-08-24 23:31:57 UTC (rev 3667)
@@ -21398,9 +21398,9 @@
 
 
        <dt>If the <var title="">resource type</var> is an <span>XML MIME
-       type</span></dt>
-       <dt>If the <var title="">resource type</var> is HTML</dt>
-       <dt>If the <var title="">resource type</var> does not start with
+       type</span>, or
+       <!-- (redundant with the next one) if the <var title="">resource type</var> is HTML, or -->
+       if the <var title="">resource type</var> does not start with
        "<code>image/</code>"</dt>
 
        <dd>




More information about the Commit-Watchers mailing list