[html5] r7813 - [e] (0) Fix some typos or copypasta. Fixing https://www.w3.org/Bugs/Public/show_ [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Apr 11 15:23:51 PDT 2013


Author: ianh
Date: 2013-04-11 15:23:50 -0700 (Thu, 11 Apr 2013)
New Revision: 7813

Modified:
   complete.html
   index
   source
Log:
[e] (0) Fix some typos or copypasta.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21602
Affected topics: DOM APIs, HTML

Modified: complete.html
===================================================================
--- complete.html	2013-04-11 22:21:20 UTC (rev 7812)
+++ complete.html	2013-04-11 22:23:50 UTC (rev 7813)
@@ -3668,7 +3668,7 @@
     Fullscreen API interacts with the sandboxing features in HTML: <a href=#refsFULLSCREEN>[FULLSCREEN]</a></p>
 
     <ul class=brief><li>The <dfn id=top-layer>top layer</dfn> concept</li>
-     <li><dfn id=dom-element-requestfullscreen title=dom-element-requestFullScreen><code>requestFullScreen()</code></dfn>
+     <li><dfn id=dom-element-requestfullscreen title=dom-element-requestFullscreen><code>requestFullscreen()</code></dfn>
      <li>The <dfn id=fullscreen-enabled-flag>fullscreen enabled flag</dfn></li>
      <li>The <dfn id=fully-exit-fullscreen>fully exit fullscreen</dfn> algorithm</li>
     </ul></dd>
@@ -23031,7 +23031,7 @@
   <a href=#limited-to-only-known-values>limited to only known values</a>.</p>
 
   <p>The <dfn id=dom-img-usemap title=dom-img-useMap><code>useMap</code></dfn> IDL attribute must
-  <a href=#reflect>reflect</a> the <code title=attr-img-usemap>usemap</code> content attribute.</p>
+  <a href=#reflect>reflect</a> the <code title=attr-hyperlink-usemap><a href=#attr-hyperlink-usemap>usemap</a></code> content attribute.</p>
 
   <p>The <dfn id=dom-img-ismap title=dom-img-isMap><code>isMap</code></dfn> IDL attribute must <a href=#reflect>reflect</a>
   the <code title=attr-img-ismap><a href=#attr-img-ismap>ismap</a></code> content attribute.</p>
@@ -24254,7 +24254,7 @@
    <dd><code title=attr-iframe-name><a href=#attr-iframe-name>name</a></code> — Name of <a href=#nested-browsing-context>nested browsing context</a></dd>
    <dd><code title=attr-iframe-sandbox><a href=#attr-iframe-sandbox>sandbox</a></code> — Security rules for nested content</dd>
    <dd><code title=attr-iframe-seamless><a href=#attr-iframe-seamless>seamless</a></code> — Whether to apply the document's styles to the nested content</dd>
-   <dd><code title=attr-iframe-allowfullscreen><a href=#attr-iframe-allowfullscreen>allowfullscreen</a></code> — Whether to allow the <code><a href=#the-iframe-element>iframe</a></code>'s contents to use <code title=dom-element-requestFullScreen><a href=#dom-element-requestfullscreen>requestFullScreen()</a></code></dd>
+   <dd><code title=attr-iframe-allowfullscreen><a href=#attr-iframe-allowfullscreen>allowfullscreen</a></code> — Whether to allow the <code><a href=#the-iframe-element>iframe</a></code>'s contents to use <code title=dom-element-requestFullscreen><a href=#dom-element-requestfullscreen>requestFullscreen()</a></code></dd>
    <dd><code title=attr-dim-width><a href=#attr-dim-width>width</a></code> — Horizontal dimension</dd>
    <dd><code title=attr-dim-height><a href=#attr-dim-height>height</a></code> — Vertical dimension</dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
@@ -24820,7 +24820,7 @@
 
   <hr><!-- FULLSCREEN --><p>The <dfn id=attr-iframe-allowfullscreen title=attr-iframe-allowfullscreen><code>allowfullscreen</code></dfn> attribute is a
   <a href=#boolean-attribute>boolean attribute</a>. When specified, it indicates that <code><a href=#document>Document</a></code> objects in
-  the <code><a href=#the-iframe-element>iframe</a></code> element's <a href=#browsing-context>browsing context</a> are to be allowed to use <code title=dom-element-requestFullScreen><a href=#dom-element-requestfullscreen>requestFullScreen()</a></code> (if it's not blocked for other
+  the <code><a href=#the-iframe-element>iframe</a></code> element's <a href=#browsing-context>browsing context</a> are to be allowed to use <code title=dom-element-requestFullscreen><a href=#dom-element-requestfullscreen>requestFullscreen()</a></code> (if it's not blocked for other
   reasons, e.g. there is another ancestor <code><a href=#the-iframe-element>iframe</a></code> without this attribute set).</p>
 
 
@@ -66002,7 +66002,7 @@
 
    <dd>
 
-    <p>This flag prevents content from using the <code title=dom-element-requestFullScreen><a href=#dom-element-requestfullscreen>requestFullScreen()</a></code> method.</p>
+    <p>This flag prevents content from using the <code title=dom-element-requestFullscreen><a href=#dom-element-requestfullscreen>requestFullscreen()</a></code> method.</p>
 
    </dd>
 
@@ -99163,7 +99163,7 @@
      <td> <a href=#valid-non-empty-url-potentially-surrounded-by-spaces>Valid non-empty URL potentially surrounded by spaces</a>
     <tr><th> <code title="">allowfullscreen</code>
      <td> <code title=attr-iframe-allowfullscreen><a href=#attr-iframe-allowfullscreen>iframe</a></code>
-     <td> Whether to allow the <code><a href=#the-iframe-element>iframe</a></code>'s contents to use <code title=dom-element-requestFullScreen><a href=#dom-element-requestfullscreen>requestFullScreen()</a></code>
+     <td> Whether to allow the <code><a href=#the-iframe-element>iframe</a></code>'s contents to use <code title=dom-element-requestFullscreen><a href=#dom-element-requestfullscreen>requestFullscreen()</a></code>
      <td> <a href=#boolean-attribute>Boolean attribute</a>
     <tr><th> <code title="">alt</code>
      <td> <code title=attr-area-alt><a href=#attr-area-alt>area</a></code>;

Modified: index
===================================================================
--- index	2013-04-11 22:21:20 UTC (rev 7812)
+++ index	2013-04-11 22:23:50 UTC (rev 7813)
@@ -3668,7 +3668,7 @@
     Fullscreen API interacts with the sandboxing features in HTML: <a href=#refsFULLSCREEN>[FULLSCREEN]</a></p>
 
     <ul class=brief><li>The <dfn id=top-layer>top layer</dfn> concept</li>
-     <li><dfn id=dom-element-requestfullscreen title=dom-element-requestFullScreen><code>requestFullScreen()</code></dfn>
+     <li><dfn id=dom-element-requestfullscreen title=dom-element-requestFullscreen><code>requestFullscreen()</code></dfn>
      <li>The <dfn id=fullscreen-enabled-flag>fullscreen enabled flag</dfn></li>
      <li>The <dfn id=fully-exit-fullscreen>fully exit fullscreen</dfn> algorithm</li>
     </ul></dd>
@@ -23031,7 +23031,7 @@
   <a href=#limited-to-only-known-values>limited to only known values</a>.</p>
 
   <p>The <dfn id=dom-img-usemap title=dom-img-useMap><code>useMap</code></dfn> IDL attribute must
-  <a href=#reflect>reflect</a> the <code title=attr-img-usemap>usemap</code> content attribute.</p>
+  <a href=#reflect>reflect</a> the <code title=attr-hyperlink-usemap><a href=#attr-hyperlink-usemap>usemap</a></code> content attribute.</p>
 
   <p>The <dfn id=dom-img-ismap title=dom-img-isMap><code>isMap</code></dfn> IDL attribute must <a href=#reflect>reflect</a>
   the <code title=attr-img-ismap><a href=#attr-img-ismap>ismap</a></code> content attribute.</p>
@@ -24254,7 +24254,7 @@
    <dd><code title=attr-iframe-name><a href=#attr-iframe-name>name</a></code> — Name of <a href=#nested-browsing-context>nested browsing context</a></dd>
    <dd><code title=attr-iframe-sandbox><a href=#attr-iframe-sandbox>sandbox</a></code> — Security rules for nested content</dd>
    <dd><code title=attr-iframe-seamless><a href=#attr-iframe-seamless>seamless</a></code> — Whether to apply the document's styles to the nested content</dd>
-   <dd><code title=attr-iframe-allowfullscreen><a href=#attr-iframe-allowfullscreen>allowfullscreen</a></code> — Whether to allow the <code><a href=#the-iframe-element>iframe</a></code>'s contents to use <code title=dom-element-requestFullScreen><a href=#dom-element-requestfullscreen>requestFullScreen()</a></code></dd>
+   <dd><code title=attr-iframe-allowfullscreen><a href=#attr-iframe-allowfullscreen>allowfullscreen</a></code> — Whether to allow the <code><a href=#the-iframe-element>iframe</a></code>'s contents to use <code title=dom-element-requestFullscreen><a href=#dom-element-requestfullscreen>requestFullscreen()</a></code></dd>
    <dd><code title=attr-dim-width><a href=#attr-dim-width>width</a></code> — Horizontal dimension</dd>
    <dd><code title=attr-dim-height><a href=#attr-dim-height>height</a></code> — Vertical dimension</dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
@@ -24820,7 +24820,7 @@
 
   <hr><!-- FULLSCREEN --><p>The <dfn id=attr-iframe-allowfullscreen title=attr-iframe-allowfullscreen><code>allowfullscreen</code></dfn> attribute is a
   <a href=#boolean-attribute>boolean attribute</a>. When specified, it indicates that <code><a href=#document>Document</a></code> objects in
-  the <code><a href=#the-iframe-element>iframe</a></code> element's <a href=#browsing-context>browsing context</a> are to be allowed to use <code title=dom-element-requestFullScreen><a href=#dom-element-requestfullscreen>requestFullScreen()</a></code> (if it's not blocked for other
+  the <code><a href=#the-iframe-element>iframe</a></code> element's <a href=#browsing-context>browsing context</a> are to be allowed to use <code title=dom-element-requestFullscreen><a href=#dom-element-requestfullscreen>requestFullscreen()</a></code> (if it's not blocked for other
   reasons, e.g. there is another ancestor <code><a href=#the-iframe-element>iframe</a></code> without this attribute set).</p>
 
 
@@ -66002,7 +66002,7 @@
 
    <dd>
 
-    <p>This flag prevents content from using the <code title=dom-element-requestFullScreen><a href=#dom-element-requestfullscreen>requestFullScreen()</a></code> method.</p>
+    <p>This flag prevents content from using the <code title=dom-element-requestFullscreen><a href=#dom-element-requestfullscreen>requestFullscreen()</a></code> method.</p>
 
    </dd>
 
@@ -99163,7 +99163,7 @@
      <td> <a href=#valid-non-empty-url-potentially-surrounded-by-spaces>Valid non-empty URL potentially surrounded by spaces</a>
     <tr><th> <code title="">allowfullscreen</code>
      <td> <code title=attr-iframe-allowfullscreen><a href=#attr-iframe-allowfullscreen>iframe</a></code>
-     <td> Whether to allow the <code><a href=#the-iframe-element>iframe</a></code>'s contents to use <code title=dom-element-requestFullScreen><a href=#dom-element-requestfullscreen>requestFullScreen()</a></code>
+     <td> Whether to allow the <code><a href=#the-iframe-element>iframe</a></code>'s contents to use <code title=dom-element-requestFullscreen><a href=#dom-element-requestfullscreen>requestFullscreen()</a></code>
      <td> <a href=#boolean-attribute>Boolean attribute</a>
     <tr><th> <code title="">alt</code>
      <td> <code title=attr-area-alt><a href=#attr-area-alt>area</a></code>;

Modified: source
===================================================================
--- source	2013-04-11 22:21:20 UTC (rev 7812)
+++ source	2013-04-11 22:23:50 UTC (rev 7813)
@@ -2510,7 +2510,7 @@
 
     <ul class="brief">
      <li>The <dfn>top layer</dfn> concept</li>
-     <li><dfn title="dom-element-requestFullScreen"><code>requestFullScreen()</code></dfn>
+     <li><dfn title="dom-element-requestFullscreen"><code>requestFullscreen()</code></dfn>
      <li>The <dfn>fullscreen enabled flag</dfn></li>
      <li>The <dfn>fully exit fullscreen</dfn> algorithm</li>
     </ul>
@@ -24170,7 +24170,7 @@
   <span>limited to only known values</span>.</p>
 
   <p>The <dfn title="dom-img-useMap"><code>useMap</code></dfn> IDL attribute must
-  <span>reflect</span> the <code title="attr-img-usemap">usemap</code> content attribute.</p>
+  <span>reflect</span> the <code title="attr-hyperlink-usemap">usemap</code> content attribute.</p>
 
   <p>The <dfn title="dom-img-isMap"><code>isMap</code></dfn> IDL attribute must <span>reflect</span>
   the <code title="attr-img-ismap">ismap</code> content attribute.</p>
@@ -26120,7 +26120,7 @@
   <p>The <dfn title="attr-iframe-allowfullscreen"><code>allowfullscreen</code></dfn> attribute is a
   <span>boolean attribute</span>. When specified, it indicates that <code>Document</code> objects in
   the <code>iframe</code> element's <span>browsing context</span> are to be allowed to use <code
-  title="dom-element-requestFullScreen">requestFullScreen()</code> (if it's not blocked for other
+  title="dom-element-requestFullscreen">requestFullscreen()</code> (if it's not blocked for other
   reasons, e.g. there is another ancestor <code>iframe</code> without this attribute set).</p>
 
 
@@ -78182,7 +78182,7 @@
    <dd>
 
     <p>This flag prevents content from using the <code
-    title="dom-element-requestFullScreen">requestFullScreen()</code> method.</p>
+    title="dom-element-requestFullscreen">requestFullscreen()</code> method.</p>
 
    </dd>
 
@@ -115534,7 +115534,7 @@
     <tr>
      <th> <code title="">allowfullscreen</code>
      <td> <code title="attr-iframe-allowfullscreen">iframe</code>
-     <td> Whether to allow the <code>iframe</code>'s contents to use <code title="dom-element-requestFullScreen">requestFullScreen()</code>
+     <td> Whether to allow the <code>iframe</code>'s contents to use <code title="dom-element-requestFullscreen">requestFullscreen()</code>
      <td> <span>Boolean attribute</span>
     <tr>
      <th> <code title="">alt</code>




More information about the Commit-Watchers mailing list