[html5] r3983 - [e] (0) A variety of typo fixes and other editorial tweaks.
whatwg at whatwg.org
whatwg at whatwg.org
Thu Sep 24 02:59:23 PDT 2009
Author: ianh
Date: 2009-09-24 02:59:22 -0700 (Thu, 24 Sep 2009)
New Revision: 3983
Modified:
index
source
Log:
[e] (0) A variety of typo fixes and other editorial tweaks.
Modified: index
===================================================================
--- index 2009-09-24 09:06:46 UTC (rev 3982)
+++ index 2009-09-24 09:59:22 UTC (rev 3983)
@@ -10789,7 +10789,7 @@
<dd>If the <code title=attr-itemprop><a href=#names:-the-itemprop-attribute>itemprop</a></code> attribute is present: <a href=#phrasing-content>phrasing content</a>.</dd>
<dt>Contexts in which this element may be used:</dt>
<dd>If the <code title=attr-meta-charset><a href=#attr-meta-charset>charset</a></code> attribute is present, or if the element's <code title=attr-meta-http-equiv><a href=#attr-meta-http-equiv>http-equiv</a></code> attribute is in the <a href=#attr-meta-http-equiv-content-type title=attr-meta-http-equiv-content-type>Encoding declaration state</a>: in a <code><a href=#the-head-element-0>head</a></code> element.</dd>
- <dd>If the <code title=attr-meta-http-equiv><a href=#attr-meta-http-equiv>http-equiv</a></code> attribute is present and in the <a href=#attr-meta-http-equiv-content-type title=attr-meta-http-equiv-content-type>Encoding declaration state</a>: in a <code><a href=#the-head-element-0>head</a></code> element.</dd>
+ <dd>If the <code title=attr-meta-http-equiv><a href=#attr-meta-http-equiv>http-equiv</a></code> attribute is present but not in the <a href=#attr-meta-http-equiv-content-type title=attr-meta-http-equiv-content-type>Encoding declaration state</a>: in a <code><a href=#the-head-element-0>head</a></code> element.</dd>
<dd>If the <code title=attr-meta-http-equiv><a href=#attr-meta-http-equiv>http-equiv</a></code> attribute is present but not in the <a href=#attr-meta-http-equiv-content-type title=attr-meta-http-equiv-content-type>Encoding declaration state</a>: in a <code><a href=#the-noscript-element>noscript</a></code> element that is a child of a <code><a href=#the-head-element-0>head</a></code> element.</dd>
<dd>If the <code title=attr-meta-name><a href=#attr-meta-name>name</a></code> attribute is present: where <a href=#metadata-content>metadata content</a> is expected.</dd>
<dd>If the <code title=attr-itemprop><a href=#names:-the-itemprop-attribute>itemprop</a></code> attribute is present: where <a href=#phrasing-content>phrasing content</a> is expected.</dd>
@@ -11335,8 +11335,10 @@
<a href=#source-browsing-context>source browsing context</a>.</li>
<li><p>Provide the user with an interface that, when selected,
- <span>navigates</span> a <a href=#browsing-context>browsing context</a> to <var title="">url</var>, with the document's browsing context as the
- <a href=#source-browsing-context>source browsing context</a>.</li>
+ <a href=#navigate title=navigate>navigates</a> a <a href=#browsing-context>browsing
+ context</a> to <var title="">url</var>, with the document's
+ browsing context as the <a href=#source-browsing-context>source browsing
+ context</a>.</li>
<li><p>Do nothing.</li>
@@ -11713,7 +11715,7 @@
<p>The following document has its emphasis styled as bright red
text rather than italics text, while leaving titles of works and
- latin words in their default italics. It shows how using
+ Latin words in their default italics. It shows how using
appropriate elements enables easier restyling of documents.</p>
<pre><!DOCTYPE html>
@@ -11898,9 +11900,7 @@
<code title=attr-script-src><a href=#attr-script-src>src</a></code> attribute. If the language
is not that described by "<code title="">text/javascript</code>",
then the <code title=attr-script-type><a href=#attr-script-type>type</a></code> attribute must
- be present. If the <code title=attr-script-type><a href=#attr-script-type>type</a></code>
- attribute is present, its value must be the type of the script's
- language.</p>
+ be present, as described below.</p>
<p>When used to include data blocks, the data must be embedded
inline, the format of the data must be given using the <code title=attr-script-type><a href=#attr-script-type>type</a></code> attribute, and the <code title=attr-script-src><a href=#attr-script-src>src</a></code> attribute must not be
@@ -11955,10 +11955,11 @@
must also be specified.</p>
<p>Changing the <code title=attr-script-src><a href=#attr-script-src>src</a></code>, <code title=attr-script-type><a href=#attr-script-type>type</a></code>, <code title=attr-script-charset><a href=#attr-script-charset>charset</a></code>, <code title=attr-script-async><a href=#attr-script-async>async</a></code>, and <code title=attr-script-defer><a href=#attr-script-defer>defer</a></code> attributes dynamically has no
- direct effect; these attribute are only used at specific times
- described below (namely, when the element is <a href=#insert-an-element-into-a-document title="insert an
- element into a document">inserted into the document</a>).</p>
- <!-- by implication, changes to the base URL also have no effect -->
+ direct effect; these attribute are only used <span class=impl>at
+ specific times described below (namely,</span> when the element is
+ <a href=#insert-an-element-into-a-document title="insert an element into a document">inserted into the
+ document</a><span class=impl>)</span>.</p> <!-- by implication,
+ changes to the base URL also have no effect -->
<div class=impl>
Modified: source
===================================================================
--- source 2009-09-24 09:06:46 UTC (rev 3982)
+++ source 2009-09-24 09:59:22 UTC (rev 3983)
@@ -11293,7 +11293,7 @@
<dd>If the <code title="attr-itemprop">itemprop</code> attribute is present: <span>phrasing content</span>.</dd>
<dt>Contexts in which this element may be used:</dt>
<dd>If the <code title="attr-meta-charset">charset</code> attribute is present, or if the element's <code title="attr-meta-http-equiv">http-equiv</code> attribute is in the <span title="attr-meta-http-equiv-content-type">Encoding declaration state</span>: in a <code>head</code> element.</dd>
- <dd>If the <code title="attr-meta-http-equiv">http-equiv</code> attribute is present and in the <span title="attr-meta-http-equiv-content-type">Encoding declaration state</span>: in a <code>head</code> element.</dd>
+ <dd>If the <code title="attr-meta-http-equiv">http-equiv</code> attribute is present but not in the <span title="attr-meta-http-equiv-content-type">Encoding declaration state</span>: in a <code>head</code> element.</dd>
<dd>If the <code title="attr-meta-http-equiv">http-equiv</code> attribute is present but not in the <span title="attr-meta-http-equiv-content-type">Encoding declaration state</span>: in a <code>noscript</code> element that is a child of a <code>head</code> element.</dd>
<dd>If the <code title="attr-meta-name">name</code> attribute is present: where <span>metadata content</span> is expected.</dd>
<dd>If the <code title="attr-itemprop">itemprop</code> attribute is present: where <span>phrasing content</span> is expected.</dd>
@@ -11929,9 +11929,10 @@
<span>source browsing context</span>.</p></li>
<li><p>Provide the user with an interface that, when selected,
- <span>navigates</span> a <span>browsing context</span> to <var
- title="">url</var>, with the document's browsing context as the
- <span>source browsing context</span>.</p></li>
+ <span title="navigate">navigates</span> a <span>browsing
+ context</span> to <var title="">url</var>, with the document's
+ browsing context as the <span>source browsing
+ context</span>.</p></li>
<li><p>Do nothing.</p></li>
@@ -12354,7 +12355,7 @@
<p>The following document has its emphasis styled as bright red
text rather than italics text, while leaving titles of works and
- latin words in their default italics. It shows how using
+ Latin words in their default italics. It shows how using
appropriate elements enables easier restyling of documents.</p>
<pre><!DOCTYPE html>
@@ -12561,9 +12562,7 @@
<code title="attr-script-src">src</code> attribute. If the language
is not that described by "<code title="">text/javascript</code>",
then the <code title="attr-script-type">type</code> attribute must
- be present. If the <code title="attr-script-type">type</code>
- attribute is present, its value must be the type of the script's
- language.</p>
+ be present, as described below.</p>
<p>When used to include data blocks, the data must be embedded
inline, the format of the data must be given using the <code
@@ -12632,10 +12631,11 @@
title="attr-script-charset">charset</code>, <code
title="attr-script-async">async</code>, and <code
title="attr-script-defer">defer</code> attributes dynamically has no
- direct effect; these attribute are only used at specific times
- described below (namely, when the element is <span title="insert an
- element into a document">inserted into the document</span>).</p>
- <!-- by implication, changes to the base URL also have no effect -->
+ direct effect; these attribute are only used <span class="impl">at
+ specific times described below (namely,</span> when the element is
+ <span title="insert an element into a document">inserted into the
+ document</span><span class="impl">)</span>.</p> <!-- by implication,
+ changes to the base URL also have no effect -->
<div class="impl">
More information about the Commit-Watchers
mailing list