- From: poot <cvsmail@w3.org>
- Date: Tue, 31 Jan 2012 19:57:27 -0500
- To: public-html-diffs@w3.org
hixie: Fix some typos or copypasta. (whatwg r6961)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5555&r2=1.5556&f=h
http://html5.org/tools/web-apps-tracker?from=6960&to=6961
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5555
retrieving revision 1.5556
diff -u -d -r1.5555 -r1.5556
--- Overview.html 1 Feb 2012 00:39:49 -0000 1.5555
+++ Overview.html 1 Feb 2012 00:57:19 -0000 1.5556
@@ -50293,13 +50293,13 @@
entries</a>, create a <a href="#concept-task" title="concept-task">task</a>
to <a href="#fire-a-simple-event">fire a simple event</a> that is cancelable named
<code title="event-appcache-error"><a href="#event-appcache-error">error</a></code> (not <code title="event-appcache-obsolete"><a href="#event-appcache-obsolete">obsolete</a></code>!) at the
- <code><a href="#applicationcache">ApplicationCache</a></code> singleton of the <a href="#cache-host">cache
- host</a> the <code><a href="#document">Document</a></code> for this entry, if there
- still is one, and append it to <var title="">task list</var>. The
- default action of this event must be, if the user agent
- <a href="#shows-caching-progress">shows caching progress</a>, the display of some sort of
- user interface indicating to the user that the user agent failed
- to save the application for offline use.</li>
+ <code><a href="#applicationcache">ApplicationCache</a></code> singleton of the
+ <code><a href="#document">Document</a></code> for this entry, if there still is one, and
+ append it to <var title="">task list</var>. The default action of
+ this event must be, if the user agent <a href="#shows-caching-progress">shows caching
+ progress</a>, the display of some sort of user interface
+ indicating to the user that the user agent failed to save the
+ application for offline use.</li>
<li><p>If <var title="">cache group</var> has an
<a href="#application-cache">application cache</a> whose <a href="#concept-appcache-completeness" title="concept-appcache-completeness">completeness flag</a> is
@@ -50357,13 +50357,13 @@
out, or the user cancels the download), or if the resource is
labeled with the "no-store" cache directive, then create a <a href="#concept-task" title="concept-task">task</a> to <a href="#fire-a-simple-event">fire a simple
event</a> that is cancelable named <code title="event-appcache-error"><a href="#event-appcache-error">error</a></code> at the
- <code><a href="#applicationcache">ApplicationCache</a></code> singleton of the <a href="#cache-host">cache
- host</a> the <code><a href="#document">Document</a></code> for this entry, if there
- still is one, and append it to <var title="">task list</var>.
- The default action of this event must be, if the user agent
- <a href="#shows-caching-progress">shows caching progress</a>, the display of some sort of
- user interface indicating to the user that the user agent failed
- to save the application for offline use.</p>
+ <code><a href="#applicationcache">ApplicationCache</a></code> singleton of the
+ <code><a href="#document">Document</a></code> for this entry, if there still is one, and
+ append it to <var title="">task list</var>. The default action
+ of this event must be, if the user agent <a href="#shows-caching-progress">shows caching
+ progress</a>, the display of some sort of user interface
+ indicating to the user that the user agent failed to save the
+ application for offline use.</p>
<p>Otherwise, associate the <code><a href="#document">Document</a></code> for this entry
with <var title="">cache</var>; store the resource for this
Received on Wednesday, 1 February 2012 00:57:30 UTC