Skip to content

Commit

Permalink
[e] (0) Fix some inconsistencies
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4838 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 10, 2010
1 parent 522dc8b commit db81b83
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 18 deletions.
10 changes: 4 additions & 6 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -6857,7 +6857,7 @@ <h4 id=documents-in-the-dom><span class=secno>3.1.1 </span>Documents in the DOM<
<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>;
Expand Down Expand Up @@ -44763,7 +44763,7 @@ <h4 id=commands><span class=secno>4.11.5 </span>Commands</h4>
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
Expand All @@ -44778,9 +44778,7 @@ <h4 id=commands><span class=secno>4.11.5 </span>Commands</h4>
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
Expand Down Expand Up @@ -52620,7 +52618,7 @@ <h3 id=the-window-object><span class=secno>6.2 </span>The <code><a href=#window>
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>();
Expand Down
10 changes: 4 additions & 6 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -6756,7 +6756,7 @@ interface <dfn id=propertynodelist>PropertyNodeList</dfn> : <a href=#nodelist>No
<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>;
Expand Down Expand Up @@ -44665,7 +44665,7 @@ interface <dfn>DataGridListener</dfn> {
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
Expand All @@ -44680,9 +44680,7 @@ interface <dfn>DataGridListener</dfn> {
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
Expand Down Expand Up @@ -52522,7 +52520,7 @@ interface <dfn id=window>Window</dfn> {
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>();
Expand Down
10 changes: 4 additions & 6 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -6625,7 +6625,7 @@ interface <dfn>PropertyNodeList</dfn> : <span>NodeList</span> {
<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>;
Expand Down Expand Up @@ -49744,7 +49744,7 @@ interface <dfn>DataGridListener</dfn> {
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
Expand All @@ -49763,9 +49763,7 @@ interface <dfn>DataGridListener</dfn> {
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
Expand Down Expand Up @@ -59244,7 +59242,7 @@ interface <dfn>Window</dfn> {
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>();
Expand Down

0 comments on commit db81b83

Please sign in to comment.