[html5] r6521 - [e] (0) xref

whatwg at whatwg.org whatwg at whatwg.org
Mon Aug 22 16:58:57 PDT 2011


Author: ianh
Date: 2011-08-22 16:58:55 -0700 (Mon, 22 Aug 2011)
New Revision: 6521

Modified:
   complete.html
   index
   source
Log:
[e] (0) xref

Modified: complete.html
===================================================================
--- complete.html	2011-08-22 23:41:35 UTC (rev 6520)
+++ complete.html	2011-08-22 23:58:55 UTC (rev 6521)
@@ -3797,7 +3797,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>
@@ -64903,7 +64903,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
@@ -65001,7 +65001,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<!-- to get eaten, so that a leading
@@ -65059,7 +65059,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>
@@ -65095,7 +65095,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>
@@ -65135,7 +65135,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

Modified: index
===================================================================
--- index	2011-08-22 23:41:35 UTC (rev 6520)
+++ index	2011-08-22 23:58:55 UTC (rev 6521)
@@ -3694,7 +3694,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>
@@ -64770,7 +64770,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
@@ -64868,7 +64868,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<!-- to get eaten, so that a leading
@@ -64926,7 +64926,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>
@@ -64962,7 +64962,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>
@@ -65002,7 +65002,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

Modified: source
===================================================================
--- source	2011-08-22 23:41:35 UTC (rev 6520)
+++ source	2011-08-22 23:58:55 UTC (rev 6521)
@@ -2699,7 +2699,7 @@
 
      <li><dfn title="dom-Event-target"><code>target</code></dfn> attribute</li>
 
-     <li>The <dfn title="document's character encoding">character encoding</dfn> and <span title="concept-document-media-type">media type</span> of a <code>Document</code></li>
+     <li>The <dfn title="document's character encoding">character encoding</dfn> and <dfn title="concept-document-media-type">media type</dfn> of a <code>Document</code></li>
      <li>The distinction between <dfn>XML documents</dfn> and <dfn>HTML documents</dfn></li>
      <li>The terms <dfn>quirks mode</dfn>, <dfn>limited-quirks mode</dfn>, and <dfn>no-quirks mode</dfn></li>
      <li>The algorithm to <dfn title="concept-node-clone">clone</dfn> a <code>Node</code>, and the concept of <dfn title="concept-node-clone-ext">cloning steps</dfn> used by tat algorithm</li>




More information about the Commit-Watchers mailing list