[html5] r7932 - [e] (0) Fix some cross-reference issues. Affected topics: HTML Syntax and Parsing

whatwg at whatwg.org whatwg at whatwg.org
Thu Jun 6 15:44:50 PDT 2013


Author: ianh
Date: 2013-06-06 15:44:49 -0700 (Thu, 06 Jun 2013)
New Revision: 7932

Modified:
   complete.html
   index
   source
Log:
[e] (0) Fix some cross-reference issues.
Affected topics: HTML Syntax and Parsing

Modified: complete.html
===================================================================
--- complete.html	2013-06-06 22:34:41 UTC (rev 7931)
+++ complete.html	2013-06-06 22:44:49 UTC (rev 7932)
@@ -84708,10 +84708,11 @@
   <hr><p>When an algorithm requires a user agent to <dfn id=prescan-a-byte-stream-to-determine-its-encoding>prescan a byte stream to determine its
   encoding</dfn>, given some defined <var title="">end condition</var>, then it must run the
   following steps. These steps either abort unsuccessfully or return a character encoding. If at any
-  point during these steps (including during instances of the <span>get an attribute</span>
-  algorithm invoked by this one) the user agent either runs out of bytes (meaning the <var title="">position</var> pointer created in the first step below goes beyond the end of the byte
-  stream obtained so far) or reaches its <var title="">end condition</var>, then abort the
-  <a href=#prescan-a-byte-stream-to-determine-its-encoding>prescan a byte stream to determine its encoding</a> algorithm unsuccessfully.</p>
+  point during these steps (including during instances of the <a href=#concept-get-attributes-when-sniffing title=concept-get-attributes-when-sniffing>get an attribute</a> algorithm invoked by this
+  one) the user agent either runs out of bytes (meaning the <var title="">position</var> pointer
+  created in the first step below goes beyond the end of the byte stream obtained so far) or reaches
+  its <var title="">end condition</var>, then abort the <a href=#prescan-a-byte-stream-to-determine-its-encoding>prescan a byte stream to determine its
+  encoding</a> algorithm unsuccessfully.</p>
 
   <ol><li>
 

Modified: index
===================================================================
--- index	2013-06-06 22:34:41 UTC (rev 7931)
+++ index	2013-06-06 22:44:49 UTC (rev 7932)
@@ -84708,10 +84708,11 @@
   <hr><p>When an algorithm requires a user agent to <dfn id=prescan-a-byte-stream-to-determine-its-encoding>prescan a byte stream to determine its
   encoding</dfn>, given some defined <var title="">end condition</var>, then it must run the
   following steps. These steps either abort unsuccessfully or return a character encoding. If at any
-  point during these steps (including during instances of the <span>get an attribute</span>
-  algorithm invoked by this one) the user agent either runs out of bytes (meaning the <var title="">position</var> pointer created in the first step below goes beyond the end of the byte
-  stream obtained so far) or reaches its <var title="">end condition</var>, then abort the
-  <a href=#prescan-a-byte-stream-to-determine-its-encoding>prescan a byte stream to determine its encoding</a> algorithm unsuccessfully.</p>
+  point during these steps (including during instances of the <a href=#concept-get-attributes-when-sniffing title=concept-get-attributes-when-sniffing>get an attribute</a> algorithm invoked by this
+  one) the user agent either runs out of bytes (meaning the <var title="">position</var> pointer
+  created in the first step below goes beyond the end of the byte stream obtained so far) or reaches
+  its <var title="">end condition</var>, then abort the <a href=#prescan-a-byte-stream-to-determine-its-encoding>prescan a byte stream to determine its
+  encoding</a> algorithm unsuccessfully.</p>
 
   <ol><li>
 

Modified: source
===================================================================
--- source	2013-06-06 22:34:41 UTC (rev 7931)
+++ source	2013-06-06 22:44:49 UTC (rev 7932)
@@ -94541,11 +94541,12 @@
   <p>When an algorithm requires a user agent to <dfn>prescan a byte stream to determine its
   encoding</dfn>, given some defined <var title="">end condition</var>, then it must run the
   following steps. These steps either abort unsuccessfully or return a character encoding. If at any
-  point during these steps (including during instances of the <span>get an attribute</span>
-  algorithm invoked by this one) the user agent either runs out of bytes (meaning the <var
-  title="">position</var> pointer created in the first step below goes beyond the end of the byte
-  stream obtained so far) or reaches its <var title="">end condition</var>, then abort the
-  <span>prescan a byte stream to determine its encoding</span> algorithm unsuccessfully.</p>
+  point during these steps (including during instances of the <span
+  title="concept-get-attributes-when-sniffing">get an attribute</span> algorithm invoked by this
+  one) the user agent either runs out of bytes (meaning the <var title="">position</var> pointer
+  created in the first step below goes beyond the end of the byte stream obtained so far) or reaches
+  its <var title="">end condition</var>, then abort the <span>prescan a byte stream to determine its
+  encoding</span> algorithm unsuccessfully.</p>
 
   <ol>
 




More information about the Commit-Watchers mailing list