Skip to content

Commit

Permalink
[e] (0) Terminology consistency fix.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4088 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 6, 2009
1 parent ced9211 commit fbdf9fe
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
12 changes: 7 additions & 5 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -17583,7 +17583,7 @@ and a height of &lt;meter&gt;2cm&lt;/meter&gt;.&lt;/p&gt; &lt;!-- <strong>BAD!</
second line.</p>
</div>

<div clas=impl>
<div class=impl>

<p>The <dfn id=dom-meter-min title=dom-meter-min><code>min</code></dfn>, <dfn id=dom-meter-max title=dom-meter-max><code>max</code></dfn>, <dfn id=dom-meter-value title=dom-meter-value><code>value</code></dfn>, <dfn id=dom-meter-low title=dom-meter-low><code>low</code></dfn>, <dfn id=dom-meter-high title=dom-meter-high><code>high</code></dfn>, and <dfn id=dom-meter-optimum title=dom-meter-optimum><code>optimum</code></dfn> IDL attributes
must <a href=#reflect>reflect</a> the respective content attributes of the
Expand Down Expand Up @@ -50074,15 +50074,17 @@ NETWORK:
URL</a> representing the manifest.</li>

<li><p>Let <var title="">explicit URLs</var> be an initially empty
list of <a href=#concept-appcache-explicit title=concept-appcache-explicit>explicit
entries</a>.</li>
list of <a href=#absolute-url title="absolute URL">absolute URLs</a> for <a href=#concept-appcache-explicit title=concept-appcache-explicit>explicit entries</a>.</li>

<li><p>Let <var title="">fallback URLs</var> be an initially empty
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>
namespaces</a> to <a href=#absolute-url title="absolute URL">absolute
URLs</a> for <a href=#concept-appcache-fallback title=concept-appcache-fallback>fallback
entries</a>.</li>

<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
initially empty list of <a href=#absolute-url title="absolute URL">absolute
URLs</a> for an <a href=#concept-appcache-onlinewhitelist title=concept-appcache-onlinewhitelist>online
whitelist</a>.</li>

<li><p>Let <var title="">online whitelist wildcard flag</var> be <i title="">blocking</i>. <!--
Expand Down
14 changes: 8 additions & 6 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -18816,7 +18816,7 @@ and a height of &lt;meter>2cm&lt;/meter>.&lt;/p> &lt;!-- <strong>BAD!</strong> -
second line.</p>
</div>

<div clas="impl">
<div class="impl">

<p>The <dfn title="dom-meter-min"><code>min</code></dfn>, <dfn
title="dom-meter-max"><code>max</code></dfn>, <dfn
Expand Down Expand Up @@ -59657,16 +59657,18 @@ NETWORK:
URL</span> representing the manifest.</p></li>

<li><p>Let <var title="">explicit URLs</var> be an initially empty
list of <span title="concept-appcache-explicit">explicit
entries</span>.</p></li>
list of <span title="absolute URL">absolute URLs</span> for <span
title="concept-appcache-explicit">explicit entries</span>.</p></li>

<li><p>Let <var title="">fallback URLs</var> be an initially empty
mapping of <span title="concept-appcache-fallback-ns">fallback
namespaces</span> to <span
title="concept-appcache-fallback">fallback entries</span>.</p></li>
namespaces</span> to <span title="absolute URL">absolute
URLs</span> for <span title="concept-appcache-fallback">fallback
entries</span>.</p></li>

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

Expand Down

0 comments on commit fbdf9fe

Please sign in to comment.