[html5] r8644 - [e] (0) More typos found by IZh Affected topics: DOM APIs, HTML, Workers

whatwg at whatwg.org whatwg at whatwg.org
Mon May 19 12:43:13 PDT 2014


Author: ianh
Date: 2014-05-19 12:43:09 -0700 (Mon, 19 May 2014)
New Revision: 8644

Modified:
   complete.html
   index
   source
Log:
[e] (0) More typos found by IZh
Affected topics: DOM APIs, HTML, Workers

Modified: complete.html
===================================================================
--- complete.html	2014-05-19 18:18:35 UTC (rev 8643)
+++ complete.html	2014-05-19 19:43:09 UTC (rev 8644)
@@ -12996,7 +12996,7 @@
 
     <p>The value must be a short free-form string giving the name of the Web application that the
     page represents. If the page is not a Web application, the <code title=meta-application-name><a href=#meta-application-name>application-name</a></code> metadata name must not be used.
-    Translations of the Web application's name may be given, using the <code title=attr-lang><a href=#attr-lang></a></code> attribute to specify the language of each name.</p>
+    Translations of the Web application's name may be given, using the <code title=attr-lang><a href=#attr-lang>lang</a></code> attribute to specify the language of each name.</p>
 
     <p>There must not be more than one <code><a href=#the-meta-element>meta</a></code> element with a given <a href=#language>language</a>
     and with its <code title=attr-meta-name><a href=#attr-meta-name>name</a></code> attribute set to the value <code title=meta-application-name><a href=#meta-application-name>application-name</a></code> per document.</p>
@@ -84636,7 +84636,7 @@
   </table><hr><p class=note>For <a href=#data-protocol title="data protocol"><code title="">data:</code> URLs</a>, this is
   the <a href=#origin>origin</a> specified by the <a href=#entry-settings-object>entry settings object</a> when the constructor
   was called. For other <a href=#url title=URL>URLs</a>, this is the <a href=#origin>origin</a> of the value
-  of the <a href=#absolute-url>absolute URL</a> given in the worker's <code title=dom-WorkerGlobalScope-location><a href=#dom-workerglobalscope-location></a></code> attribute.</p>
+  of the <a href=#absolute-url>absolute URL</a> given in the worker's <code title=dom-WorkerGlobalScope-location><a href=#dom-workerglobalscope-location>location</a></code> attribute.</p>
 
 
   <h5 id=dedicated-workers-and-the-dedicatedworkerglobalscope-interface><span class=secno>10.2.1.2 </span>Dedicated workers and the <code><a href=#dedicatedworkerglobalscope>DedicatedWorkerGlobalScope</a></code> interface</h5>

Modified: index
===================================================================
--- index	2014-05-19 18:18:35 UTC (rev 8643)
+++ index	2014-05-19 19:43:09 UTC (rev 8644)
@@ -12996,7 +12996,7 @@
 
     <p>The value must be a short free-form string giving the name of the Web application that the
     page represents. If the page is not a Web application, the <code title=meta-application-name><a href=#meta-application-name>application-name</a></code> metadata name must not be used.
-    Translations of the Web application's name may be given, using the <code title=attr-lang><a href=#attr-lang></a></code> attribute to specify the language of each name.</p>
+    Translations of the Web application's name may be given, using the <code title=attr-lang><a href=#attr-lang>lang</a></code> attribute to specify the language of each name.</p>
 
     <p>There must not be more than one <code><a href=#the-meta-element>meta</a></code> element with a given <a href=#language>language</a>
     and with its <code title=attr-meta-name><a href=#attr-meta-name>name</a></code> attribute set to the value <code title=meta-application-name><a href=#meta-application-name>application-name</a></code> per document.</p>
@@ -84636,7 +84636,7 @@
   </table><hr><p class=note>For <a href=#data-protocol title="data protocol"><code title="">data:</code> URLs</a>, this is
   the <a href=#origin>origin</a> specified by the <a href=#entry-settings-object>entry settings object</a> when the constructor
   was called. For other <a href=#url title=URL>URLs</a>, this is the <a href=#origin>origin</a> of the value
-  of the <a href=#absolute-url>absolute URL</a> given in the worker's <code title=dom-WorkerGlobalScope-location><a href=#dom-workerglobalscope-location></a></code> attribute.</p>
+  of the <a href=#absolute-url>absolute URL</a> given in the worker's <code title=dom-WorkerGlobalScope-location><a href=#dom-workerglobalscope-location>location</a></code> attribute.</p>
 
 
   <h5 id=dedicated-workers-and-the-dedicatedworkerglobalscope-interface><span class=secno>10.2.1.2 </span>Dedicated workers and the <code><a href=#dedicatedworkerglobalscope>DedicatedWorkerGlobalScope</a></code> interface</h5>

Modified: source
===================================================================
--- source	2014-05-19 18:18:35 UTC (rev 8643)
+++ source	2014-05-19 19:43:09 UTC (rev 8644)
@@ -13436,7 +13436,7 @@
     page represents. If the page is not a Web application, the <code
     data-x="meta-application-name">application-name</code> metadata name must not be used.
     Translations of the Web application's name may be given, using the <code
-    data-x="attr-lang"></code> attribute to specify the language of each name.</p>
+    data-x="attr-lang">lang</code> attribute to specify the language of each name.</p>
 
     <p>There must not be more than one <code>meta</code> element with a given <span>language</span>
     and with its <code data-x="attr-meta-name">name</code> attribute set to the value <code
@@ -93142,7 +93142,7 @@
   the <span>origin</span> specified by the <span>entry settings object</span> when the constructor
   was called. For other <span data-x="URL">URLs</span>, this is the <span>origin</span> of the value
   of the <span>absolute URL</span> given in the worker's <code
-  data-x="dom-WorkerGlobalScope-location"></code> attribute.</p>
+  data-x="dom-WorkerGlobalScope-location">location</code> attribute.</p>
 
 
   <h5>Dedicated workers and the <code>DedicatedWorkerGlobalScope</code> interface</h5>



More information about the Commit-Watchers mailing list