HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/4088

SVNBugCommentTime (UTC)
4088Terminology consistency fix.2009-10-06 05:27
Index: source
===================================================================
--- source	(revision 4087)
+++ source	(revision 4088)
@@ -18816,7 +18816,7 @@
    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
@@ -59657,16 +59657,18 @@
    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>
 

|