Skip to content

Commit

Permalink
[e] (0) Fix some typos or copypasta.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21602
Affected topics: DOM APIs, HTML

git-svn-id: http://svn.whatwg.org/webapps@7813 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 11, 2013
1 parent c14eb16 commit bb6e937
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
12 changes: 6 additions & 6 deletions complete.html
Expand Up @@ -3668,7 +3668,7 @@ <h4 id=dependencies><span class=secno>2.2.2 </span>Dependencies</h4>
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>
Expand Down Expand Up @@ -23031,7 +23031,7 @@ <h4 id=the-img-element><span class=secno>4.8.1 </span>The <dfn><code>img</code><
<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>
Expand Down Expand Up @@ -24254,7 +24254,7 @@ <h4 id=the-iframe-element><span class=secno>4.8.2 </span>The <dfn><code>iframe</
<dd><code title=attr-iframe-name><a href=#attr-iframe-name>name</a></code> &mdash; 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> &mdash; Security rules for nested content</dd>
<dd><code title=attr-iframe-seamless><a href=#attr-iframe-seamless>seamless</a></code> &mdash; 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> &mdash; 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> &mdash; 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> &mdash; Horizontal dimension</dd>
<dd><code title=attr-dim-height><a href=#attr-dim-height>height</a></code> &mdash; Vertical dimension</dd>
<dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
Expand Down Expand Up @@ -24820,7 +24820,7 @@ <h4 id=the-iframe-element><span class=secno>4.8.2 </span>The <dfn><code>iframe</

<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>


Expand Down Expand Up @@ -66002,7 +66002,7 @@ <h3 id=sandboxing><span class=secno>6.4 </span>Sandboxing</h3>

<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>

Expand Down Expand Up @@ -99163,7 +99163,7 @@ <h3 class=no-num id=element-content-categories>Element content categories</h3>
<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>;
Expand Down
12 changes: 6 additions & 6 deletions index
Expand Up @@ -3668,7 +3668,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
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>
Expand Down Expand Up @@ -23031,7 +23031,7 @@ interface <dfn id=htmlimageelement>HTMLImageElement</dfn> : <a href=#htmlelement
<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>
Expand Down Expand Up @@ -24254,7 +24254,7 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>
<dd><code title=attr-iframe-name><a href=#attr-iframe-name>name</a></code> &mdash; 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> &mdash; Security rules for nested content</dd>
<dd><code title=attr-iframe-seamless><a href=#attr-iframe-seamless>seamless</a></code> &mdash; 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> &mdash; 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> &mdash; 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> &mdash; Horizontal dimension</dd>
<dd><code title=attr-dim-height><a href=#attr-dim-height>height</a></code> &mdash; Vertical dimension</dd>
<dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
Expand Down Expand Up @@ -24820,7 +24820,7 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>

<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>


Expand Down Expand Up @@ -66002,7 +66002,7 @@ x === this; // true</pre>

<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>

Expand Down Expand Up @@ -99163,7 +99163,7 @@ if (s = prompt('What is your name?')) {
<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>;
Expand Down
10 changes: 5 additions & 5 deletions source
Expand Up @@ -2510,7 +2510,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d

<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>
Expand Down Expand Up @@ -24170,7 +24170,7 @@ interface <dfn>HTMLImageElement</dfn> : <span>HTMLElement</span> {
<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>
Expand Down Expand Up @@ -26120,7 +26120,7 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>
<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>


Expand Down Expand Up @@ -78182,7 +78182,7 @@ x === this; // true</pre>
<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>

Expand Down Expand Up @@ -115534,7 +115534,7 @@ if (s = prompt('What is your name?')) {
<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>
Expand Down

0 comments on commit bb6e937

Please sign in to comment.