- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 01 Feb 2012 00:57:23 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv28772 Modified Files: Overview.html Log Message: Fix some typos or copypasta. (whatwg r6961) Index: Overview.html =================================================================== 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:24 UTC