- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 24 Sep 2009 09:52:07 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv5064
Modified Files:
Overview.html
Log Message:
A variety of typo fixes and other editorial tweaks. (whatwg r3983)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3144
retrieving revision 1.3145
diff -u -d -r1.3144 -r1.3145
--- Overview.html 24 Sep 2009 08:59:28 -0000 1.3144
+++ Overview.html 24 Sep 2009 09:52:03 -0000 1.3145
@@ -9572,7 +9572,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>
@@ -10069,8 +10069,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>
@@ -10372,7 +10374,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>
@@ -10524,9 +10526,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>When used to include data blocks, the data must be embedded
+ be present, as described below.<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
specified.<p>The <dfn id="attr-script-type" title="attr-script-type"><code>type</code></dfn>
attribute gives the language of the script or format of the data. If
@@ -10563,9 +10563,11 @@
synchronous blocking behavior that is the default.<p>If the <code title="attr-script-defer"><a href="#attr-script-defer">defer</a></code> attribute is
specified, the <code title="attr-script-src"><a href="#attr-script-src">src</a></code> attribute
must also be specified.<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 --><div class="impl">
+ 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">
<p><code><a href="#script">script</a></code> elements have four associated pieces of
metadata. The first is a flag indicating whether or not the script
Received on Thursday, 24 September 2009 09:52:17 UTC