[html5] r7371 - [e] (0) Introduce a /page showing/ flag to be used in future checkins. Affected [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Sep 18 15:02:33 PDT 2012


Author: ianh
Date: 2012-09-18 15:02:32 -0700 (Tue, 18 Sep 2012)
New Revision: 7371

Modified:
   complete.html
   index
   source
Log:
[e] (0) Introduce a /page showing/ flag to be used in future checkins.
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-09-18 21:33:27 UTC (rev 7370)
+++ complete.html	2012-09-18 22:02:32 UTC (rev 7371)
@@ -71767,8 +71767,9 @@
   <div class=impl>
 
   <p>A <code><a href=#document>Document</a></code> has a <dfn id=concept-document-salvageable title=concept-document-salvageable><var>salvageable</var></dfn>
-  state, which must initially be true, and a <dfn id=fired-unload>fired unload</dfn>
-  flag, which must initially be false.</p>
+  state, which must initially be true, a <dfn id=fired-unload>fired unload</dfn> flag,
+  which must initially be false, and a <dfn id=page-showing>page showing</dfn> flag,
+  which must initially be false.</p>
 
   <p><a href=#event-loop title="event loop">Event loops</a> have a
   <dfn id=termination-nesting-level>termination nesting level</dfn> counter, which must initially

Modified: index
===================================================================
--- index	2012-09-18 21:33:27 UTC (rev 7370)
+++ index	2012-09-18 22:02:32 UTC (rev 7371)
@@ -71767,8 +71767,9 @@
   <div class=impl>
 
   <p>A <code><a href=#document>Document</a></code> has a <dfn id=concept-document-salvageable title=concept-document-salvageable><var>salvageable</var></dfn>
-  state, which must initially be true, and a <dfn id=fired-unload>fired unload</dfn>
-  flag, which must initially be false.</p>
+  state, which must initially be true, a <dfn id=fired-unload>fired unload</dfn> flag,
+  which must initially be false, and a <dfn id=page-showing>page showing</dfn> flag,
+  which must initially be false.</p>
 
   <p><a href=#event-loop title="event loop">Event loops</a> have a
   <dfn id=termination-nesting-level>termination nesting level</dfn> counter, which must initially

Modified: source
===================================================================
--- source	2012-09-18 21:33:27 UTC (rev 7370)
+++ source	2012-09-18 22:02:32 UTC (rev 7371)
@@ -83883,8 +83883,9 @@
 
   <p>A <code>Document</code> has a <dfn
   title="concept-document-salvageable"><var>salvageable</var></dfn>
-  state, which must initially be true, and a <dfn>fired unload</dfn>
-  flag, which must initially be false.</p>
+  state, which must initially be true, a <dfn>fired unload</dfn> flag,
+  which must initially be false, and a <dfn>page showing</dfn> flag,
+  which must initially be false.</p>
 
   <p><span title="event loop">Event loops</span> have a
   <dfn>termination nesting level</dfn> counter, which must initially




More information about the Commit-Watchers mailing list