Skip to content

Commit

Permalink
[giow] (2) Appcache manifests are all UTF-8, including resolving URLs.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23819
Affected topics: Offline Web Applications

git-svn-id: http://svn.whatwg.org/webapps@8345 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 11, 2013
1 parent 84bdaa9 commit 28d8a54
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 9 deletions.
9 changes: 6 additions & 3 deletions complete.html
Expand Up @@ -69038,7 +69038,8 @@ <h5 id=parsing-cache-manifests><span class=secno>6.7.3.3 </span>Parsing cache ma
<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>

Expand All @@ -69059,7 +69060,8 @@ <h5 id=parsing-cache-manifests><span class=secno>6.7.3.3 </span>Parsing cache ma
<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>

Expand Down Expand Up @@ -69094,7 +69096,8 @@ <h5 id=parsing-cache-manifests><span class=secno>6.7.3.3 </span>Parsing cache ma
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>

Expand Down
9 changes: 6 additions & 3 deletions index
Expand Up @@ -69038,7 +69038,8 @@ NETWORK:
<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>

Expand All @@ -69059,7 +69060,8 @@ NETWORK:
<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>

Expand Down Expand Up @@ -69094,7 +69096,8 @@ NETWORK:
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>

Expand Down
9 changes: 6 additions & 3 deletions source
Expand Up @@ -76964,7 +76964,8 @@ NETWORK:
<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>

Expand All @@ -76988,7 +76989,8 @@ NETWORK:
<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>

Expand Down Expand Up @@ -77026,7 +77028,8 @@ NETWORK:
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>

Expand Down

0 comments on commit 28d8a54

Please sign in to comment.