[html5] r8360 - [giow] (3) Only abort when the URL spec aborts, not for any parse error. Fixing [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Dec 16 15:05:13 PST 2013


Author: ianh
Date: 2013-12-16 15:05:11 -0800 (Mon, 16 Dec 2013)
New Revision: 8360

Modified:
   complete.html
   index
   source
Log:
[giow] (3) Only abort when the URL spec aborts, not for any parse error.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24119
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-12-16 23:01:21 UTC (rev 8359)
+++ complete.html	2013-12-16 23:05:11 UTC (rev 8360)
@@ -6719,8 +6719,7 @@
 
    <li><p>Apply the <a href=#url-parser>URL parser</a> to <var title="">url</var>, with <var title="">base</var> as the base URL, with <var title="">encoding</var> as the encoding.</li>
 
-   <li><p>If this results in a <a href=#concept-url-parse-error title=concept-url-parse-error>parse error</a>, then abort
-   these steps with an error.</li>
+   <li><p>If this returns failure, then abort these steps with an error.</li>
 
    <li><p>Let <var title="">parsed URL</var> be the result of the <a href=#url-parser>URL parser</a>.</li>
 

Modified: index
===================================================================
--- index	2013-12-16 23:01:21 UTC (rev 8359)
+++ index	2013-12-16 23:05:11 UTC (rev 8360)
@@ -6719,8 +6719,7 @@
 
    <li><p>Apply the <a href=#url-parser>URL parser</a> to <var title="">url</var>, with <var title="">base</var> as the base URL, with <var title="">encoding</var> as the encoding.</li>
 
-   <li><p>If this results in a <a href=#concept-url-parse-error title=concept-url-parse-error>parse error</a>, then abort
-   these steps with an error.</li>
+   <li><p>If this returns failure, then abort these steps with an error.</li>
 
    <li><p>Let <var title="">parsed URL</var> be the result of the <a href=#url-parser>URL parser</a>.</li>
 

Modified: source
===================================================================
--- source	2013-12-16 23:01:21 UTC (rev 8359)
+++ source	2013-12-16 23:05:11 UTC (rev 8360)
@@ -6088,8 +6088,7 @@
    <li><p>Apply the <span>URL parser</span> to <var data-x="">url</var>, with <var
    data-x="">base</var> as the base URL, with <var data-x="">encoding</var> as the encoding.</p></li>
 
-   <li><p>If this results in a <span data-x="concept-url-parse-error">parse error</span>, then abort
-   these steps with an error.</p></li>
+   <li><p>If this returns failure, then abort these steps with an error.</p></li>
 
    <li><p>Let <var data-x="">parsed URL</var> be the result of the <span>URL parser</span>.</p></li>
 




More information about the Commit-Watchers mailing list