Skip to content

Commit

Permalink
[e] (0) Variety of editorial fixes.
Browse files Browse the repository at this point in the history
Affected topics: DOM APIs, HTML

git-svn-id: http://svn.whatwg.org/webapps@8145 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 16, 2013
1 parent 9949995 commit a8c9181
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 23 deletions.
18 changes: 10 additions & 8 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@

<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 14 August 2013</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 16 August 2013</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -22530,7 +22530,7 @@ <h4 id=the-img-element><span class=secno>4.8.1 </span>The <dfn><code>img</code><
<a href=#refsMNG>[MNG]</a> </p>

<p>The <code><a href=#the-img-element>img</a></code> element must not be used as a layout tool. In particular, <code><a href=#the-img-element>img</a></code>
elements should not be used to display transparent images, as they rarely convey meaning and
elements should not be used to display transparent images, as such images rarely convey meaning and
rarely add anything useful to the document.</p>

<hr><p>The <dfn id=attr-img-crossorigin title=attr-img-crossorigin><code>crossorigin</code></dfn> attribute is a <a href=#cors-settings-attribute>CORS
Expand Down Expand Up @@ -65098,23 +65098,23 @@ <h4 id=browsing-context-names><span class=secno>6.1.6 </span>Browsing context na
<td>none
<td>none

<tr><td>name that exists with different top, if <a href=#familiar-with title="familiar with">friends</a> and <a href=#one-permitted-sandboxed-navigator>one permitted sandboxed navigator</a>
<tr><td>name that exists with different top, if <a href=#familiar-with title="familiar with">familiar</a> and <a href=#one-permitted-sandboxed-navigator>one permitted sandboxed navigator</a>
<td>specified
<td>specified
<td>specified
<td>specified
<td>specified
<td>specified

<tr><td>name that exists with different top, if <a href=#familiar-with title="familiar with">friends</a> but not <a href=#one-permitted-sandboxed-navigator>one permitted sandboxed navigator</a>
<tr><td>name that exists with different top, if <a href=#familiar-with title="familiar with">familiar</a> but not <a href=#one-permitted-sandboxed-navigator>one permitted sandboxed navigator</a>
<td>specified
<td>specified
<td>none
<td>none
<td>none
<td>none

<tr><td>name that exists with different top, not <a href=#familiar-with title="familiar with">friends</a>
<tr><td>name that exists with different top, not <a href=#familiar-with title="familiar with">familiar</a>
<td>new
<td>new
<td>maybe new
Expand Down Expand Up @@ -74440,7 +74440,7 @@ <h5 id=manually-releasing-the-storage-mutex><span class=secno>7.5.1.4 </span>Man

<pre class=idl>[NoInterfaceObject]
interface <dfn id=navigatorstorageutils>NavigatorStorageUtils</dfn> {
readonly attribute <a href=#dom-navigator-cookieenabled title=dom-navigator-cookieEnabled>cookieEnabled</a>;
readonly attribute boolean <a href=#dom-navigator-cookieenabled title=dom-navigator-cookieEnabled>cookieEnabled</a>;
void <a href=#dom-navigator-yieldforstorageupdates title=dom-navigator-yieldForStorageUpdates>yieldForStorageUpdates</a>();
};</pre>

Expand Down Expand Up @@ -77577,10 +77577,10 @@ <h5 id=the-datatransferitem-interface><span class=secno>8.7.3.2 </span>The <code
DND-v4: void <span title="dom-DataTransferItem-getAsObject">getAsObject</span>(<span>FunctionObjectCallback</span> _callback);-->
};

callback <dfn id=functionstringcallback>FunctionStringCallback</dfn> void (DOMString data);<!--
callback <dfn id=functionstringcallback>FunctionStringCallback</dfn> = void (DOMString data);<!--

// DND-v4:
callback <dfn>FunctionObjectCallback</dfn> void (any data);--></pre>
callback <dfn>FunctionObjectCallback</dfn> = void (any data);--></pre>

<dl class=domintro><dt><var title="">item</var> . <code title=dom-DataTransferItem-kind><a href=#dom-datatransferitem-kind>kind</a></code></dt>
<dd>
Expand Down Expand Up @@ -103248,6 +103248,7 @@ <h2 class=no-num id=references>References</h2><!--REFS-->
Brian Smith,
Brian Wilson,
Bryan Sullivan,
Bruce Bailey,
Bruce D'Arcus,
Bruce Lawson,
Bruce Miller,
Expand Down Expand Up @@ -103465,6 +103466,7 @@ <h2 class=no-num id=references>References</h2><!--REFS-->
Joe Clark,
Joe Gregorio,
Joel Spolsky,
Joel Verhagen,
Johan Herland,
John Boyer,
John Bussjaeger,
Expand Down
18 changes: 10 additions & 8 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@

<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 14 August 2013</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 16 August 2013</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -22530,7 +22530,7 @@ interface <dfn id=htmlimageelement>HTMLImageElement</dfn> : <a href=#htmlelement
<a href=#refsMNG>[MNG]</a> </p>

<p>The <code><a href=#the-img-element>img</a></code> element must not be used as a layout tool. In particular, <code><a href=#the-img-element>img</a></code>
elements should not be used to display transparent images, as they rarely convey meaning and
elements should not be used to display transparent images, as such images rarely convey meaning and
rarely add anything useful to the document.</p>

<hr><p>The <dfn id=attr-img-crossorigin title=attr-img-crossorigin><code>crossorigin</code></dfn> attribute is a <a href=#cors-settings-attribute>CORS
Expand Down Expand Up @@ -65098,23 +65098,23 @@ END:VCARD</pre>
<td>none
<td>none

<tr><td>name that exists with different top, if <a href=#familiar-with title="familiar with">friends</a> and <a href=#one-permitted-sandboxed-navigator>one permitted sandboxed navigator</a>
<tr><td>name that exists with different top, if <a href=#familiar-with title="familiar with">familiar</a> and <a href=#one-permitted-sandboxed-navigator>one permitted sandboxed navigator</a>
<td>specified
<td>specified
<td>specified
<td>specified
<td>specified
<td>specified

<tr><td>name that exists with different top, if <a href=#familiar-with title="familiar with">friends</a> but not <a href=#one-permitted-sandboxed-navigator>one permitted sandboxed navigator</a>
<tr><td>name that exists with different top, if <a href=#familiar-with title="familiar with">familiar</a> but not <a href=#one-permitted-sandboxed-navigator>one permitted sandboxed navigator</a>
<td>specified
<td>specified
<td>none
<td>none
<td>none
<td>none

<tr><td>name that exists with different top, not <a href=#familiar-with title="familiar with">friends</a>
<tr><td>name that exists with different top, not <a href=#familiar-with title="familiar with">familiar</a>
<td>new
<td>new
<td>maybe new
Expand Down Expand Up @@ -74440,7 +74440,7 @@ interface <dfn id=navigatorcontentutils>NavigatorContentUtils</dfn> {

<pre class=idl>[NoInterfaceObject]
interface <dfn id=navigatorstorageutils>NavigatorStorageUtils</dfn> {
readonly attribute <a href=#dom-navigator-cookieenabled title=dom-navigator-cookieEnabled>cookieEnabled</a>;
readonly attribute boolean <a href=#dom-navigator-cookieenabled title=dom-navigator-cookieEnabled>cookieEnabled</a>;
void <a href=#dom-navigator-yieldforstorageupdates title=dom-navigator-yieldForStorageUpdates>yieldForStorageUpdates</a>();
};</pre>

Expand Down Expand Up @@ -77577,10 +77577,10 @@ DND-v3: <span>Blob</span> <span title="dom-DataTransferItem-getAsBlob">getAsBlo
DND-v4: void <span title="dom-DataTransferItem-getAsObject">getAsObject</span>(<span>FunctionObjectCallback</span> _callback);-->
};

callback <dfn id=functionstringcallback>FunctionStringCallback</dfn> void (DOMString data);<!--
callback <dfn id=functionstringcallback>FunctionStringCallback</dfn> = void (DOMString data);<!--

// DND-v4:
callback <dfn>FunctionObjectCallback</dfn> void (any data);--></pre>
callback <dfn>FunctionObjectCallback</dfn> = void (any data);--></pre>

<dl class=domintro><dt><var title="">item</var> . <code title=dom-DataTransferItem-kind><a href=#dom-datatransferitem-kind>kind</a></code></dt>
<dd>
Expand Down Expand Up @@ -103248,6 +103248,7 @@ if (s = prompt('What is your name?')) {
Brian Smith,
Brian Wilson,
Bryan Sullivan,
Bruce Bailey,
Bruce D'Arcus,
Bruce Lawson,
Bruce Miller,
Expand Down Expand Up @@ -103465,6 +103466,7 @@ if (s = prompt('What is your name?')) {
Joe Clark,
Joe Gregorio,
Joel Spolsky,
Joel Verhagen,
Johan Herland,
John Boyer,
John Bussjaeger,
Expand Down
16 changes: 9 additions & 7 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -23543,7 +23543,7 @@ interface <dfn>HTMLImageElement</dfn> : <span>HTMLElement</span> {
<a href="#refsMNG">[MNG]</a> </p>

<p>The <code>img</code> element must not be used as a layout tool. In particular, <code>img</code>
elements should not be used to display transparent images, as they rarely convey meaning and
elements should not be used to display transparent images, as such images rarely convey meaning and
rarely add anything useful to the document.</p>

<hr>
Expand Down Expand Up @@ -72600,7 +72600,7 @@ END:VCARD</pre>
<td>none

<tr>
<td>name that exists with different top, if <span title="familiar with">friends</span> and <span>one permitted sandboxed navigator</span>
<td>name that exists with different top, if <span title="familiar with">familiar</span> and <span>one permitted sandboxed navigator</span>
<td>specified
<td>specified
<td>specified
Expand All @@ -72609,7 +72609,7 @@ END:VCARD</pre>
<td>specified

<tr>
<td>name that exists with different top, if <span title="familiar with">friends</span> but not <span>one permitted sandboxed navigator</span>
<td>name that exists with different top, if <span title="familiar with">familiar</span> but not <span>one permitted sandboxed navigator</span>
<td>specified
<td>specified
<td>none
Expand All @@ -72618,7 +72618,7 @@ END:VCARD</pre>
<td>none

<tr>
<td>name that exists with different top, not <span title="familiar with">friends</span>
<td>name that exists with different top, not <span title="familiar with">familiar</span>
<td>new
<td>new
<td>maybe new
Expand Down Expand Up @@ -83339,7 +83339,7 @@ interface <dfn>NavigatorContentUtils</dfn> {

<pre class="idl">[NoInterfaceObject]
interface <dfn>NavigatorStorageUtils</dfn> {
readonly attribute <span title="dom-navigator-cookieEnabled">cookieEnabled</span>;
readonly attribute boolean <span title="dom-navigator-cookieEnabled">cookieEnabled</span>;
void <span title="dom-navigator-yieldForStorageUpdates">yieldForStorageUpdates</span>();
};</pre>

Expand Down Expand Up @@ -86950,10 +86950,10 @@ DND-v3: <span>Blob</span> <span title="dom-DataTransferItem-getAsBlob">getAsBlo
DND-v4: void <span title="dom-DataTransferItem-getAsObject">getAsObject</span>(<span>FunctionObjectCallback</span> _callback);-->
};

callback <dfn>FunctionStringCallback</dfn> void (DOMString data);<!--
callback <dfn>FunctionStringCallback</dfn> = void (DOMString data);<!--

// DND-v4:
callback <dfn>FunctionObjectCallback</dfn> void (any data);--></pre>
callback <dfn>FunctionObjectCallback</dfn> = void (any data);--></pre>

<dl class="domintro">

Expand Down Expand Up @@ -115734,6 +115734,7 @@ if (s = prompt('What is your name?')) {
Brian Smith,
Brian Wilson,
Bryan Sullivan,
Bruce Bailey,
Bruce D'Arcus,
Bruce Lawson,
Bruce Miller,
Expand Down Expand Up @@ -115951,6 +115952,7 @@ if (s = prompt('What is your name?')) {
Joe Clark,
Joe Gregorio,
Joel Spolsky,
Joel Verhagen,
Johan Herland,
John Boyer,
John Bussjaeger,
Expand Down

0 comments on commit a8c9181

Please sign in to comment.