[html5] r8345 - [giow] (2) Appcache manifests are all UTF-8, including resolving URLs. Fixing ht [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Dec 11 14:23:17 PST 2013
Author: ianh
Date: 2013-12-11 14:23:14 -0800 (Wed, 11 Dec 2013)
New Revision: 8345
Modified:
complete.html
index
source
Log:
[giow] (2) Appcache manifests are all UTF-8, including resolving URLs.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23819
Affected topics: Offline Web Applications
Modified: complete.html
===================================================================
--- complete.html 2013-12-11 21:36:10 UTC (rev 8344)
+++ complete.html 2013-12-11 22:23:14 UTC (rev 8345)
@@ -69038,7 +69038,8 @@
<dd>
<p><a href=#resolve-a-url title="resolve a url">Resolve</a> the first item in <var title="">tokens</var>,
- relative to <var title="">base URL</var>; ignore the rest.</p>
+ relative to <var title="">base URL</var>, with the URL character encoding set to UTF-8;
+ ignore the rest.</p>
<p>If this fails, then jump back to the step labeled <i>start of line</i>.</p>
@@ -69059,7 +69060,8 @@
<p>Let <var title="">part one</var> be the first token in <var title="">tokens</var>, and let
<var title="">part two</var> be the second token in <var title="">tokens</var>.</p>
- <p><a href=#resolve-a-url title="resolve a url">Resolve</a> <var title="">part one</var> and <var title="">part two</var>, relative to <var title="">base URL</var>.</p>
+ <p><a href=#resolve-a-url title="resolve a url">Resolve</a> <var title="">part one</var> and <var title="">part two</var>, relative to <var title="">base URL</var>, with the URL character
+ encoding set to UTF-8.</p>
<p>If either fails, then jump back to the step labeled <i>start of line</i>.</p>
@@ -69094,7 +69096,8 @@
set <var title="">online whitelist wildcard flag</var> to <i title="">open</i> and jump back
to the step labeled <i>start of line</i>.</p>
- <p>Otherwise, <a href=#resolve-a-url title="resolve a url">resolve</a> the first item in <var title="">tokens</var>, relative to <var title="">base URL</var>; ignore the rest.</p>
+ <p>Otherwise, <a href=#resolve-a-url title="resolve a url">resolve</a> the first item in <var title="">tokens</var>, relative to <var title="">base URL</var>, with the URL character
+ encoding set to UTF-8; ignore the rest.</p>
<p>If this fails, then jump back to the step labeled <i>start of line</i>.</p>
Modified: index
===================================================================
--- index 2013-12-11 21:36:10 UTC (rev 8344)
+++ index 2013-12-11 22:23:14 UTC (rev 8345)
@@ -69038,7 +69038,8 @@
<dd>
<p><a href=#resolve-a-url title="resolve a url">Resolve</a> the first item in <var title="">tokens</var>,
- relative to <var title="">base URL</var>; ignore the rest.</p>
+ relative to <var title="">base URL</var>, with the URL character encoding set to UTF-8;
+ ignore the rest.</p>
<p>If this fails, then jump back to the step labeled <i>start of line</i>.</p>
@@ -69059,7 +69060,8 @@
<p>Let <var title="">part one</var> be the first token in <var title="">tokens</var>, and let
<var title="">part two</var> be the second token in <var title="">tokens</var>.</p>
- <p><a href=#resolve-a-url title="resolve a url">Resolve</a> <var title="">part one</var> and <var title="">part two</var>, relative to <var title="">base URL</var>.</p>
+ <p><a href=#resolve-a-url title="resolve a url">Resolve</a> <var title="">part one</var> and <var title="">part two</var>, relative to <var title="">base URL</var>, with the URL character
+ encoding set to UTF-8.</p>
<p>If either fails, then jump back to the step labeled <i>start of line</i>.</p>
@@ -69094,7 +69096,8 @@
set <var title="">online whitelist wildcard flag</var> to <i title="">open</i> and jump back
to the step labeled <i>start of line</i>.</p>
- <p>Otherwise, <a href=#resolve-a-url title="resolve a url">resolve</a> the first item in <var title="">tokens</var>, relative to <var title="">base URL</var>; ignore the rest.</p>
+ <p>Otherwise, <a href=#resolve-a-url title="resolve a url">resolve</a> the first item in <var title="">tokens</var>, relative to <var title="">base URL</var>, with the URL character
+ encoding set to UTF-8; ignore the rest.</p>
<p>If this fails, then jump back to the step labeled <i>start of line</i>.</p>
Modified: source
===================================================================
--- source 2013-12-11 21:36:10 UTC (rev 8344)
+++ source 2013-12-11 22:23:14 UTC (rev 8345)
@@ -76964,7 +76964,8 @@
<dd>
<p><span data-x="resolve a url">Resolve</span> the first item in <var data-x="">tokens</var>,
- relative to <var data-x="">base URL</var>; ignore the rest.</p>
+ relative to <var data-x="">base URL</var>, with the URL character encoding set to UTF-8;
+ ignore the rest.</p>
<p>If this fails, then jump back to the step labeled <i>start of line</i>.</p>
@@ -76988,7 +76989,8 @@
<var data-x="">part two</var> be the second token in <var data-x="">tokens</var>.</p>
<p><span data-x="resolve a url">Resolve</span> <var data-x="">part one</var> and <var
- data-x="">part two</var>, relative to <var data-x="">base URL</var>.</p>
+ data-x="">part two</var>, relative to <var data-x="">base URL</var>, with the URL character
+ encoding set to UTF-8.</p>
<p>If either fails, then jump back to the step labeled <i>start of line</i>.</p>
@@ -77026,7 +77028,8 @@
to the step labeled <i>start of line</i>.</p>
<p>Otherwise, <span data-x="resolve a url">resolve</span> the first item in <var
- data-x="">tokens</var>, relative to <var data-x="">base URL</var>; ignore the rest.</p>
+ data-x="">tokens</var>, relative to <var data-x="">base URL</var>, with the URL character
+ encoding set to UTF-8; ignore the rest.</p>
<p>If this fails, then jump back to the step labeled <i>start of line</i>.</p>
More information about the Commit-Watchers
mailing list