[html5] r8145 - [e] (0) Variety of editorial fixes. Affected topics: DOM APIs, HTML

whatwg at whatwg.org whatwg at whatwg.org
Fri Aug 16 13:57:10 PDT 2013


Author: ianh
Date: 2013-08-16 13:57:07 -0700 (Fri, 16 Aug 2013)
New Revision: 8145

Modified:
   complete.html
   index
   source
Log:
[e] (0) Variety of editorial fixes.
Affected topics: DOM APIs, HTML

Modified: complete.html
===================================================================
--- complete.html	2013-08-14 20:19:43 UTC (rev 8144)
+++ complete.html	2013-08-16 20:57:07 UTC (rev 8145)
@@ -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 — Last Updated 14 August 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — 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>
@@ -22530,7 +22530,7 @@
   <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
@@ -65098,7 +65098,7 @@
      <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
@@ -65106,7 +65106,7 @@
      <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
@@ -65114,7 +65114,7 @@
      <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
@@ -74440,7 +74440,7 @@
 
   <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>
 
@@ -77577,10 +77577,10 @@
 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>
@@ -103248,6 +103248,7 @@
   Brian Smith,
   Brian Wilson,
   Bryan Sullivan,
+  Bruce Bailey,
   Bruce D'Arcus,
   Bruce Lawson,
   Bruce Miller,
@@ -103465,6 +103466,7 @@
   Joe Clark,
   Joe Gregorio,
   Joel Spolsky,
+  Joel Verhagen,
   Johan Herland,
   John Boyer,
   John Bussjaeger,

Modified: index
===================================================================
--- index	2013-08-14 20:19:43 UTC (rev 8144)
+++ index	2013-08-16 20:57:07 UTC (rev 8145)
@@ -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 — Last Updated 14 August 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — 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>
@@ -22530,7 +22530,7 @@
   <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
@@ -65098,7 +65098,7 @@
      <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
@@ -65106,7 +65106,7 @@
      <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
@@ -65114,7 +65114,7 @@
      <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
@@ -74440,7 +74440,7 @@
 
   <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>
 
@@ -77577,10 +77577,10 @@
 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>
@@ -103248,6 +103248,7 @@
   Brian Smith,
   Brian Wilson,
   Bryan Sullivan,
+  Bruce Bailey,
   Bruce D'Arcus,
   Bruce Lawson,
   Bruce Miller,
@@ -103465,6 +103466,7 @@
   Joe Clark,
   Joe Gregorio,
   Joel Spolsky,
+  Joel Verhagen,
   Johan Herland,
   John Boyer,
   John Bussjaeger,

Modified: source
===================================================================
--- source	2013-08-14 20:19:43 UTC (rev 8144)
+++ source	2013-08-16 20:57:07 UTC (rev 8145)
@@ -23543,7 +23543,7 @@
   <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>
@@ -72600,7 +72600,7 @@
      <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
@@ -72609,7 +72609,7 @@
      <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
@@ -72618,7 +72618,7 @@
      <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
@@ -83339,7 +83339,7 @@
 
   <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>
 
@@ -86950,10 +86950,10 @@
 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">
 
@@ -115734,6 +115734,7 @@
   Brian Smith,
   Brian Wilson,
   Bryan Sullivan,
+  Bruce Bailey,
   Bruce D'Arcus,
   Bruce Lawson,
   Bruce Miller,
@@ -115951,6 +115952,7 @@
   Joe Clark,
   Joe Gregorio,
   Joel Spolsky,
+  Joel Verhagen,
   Johan Herland,
   John Boyer,
   John Bussjaeger,




More information about the Commit-Watchers mailing list