- From: poot <cvsmail@w3.org>
- Date: Wed, 17 Feb 2010 18:39:30 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: typos (whatwg r4756) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3803&r2=1.3804&f=h http://html5.org/tools/web-apps-tracker?from=4755&to=4756 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3803 retrieving revision 1.3804 diff -u -d -r1.3803 -r1.3804 --- Overview.html 17 Feb 2010 08:48:48 -0000 1.3803 +++ Overview.html 17 Feb 2010 09:39:14 -0000 1.3804 @@ -40704,8 +40704,9 @@ context</a> is its <dfn id="session-history">session history</dfn>.<p><code><a href="#history-0">History</a></code> objects provide a representation of the pages in the session history of <a href="#browsing-context" title="browsing context">browsing contexts</a>. Each <a href="#browsing-context">browsing - context</a>, including <a href="#nested-browsing-context">nested browsing context</a>, has - a distinct session history.<p>Each <code><a href="#document">Document</a></code> object in a <a href="#browsing-context">browsing + context</a>, including <a href="#nested-browsing-context" title="nested browsing + context">nested browsing contexts</a>, has a distinct session + history.<p>Each <code><a href="#document">Document</a></code> object in a <a href="#browsing-context">browsing context</a>'s <a href="#session-history">session history</a> is associated with a unique instance of the <code><a href="#history-0">History</a></code> object, although they all must model the same underlying <a href="#session-history">session history</a>.<div class="impl"> @@ -42772,7 +42773,7 @@ <p>Only the newest <a href="#application-cache">application cache</a> in an <a href="#application-cache-group">application cache group</a> can have its <a href="#concept-appcache-completeness" title="concept-appcache-completeness">completeness flag</a> set to - <i>incomplete</i>, the others are always all <i>complete</i>.</p> + <i>incomplete</i>; the others are always all <i>complete</i>.</p> <p>Each <a href="#application-cache-group">application cache group</a> has an <dfn id="concept-appcache-status" title="concept-appcache-status">update status</dfn>, which is one of the following: <i>idle</i>, <i>checking</i>, <i>downloading</i>.</p>
Received on Wednesday, 17 February 2010 09:39:58 UTC