[html5] r1528 - /

whatwg at whatwg.org whatwg at whatwg.org
Mon May 5 23:11:00 PDT 2008


Author: ianh
Date: 2008-05-05 23:11:00 -0700 (Mon, 05 May 2008)
New Revision: 1528

Modified:
   index
   source
Log:
[] (0) Allow type='' to be used as a hint.

Modified: index
===================================================================
--- index	2008-05-06 06:07:48 UTC (rev 1527)
+++ index	2008-05-06 06:11:00 UTC (rev 1528)
@@ -14232,6 +14232,13 @@
      attribute is present, then:</p>
 
     <ol>
+     <li>If the <code title=attr-object-type><a href="#type6">type</a></code>
+      attribute is present and its value is not a type that the user agent
+      supports, and is not a type that the user agent can find a handler for,
+      then the user agent may jump to the last step in the overall set of
+      steps (fallback) without downloading the content to examine its real
+      type.
+
      <li>
       <p>Begin a load for the resource.</p>
       <!-- XXX define that

Modified: source
===================================================================
--- source	2008-05-06 06:07:48 UTC (rev 1527)
+++ source	2008-05-06 06:11:00 UTC (rev 1528)
@@ -12232,6 +12232,13 @@
 
     <ol>
 
+     <li>If the <code title="attr-object-type">type</code> attribute
+     is present and its value is not a type that the user agent
+     supports, and is not a type that the user agent can find a
+     handler for, then the user agent may jump to the last step in the
+     overall set of steps (fallback) without downloading the content
+     to examine its real type.</p></li>
+
      <li>
 
       <p>Begin a load for the resource.</p><!-- XXX define that




More information about the Commit-Watchers mailing list