[html5] r4838 - [e] (0) Fix some inconsistencies

whatwg at whatwg.org whatwg at whatwg.org
Wed Mar 10 02:16:58 PST 2010


Author: ianh
Date: 2010-03-10 02:16:56 -0800 (Wed, 10 Mar 2010)
New Revision: 4838

Modified:
   complete.html
   index
   source
Log:
[e] (0) Fix some inconsistencies

Modified: complete.html
===================================================================
--- complete.html	2010-03-10 09:30:53 UTC (rev 4837)
+++ complete.html	2010-03-10 10:16:56 UTC (rev 4838)
@@ -6857,7 +6857,7 @@
   <pre class=idl>[OverrideBuiltins]
 interface <dfn id=htmldocument>HTMLDocument</dfn> {
   // <a href=#resource-metadata-management>resource metadata management</a>
-  [PutForwards=href] readonly attribute <a href=#location>Location</a> <a href=#dom-document-location title=dom-document-location>location</a>;
+  [PutForwards=<a href=#dom-location-href title=dom-location-href>href</a>] readonly attribute <a href=#location>Location</a> <a href=#dom-document-location title=dom-document-location>location</a>;
   readonly attribute DOMString <a href=#dom-document-url title=dom-document-URL>URL</a>;
            attribute DOMString <a href=#dom-document-domain title=dom-document-domain>domain</a>;
   readonly attribute DOMString <a href=#dom-document-referrer title=dom-document-referrer>referrer</a>;
@@ -44763,7 +44763,7 @@
   attribute must return the command's <a href=#command-facet-label title=command-facet-Label>Label</a>, or null if the element
   does not define a command or does not specify a <a href=#command-facet-label title=command-facet-Label>Label</a>. This attribute will be
   shadowed by the <code title="">label</code> IDL attribute on
-  <code><a href=#the-option-element>option</a></code> and <code><a href=#the-command>command</a></code> elements.</p>
+  various elements.</p>
 
   <p>The <dfn id=dom-command-ro-icon title=dom-command-ro-icon><code>icon</code></dfn>
   attribute must return the <a href=#absolute-url>absolute URL</a> of the command's
@@ -44778,9 +44778,7 @@
   the command is disabled, and false if the command is not
   disabled. This attribute is not affected by the command's <a href=#command-facet-hiddenstate title=command-facet-HiddenState>Hidden State</a>. If the
   element does not define a command, the attribute must return
-  false. This attribute will be shadowed by the <code title="">disabled</code> IDL attribute on <code><a href=#the-button-element>button</a></code>,
-  <code><a href=#the-input-element>input</a></code>, <code><a href=#the-option-element>option</a></code>, and <code><a href=#the-command>command</a></code>
-  elements.</p>
+  false. This attribute will be shadowed by the <code title="">disabled</code> IDL attribute on various elements.</p>
 
   <p>The <dfn id=dom-command-ro-checked title=dom-command-ro-checked><code>checked</code></dfn> attribute
   must return true if the command's <a href=#command-facet-checkedstate title=command-facet-CheckedState>Checked State</a> is that the
@@ -52620,7 +52618,7 @@
   readonly attribute <a href=#windowproxy>WindowProxy</a> <a href=#dom-window title=dom-window>window</a>;
   readonly attribute <a href=#windowproxy>WindowProxy</a> <a href=#dom-self title=dom-self>self</a>;
            attribute DOMString <a href=#dom-name title=dom-name>name</a>;
-  [PutForwards=href] readonly attribute <a href=#location>Location</a> <a href=#dom-location title=dom-location>location</a>;
+  [PutForwards=<a href=#dom-location-href title=dom-location-href>href</a>] readonly attribute <a href=#location>Location</a> <a href=#dom-location title=dom-location>location</a>;
   readonly attribute <a href=#history-0>History</a> <a href=#dom-history title=dom-history>history</a>;
   readonly attribute <a href=#undomanager>UndoManager</a> <a href=#dom-undomanager title=dom-undoManager>undoManager</a>;
   <a href=#selection-0>Selection</a> <a href=#dom-getselection title=dom-getSelection>getSelection</a>();

Modified: index
===================================================================
--- index	2010-03-10 09:30:53 UTC (rev 4837)
+++ index	2010-03-10 10:16:56 UTC (rev 4838)
@@ -6756,7 +6756,7 @@
   <pre class=idl>[OverrideBuiltins]
 interface <dfn id=htmldocument>HTMLDocument</dfn> {
   // <a href=#resource-metadata-management>resource metadata management</a>
-  [PutForwards=href] readonly attribute <a href=#location>Location</a> <a href=#dom-document-location title=dom-document-location>location</a>;
+  [PutForwards=<a href=#dom-location-href title=dom-location-href>href</a>] readonly attribute <a href=#location>Location</a> <a href=#dom-document-location title=dom-document-location>location</a>;
   readonly attribute DOMString <a href=#dom-document-url title=dom-document-URL>URL</a>;
            attribute DOMString <a href=#dom-document-domain title=dom-document-domain>domain</a>;
   readonly attribute DOMString <a href=#dom-document-referrer title=dom-document-referrer>referrer</a>;
@@ -44665,7 +44665,7 @@
   attribute must return the command's <a href=#command-facet-label title=command-facet-Label>Label</a>, or null if the element
   does not define a command or does not specify a <a href=#command-facet-label title=command-facet-Label>Label</a>. This attribute will be
   shadowed by the <code title="">label</code> IDL attribute on
-  <code><a href=#the-option-element>option</a></code> and <code><a href=#the-command>command</a></code> elements.</p>
+  various elements.</p>
 
   <p>The <dfn id=dom-command-ro-icon title=dom-command-ro-icon><code>icon</code></dfn>
   attribute must return the <a href=#absolute-url>absolute URL</a> of the command's
@@ -44680,9 +44680,7 @@
   the command is disabled, and false if the command is not
   disabled. This attribute is not affected by the command's <a href=#command-facet-hiddenstate title=command-facet-HiddenState>Hidden State</a>. If the
   element does not define a command, the attribute must return
-  false. This attribute will be shadowed by the <code title="">disabled</code> IDL attribute on <code><a href=#the-button-element>button</a></code>,
-  <code><a href=#the-input-element>input</a></code>, <code><a href=#the-option-element>option</a></code>, and <code><a href=#the-command>command</a></code>
-  elements.</p>
+  false. This attribute will be shadowed by the <code title="">disabled</code> IDL attribute on various elements.</p>
 
   <p>The <dfn id=dom-command-ro-checked title=dom-command-ro-checked><code>checked</code></dfn> attribute
   must return true if the command's <a href=#command-facet-checkedstate title=command-facet-CheckedState>Checked State</a> is that the
@@ -52522,7 +52520,7 @@
   readonly attribute <a href=#windowproxy>WindowProxy</a> <a href=#dom-window title=dom-window>window</a>;
   readonly attribute <a href=#windowproxy>WindowProxy</a> <a href=#dom-self title=dom-self>self</a>;
            attribute DOMString <a href=#dom-name title=dom-name>name</a>;
-  [PutForwards=href] readonly attribute <a href=#location>Location</a> <a href=#dom-location title=dom-location>location</a>;
+  [PutForwards=<a href=#dom-location-href title=dom-location-href>href</a>] readonly attribute <a href=#location>Location</a> <a href=#dom-location title=dom-location>location</a>;
   readonly attribute <a href=#history-0>History</a> <a href=#dom-history title=dom-history>history</a>;
   readonly attribute <a href=#undomanager>UndoManager</a> <a href=#dom-undomanager title=dom-undoManager>undoManager</a>;
   <a href=#selection-0>Selection</a> <a href=#dom-getselection title=dom-getSelection>getSelection</a>();

Modified: source
===================================================================
--- source	2010-03-10 09:30:53 UTC (rev 4837)
+++ source	2010-03-10 10:16:56 UTC (rev 4838)
@@ -6625,7 +6625,7 @@
   <pre class="idl">[OverrideBuiltins]
 interface <dfn>HTMLDocument</dfn> {
   // <span>resource metadata management</span>
-  [PutForwards=href] readonly attribute <span>Location</span> <span title="dom-document-location">location</span>;
+  [PutForwards=<span title="dom-location-href">href</span>] readonly attribute <span>Location</span> <span title="dom-document-location">location</span>;
   readonly attribute DOMString <span title="dom-document-URL">URL</span>;
            attribute DOMString <span title="dom-document-domain">domain</span>;
   readonly attribute DOMString <span title="dom-document-referrer">referrer</span>;
@@ -49744,7 +49744,7 @@
   does not define a command or does not specify a <span
   title="command-facet-Label">Label</span>. This attribute will be
   shadowed by the <code title="">label</code> IDL attribute on
-  <code>option</code> and <code>command</code> elements.</p>
+  various elements.</p>
 
   <p>The <dfn title="dom-command-ro-icon"><code>icon</code></dfn>
   attribute must return the <span>absolute URL</span> of the command's
@@ -49763,9 +49763,7 @@
   title="command-facet-HiddenState">Hidden State</span>. If the
   element does not define a command, the attribute must return
   false. This attribute will be shadowed by the <code
-  title="">disabled</code> IDL attribute on <code>button</code>,
-  <code>input</code>, <code>option</code>, and <code>command</code>
-  elements.</p>
+  title="">disabled</code> IDL attribute on various elements.</p>
 
   <p>The <dfn
   title="dom-command-ro-checked"><code>checked</code></dfn> attribute
@@ -59244,7 +59242,7 @@
   readonly attribute <span>WindowProxy</span> <span title="dom-window">window</span>;
   readonly attribute <span>WindowProxy</span> <span title="dom-self">self</span>;
            attribute DOMString <span title="dom-name">name</span>;
-  [PutForwards=href] readonly attribute <span>Location</span> <span title="dom-location">location</span>;
+  [PutForwards=<span title="dom-location-href">href</span>] readonly attribute <span>Location</span> <span title="dom-location">location</span>;
   readonly attribute <span>History</span> <span title="dom-history">history</span>;
   readonly attribute <span>UndoManager</span> <span title="dom-undoManager">undoManager</span>;
   <span>Selection</span> <span title="dom-getSelection">getSelection</span>();




More information about the Commit-Watchers mailing list