[html5] r1431 - /

whatwg at whatwg.org whatwg at whatwg.org
Thu Apr 10 23:35:19 PDT 2008


Author: ianh
Date: 2008-04-10 23:35:15 -0700 (Thu, 10 Apr 2008)
New Revision: 1431

Modified:
   index
   source
Log:
[e] (0) Mark DOMB issues in the source; clarify what setting 'src' on <img> means.

Modified: index
===================================================================
--- index	2008-04-11 04:28:06 UTC (rev 1430)
+++ index	2008-04-11 06:35:15 UTC (rev 1431)
@@ -3402,9 +3402,9 @@
    Specifications" spec is ready to handle this case.
 
   <pre class=idl>interface <dfn id=domstringmap0>DOMStringMap</dfn> {
-  [NameGetter] DOMString <a href="#xxx1name" title=dom-stringmap-XXX1>XXX1</a>(in DOMString name);
-  [NameSetter] void <a href="#xxx2name" title=dom-stringmap-XXX2>XXX2</a>(in DOMString name, in DOMString value);
-  [XXX] bool <a href="#xxx3name" title=dom-stringmap-XXX3>XXX3</a>(in DOMString name);
+  [NameGetter] DOMString <a href="#xxx1name" title=dom-stringmap-XXX1>XXX1</a>(in DOMString name); <!-- XXX DOMB -->
+  [NameSetter] void <a href="#xxx2name" title=dom-stringmap-XXX2>XXX2</a>(in DOMString name, in DOMString value); <!-- XXX DOMB -->
+  [XXX] bool <a href="#xxx3name" title=dom-stringmap-XXX3>XXX3</a>(in DOMString name); <!-- XXX DOMB -->
 };</pre>
 
   <p>The <dfn id=xxx1name title=dom-stringmap-XXX1><code>XXX1(<var
@@ -13329,11 +13329,10 @@
    <code title=attr-img-alt><a href="#alt">alt</a></code> attribute, if any,
    or nothing, if that attribute is empty or absent.
 
-  <p>When the <code title=attr-img-src><a href="#src">src</a></code>
-   attribute is set, the user agent must immediately begin to download the
-   specified
-   resource<!-- XXX xref what fetching means, how to resolve URIs in
-  attributes (including those not in the DOM) -->,
+  <p>The <code title=attr-img-src><a href="#src">src</a></code> attribute, on
+   setting, must cause the user agent to immediately begin to download the
+   specified resource<!-- XXX xref what fetching means, how to resolve
+  URIs in attributes (including those not in the DOM) -->,
    unless the user agent cannot support images, or its support for images has
    been disabled.
 
@@ -26445,7 +26444,7 @@
   // other browsing contexts
   readonly attribute <a href="#window">Window</a> <a href="#frames" title=dom-frames>frames</a>;
   readonly attribute unsigned long <a href="#length5" title=dom-length>length</a>;
-  [IndexGetter] <a href="#window">Window</a> <a href="#xxx4index" title=dom-XXX4>XXX4</a>(in unsigned long index);
+  [IndexGetter] <a href="#window">Window</a> <a href="#xxx4index" title=dom-XXX4>XXX4</a>(in unsigned long index); <!-- XXX DOMB -->
   readonly attribute <a href="#window">Window</a> <a href="#opener0" title=dom-opener>opener</a>;
   <a href="#window">Window</a> <a href="#open2" title=dom-open>open</a>();
   <a href="#window">Window</a> <a href="#open2" title=dom-open>open</a>(in DOMString url);
@@ -26686,7 +26685,8 @@
    title="">index</var>th <a href="#child">child browsing context</a> of the
    <a href="#active" title="active document">active</a>
    <code>Document</code>, sorted in document order of the elements nesting
-   those browsing contexts.
+   those browsing contexts.</p>
+  <!-- XXX DOMB -->
 
   <h3 id=scripting><span class=secno>4.3 </span>Scripting</h3>
 
@@ -31345,7 +31345,7 @@
   [IndexGetter] DOMString <a href="#keyn" title=dom-Storage-key>key</a>(in unsigned long index);
   [NameGetter] DOMString <a href="#getitem" title=dom-Storage-getItem>getItem</a>(in DOMString key);
   [NameSetter] void <a href="#setitem" title=dom-Storage-setItem>setItem</a>(in DOMString key, in DOMString data);
-  [XXX] void <a href="#removeitem" title=dom-Storage-removeItem>removeItem</a>(in DOMString key); <!-- XXX [[Delete]] -->
+  [XXX] void <a href="#removeitem" title=dom-Storage-removeItem>removeItem</a>(in DOMString key); <!-- XXX [[Delete]] DOMB -->
 };</pre>
   <!-- XXX v2 ideas:
     a getInfo() method that returns an object that tells you:
@@ -35407,7 +35407,7 @@
 
   <pre class=idl>interface <dfn id=undomanager>UndoManager</dfn> {
   unsigned long <a href="#adddata" title=dom-UndoManager-add>add</a>(in DOMObject data, in DOMStrong title);
-  [XXX] void <a href="#remove2" title=dom-UndoManager-remove>remove</a>(in unsigned long index); <!-- XX [[Delete]] -->
+  [XXX] void <a href="#remove2" title=dom-UndoManager-remove>remove</a>(in unsigned long index); <!-- XXX [[Delete]] DOMB -->
   void <a href="#clearundo" title=dom-UndoManager-clearUndo>clearUndo</a>();
   void <a href="#clearredo" title=dom-UndoManager-clearRedo>clearRedo</a>();
   [IndexGetter] DOMObject <a href="#itemn" title=dom-UndoManager-item>item</a>(in unsigned long index);

Modified: source
===================================================================
--- source	2008-04-11 04:28:06 UTC (rev 1430)
+++ source	2008-04-11 06:35:15 UTC (rev 1431)
@@ -1753,9 +1753,9 @@
   for DOM Specifications" spec is ready to handle this case.</p>
 
   <pre class="idl">interface <dfn>DOMStringMap</dfn> {
-  [NameGetter] DOMString <span title="dom-stringmap-XXX1">XXX1</span>(in DOMString name);
-  [NameSetter] void <span title="dom-stringmap-XXX2">XXX2</span>(in DOMString name, in DOMString value);
-  [XXX] bool <span title="dom-stringmap-XXX3">XXX3</span>(in DOMString name);
+  [NameGetter] DOMString <span title="dom-stringmap-XXX1">XXX1</span>(in DOMString name); <!-- XXX DOMB -->
+  [NameSetter] void <span title="dom-stringmap-XXX2">XXX2</span>(in DOMString name, in DOMString value); <!-- XXX DOMB -->
+  [XXX] bool <span title="dom-stringmap-XXX3">XXX3</span>(in DOMString name); <!-- XXX DOMB -->
 };</pre>
 
   <p>The <dfn title="dom-stringmap-XXX1"><code>XXX1(<var
@@ -11308,11 +11308,11 @@
   or nothing, if that attribute is empty or absent.</p>
 
 
-  <p>When the <code title="attr-img-src">src</code> attribute is set,
-  the user agent must immediately begin to download the specified
-  resource<!-- XXX xref what fetching means, how to resolve URIs in
-  attributes (including those not in the DOM) -->, unless the user
-  agent cannot support images, or its support for images has been
+  <p>The <code title="attr-img-src">src</code> attribute, on setting,
+  must cause the user agent to immediately begin to download the
+  specified resource<!-- XXX xref what fetching means, how to resolve
+  URIs in attributes (including those not in the DOM) -->, unless the
+  user agent cannot support images, or its support for images has been
   disabled.</p>
 
   <p>The download of the image must <span>delay the <code
@@ -24096,7 +24096,7 @@
   // other browsing contexts
   readonly attribute <span>Window</span> <span title="dom-frames">frames</span>;
   readonly attribute unsigned long <span title="dom-length">length</span>;
-  [IndexGetter] <span>Window</span> <span title="dom-XXX4">XXX4</span>(in unsigned long index);
+  [IndexGetter] <span>Window</span> <span title="dom-XXX4">XXX4</span>(in unsigned long index); <!-- XXX DOMB -->
   readonly attribute <span>Window</span> <span title="dom-opener">opener</span>;
   <span>Window</span> <span title="dom-open">open</span>();
   <span>Window</span> <span title="dom-open">open</span>(in DOMString url);
@@ -24333,7 +24333,7 @@
   title="">index</var>th <span>child browsing context</span> of the
   <span title="active document">active</span> <code>Document</code>,
   sorted in document order of the elements nesting those browsing
-  contexts.</p>
+  contexts.</p> <!-- XXX DOMB -->
 
 
 
@@ -28995,7 +28995,7 @@
   [IndexGetter] DOMString <span title="dom-Storage-key">key</span>(in unsigned long index);
   [NameGetter] DOMString <span title="dom-Storage-getItem">getItem</span>(in DOMString key);
   [NameSetter] void <span title="dom-Storage-setItem">setItem</span>(in DOMString key, in DOMString data);
-  [XXX] void <span title="dom-Storage-removeItem">removeItem</span>(in DOMString key); <!-- XXX [[Delete]] -->
+  [XXX] void <span title="dom-Storage-removeItem">removeItem</span>(in DOMString key); <!-- XXX [[Delete]] DOMB -->
 };</pre>
 
   <!-- XXX v2 ideas:
@@ -32939,7 +32939,7 @@
 
   <pre class="idl">interface <dfn>UndoManager</dfn> {
   unsigned long <span title="dom-UndoManager-add">add</span>(in DOMObject data, in DOMStrong title);
-  [XXX] void <span title="dom-UndoManager-remove">remove</span>(in unsigned long index); <!-- XX [[Delete]] -->
+  [XXX] void <span title="dom-UndoManager-remove">remove</span>(in unsigned long index); <!-- XXX [[Delete]] DOMB -->
   void <span title="dom-UndoManager-clearUndo">clearUndo</span>();
   void <span title="dom-UndoManager-clearRedo">clearRedo</span>();
   [IndexGetter] DOMObject <span title="dom-UndoManager-item">item</span>(in unsigned long index);




More information about the Commit-Watchers mailing list