- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 22 Aug 2011 23:59:47 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv1642
Modified Files:
Overview.html
Log Message:
xref (whatwg r6521)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5220
retrieving revision 1.5221
diff -u -d -r1.5220 -r1.5221
--- Overview.html 22 Aug 2011 23:42:22 -0000 1.5220
+++ Overview.html 22 Aug 2011 23:59:42 -0000 1.5221
@@ -3131,7 +3131,7 @@
<li><dfn id="dom-event-target" title="dom-Event-target"><code>target</code></dfn> attribute</li>
- <li>The <dfn id="document-s-character-encoding" title="document's character encoding">character encoding</dfn> and <span title="concept-document-media-type">media type</span> of a <code><a href="#document">Document</a></code></li>
+ <li>The <dfn id="document-s-character-encoding" title="document's character encoding">character encoding</dfn> and <dfn id="concept-document-media-type" title="concept-document-media-type">media type</dfn> of a <code><a href="#document">Document</a></code></li>
<li>The distinction between <dfn id="xml-documents">XML documents</dfn> and <dfn id="html-documents">HTML documents</dfn></li>
<li>The terms <dfn id="quirks-mode">quirks mode</dfn>, <dfn id="limited-quirks-mode">limited-quirks mode</dfn>, and <dfn id="no-quirks-mode">no-quirks mode</dfn></li>
<li>The algorithm to <dfn id="concept-node-clone" title="concept-node-clone">clone</dfn> a <code><a href="#node">Node</a></code>, and the concept of <dfn id="concept-node-clone-ext" title="concept-node-clone-ext">cloning steps</dfn> used by tat algorithm</li>
@@ -46573,7 +46573,7 @@
<p>When an HTML document is to be loaded in a <a href="#browsing-context">browsing
context</a>, the user agent must <a href="#queue-a-task">queue a task</a> to
<a href="#create-a-document-object">create a <code>Document</code> object</a>, mark it as being
- an <a href="#html-documents" title="HTML documents">HTML document</a>, set its <span title="concept-document-media-type">media type</span> to "<code title="">text/html</code>", create an <a href="#html-parser">HTML parser</a>, and
+ an <a href="#html-documents" title="HTML documents">HTML document</a>, set its <a href="#concept-document-media-type" title="concept-document-media-type">media type</a> to "<code title="">text/html</code>", create an <a href="#html-parser">HTML parser</a>, and
associate it with the document. Each <a href="#concept-task" title="concept-task">task</a> that the <a href="#networking-task-source">networking task
source</a> places on the <a href="#task-queue">task queue</a> while the <a href="#fetch" title="fetch">fetching algorithm</a> runs must then fill the
parser's <a href="#the-input-stream">input stream</a> with the fetched bytes and cause
@@ -46669,7 +46669,7 @@
<p>When a plain text document is to be loaded in a <a href="#browsing-context">browsing
context</a>, the user agent should <a href="#queue-a-task">queue a task</a> to
<a href="#create-a-document-object">create a <code>Document</code> object</a>, mark it as being
- an <a href="#html-documents" title="HTML documents">HTML document</a>, set its <span title="concept-document-media-type">media type</span> to "<code title="">text/plain</code>", create an <a href="#html-parser">HTML parser</a>,
+ an <a href="#html-documents" title="HTML documents">HTML document</a>, set its <a href="#concept-document-media-type" title="concept-document-media-type">media type</a> to "<code title="">text/plain</code>", create an <a href="#html-parser">HTML parser</a>,
associate it with the document, act as if the tokenizer had emitted
a start tag token with the tag name "pre" followed by a single
U+000A LINE FEED (LF) character, and switch
@@ -46722,7 +46722,7 @@
<p>When an image resource is to be loaded in a <a href="#browsing-context">browsing
context</a>, the user agent should <a href="#create-a-document-object">create a
- <code>Document</code> object</a>, mark it as being an <a href="#html-documents" title="HTML documents">HTML document</a>, set its <span title="concept-document-media-type">media type</span> to the sniffed
+ <code>Document</code> object</a>, mark it as being an <a href="#html-documents" title="HTML documents">HTML document</a>, set its <a href="#concept-document-media-type" title="concept-document-media-type">media type</a> to the sniffed
MIME type of the resource (<var title="">type</var> in the
<a href="#navigate">navigate</a> algorithm), append an <code><a href="#the-html-element">html</a></code>
element to the <code><a href="#document">Document</a></code>, append a <code><a href="#the-head-element">head</a></code>
@@ -46756,7 +46756,7 @@
is to be loaded in a <a href="#browsing-context">browsing context</a>, the user agent
should <a href="#create-a-document-object">create a <code>Document</code> object</a>, mark it
as being an <a href="#html-documents" title="HTML documents">HTML document</a>, set
- its <span title="concept-document-media-type">media type</span> to
+ its <a href="#concept-document-media-type" title="concept-document-media-type">media type</a> to
the sniffed MIME type of the resource (<var title="">type</var> in
the <a href="#navigate">navigate</a> algorithm), append an <code><a href="#the-html-element">html</a></code>
element to the <code><a href="#document">Document</a></code>, append a <code><a href="#the-head-element">head</a></code>
@@ -46794,7 +46794,7 @@
<p>When the user agent is to display a user agent page inline in a
<a href="#browsing-context">browsing context</a>, the user agent should <a href="#create-a-document-object">create a
- <code>Document</code> object</a>, mark it as being an <a href="#html-documents" title="HTML documents">HTML document</a>, set its <span title="concept-document-media-type">media type</span> to "<code title="">text/html</code>", and then either associate that
+ <code>Document</code> object</a>, mark it as being an <a href="#html-documents" title="HTML documents">HTML document</a>, set its <a href="#concept-document-media-type" title="concept-document-media-type">media type</a> to "<code title="">text/html</code>", and then either associate that
<code><a href="#document">Document</a></code> with a custom rendering that is not rendered
using the normal <code><a href="#document">Document</a></code> rendering rules, or mutate
that <code><a href="#document">Document</a></code> until it represents the content the user
Received on Monday, 22 August 2011 23:59:49 UTC