- From: poot <cvsmail@w3.org>
- Date: Tue, 6 Oct 2009 14:18:12 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Terminology consistency fix. (whatwg r4088) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3246&r2=1.3247&f=h http://html5.org/tools/web-apps-tracker?from=4087&to=4088 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3246 retrieving revision 1.3247 diff -u -d -r1.3246 -r1.3247 --- Overview.html 6 Oct 2009 02:52:03 -0000 1.3246 +++ Overview.html 6 Oct 2009 05:17:56 -0000 1.3247 @@ -15402,7 +15402,7 @@ <p>...might cause the user agent to display a gauge with a tooltip saying "Value: 23.2 out of 60." on one line and "seconds" on a second line.</p> - </div><div clas="impl"> + </div><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 @@ -44864,15 +44864,17 @@ 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>. <!--
Received on Tuesday, 6 October 2009 05:18:42 UTC