Skip to content

Commit

Permalink
[e] (0) Rename online whitelist URLs to online whitelist namespaces.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7754

git-svn-id: http://svn.whatwg.org/webapps@4061 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 30, 2009
1 parent 60a127c commit c2c0d4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions index
Expand Up @@ -52513,7 +52513,7 @@ NETWORK:
mapping of <a href=#concept-appcache-fallback-ns title=concept-appcache-fallback-ns>fallback
namespaces</a> to <a href=#concept-appcache-fallback title=concept-appcache-fallback>fallback entries</a>.</li>

<li><p>Let <var title="">online whitelist URLs</var> be an
<li><p>Let <var title="">online whitelist namespaces</var> be an
initially empty list of URLs for a <a href=#concept-appcache-onlinewhitelist title=concept-appcache-onlinewhitelist>online
whitelist</a>.</li>

Expand Down Expand Up @@ -52707,7 +52707,7 @@ NETWORK:
component of the resulting <a href=#absolute-url>absolute URL</a>, if it has
one.</p>

<p>Add the resulting <a href=#absolute-url>absolute URL</a> to the <var title="">online whitelist URLs</var>.</p>
<p>Add the resulting <a href=#absolute-url>absolute URL</a> to the <var title="">online whitelist namespaces</var>.</p>

</dd>

Expand All @@ -52726,7 +52726,7 @@ NETWORK:
reached.)</li>

<li><p>Return the <var title="">explicit URLs</var> list, the <var title="">fallback URLs</var> mapping, the <var title="">online
whitelist URLs</var>, and the <var title="">online whitelist
whitelist namespaces</var>, and the <var title="">online whitelist
wildcard flag</var>.</li>

</ol><div class=note>
Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -59351,7 +59351,7 @@ NETWORK:
namespaces</span> to <span
title="concept-appcache-fallback">fallback entries</span>.</p></li>

<li><p>Let <var title="">online whitelist URLs</var> be an
<li><p>Let <var title="">online whitelist namespaces</var> be an
initially empty list of URLs for a <span
title="concept-appcache-onlinewhitelist">online
whitelist</span>.</p></li>
Expand Down Expand Up @@ -59579,7 +59579,7 @@ NETWORK:
one.</p>

<p>Add the resulting <span>absolute URL</span> to the <var
title="">online whitelist URLs</var>.</p>
title="">online whitelist namespaces</var>.</p>

</dd>

Expand All @@ -59601,7 +59601,7 @@ NETWORK:

<li><p>Return the <var title="">explicit URLs</var> list, the <var
title="">fallback URLs</var> mapping, the <var title="">online
whitelist URLs</var>, and the <var title="">online whitelist
whitelist namespaces</var>, and the <var title="">online whitelist
wildcard flag</var>.</p></li>

</ol>
Expand Down

0 comments on commit c2c0d4c

Please sign in to comment.