hixie: Fix some inconsistencies (whatwg r4838)

hixie: Fix some inconsistencies (whatwg r4838)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3874&r2=1.3875&f=h
http://html5.org/tools/web-apps-tracker?from=4837&to=4838

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3874
retrieving revision 1.3875
diff -u -d -r1.3874 -r1.3875
--- Overview.html 10 Mar 2010 02:46:00 -0000 1.3874
+++ Overview.html 10 Mar 2010 10:17:01 -0000 1.3875
@@ -5881,7 +5881,7 @@
   longer defined as inheriting from <code><a href="#document">Document</a></code>.<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>;
@@ -36897,7 +36897,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
@@ -36912,9 +36912,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
@@ -39639,7 +39637,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>();

Received on Wednesday, 10 March 2010 10:17:47 UTC