[html5] r849 - /

whatwg at whatwg.org whatwg at whatwg.org
Thu May 31 18:01:13 PDT 2007


Author: ianh
Date: 2007-05-31 18:01:12 -0700 (Thu, 31 May 2007)
New Revision: 849

Modified:
   index
   source
Log:
[e] (0) add link to the script section from this issue

Modified: index
===================================================================
--- index	2007-05-31 23:54:10 UTC (rev 848)
+++ index	2007-06-01 01:01:12 UTC (rev 849)
@@ -22,7 +22,7 @@
 
    <h1 id=html-5>HTML 5</h1>
 
-   <h2 class="no-num no-toc" id=working>Working Draft — 31 May 2007</h2>
+   <h2 class="no-num no-toc" id=working>Working Draft — 1 June 2007</h2>
 
    <p>You can take part in this work. <a
     href="http://www.whatwg.org/mailing-list">Join the working group's
@@ -26118,7 +26118,10 @@
    fired on a Document that is no longer the active document of its browsing
    context, and for Documents that have no browsing context. Do the events
    fire? Do the handlers in that document not fire? Do we just define
-   scripting to be disabled when the document isn't active?
+   scripting to be disabled when the document isn't active, with events still
+   running as is? See also the <code><a href="#script1">script</a></code>
+   element section, which says scripts don't run when the document isn't
+   active.
 
   <h5 id=event-handler-attributes><span class=secno>4.9.5.1. </span>Event
    handler attributes</h5>

Modified: source
===================================================================
--- source	2007-05-31 23:54:10 UTC (rev 848)
+++ source	2007-06-01 01:01:12 UTC (rev 849)
@@ -873,6 +873,7 @@
            attribute DOMString <span title="dom-document-domain">domain</span>;
   readonly attribute DOMString <span title="dom-document-referrer">referrer</span>;
            attribute DOMString <span title="dom-document-cookie">cookie</span>;
+           attribute DOMString <span title="dom-dir">dir</span>;
 
   // <span>DOM tree accessors</span>
            attribute DOMString <span title="dom-document-title">title</span>;
@@ -5041,6 +5042,11 @@
   the CSS 'direction' and 'unicode-bidi' properties, and defines
   rendering in terms of those properties.</p>
 
+  <p>The <dfn title="dom-dir"><code>dir</code></dfn> DOM attribute on
+  an element must <span>reflect</span> the <code
+  title="attr-dir">dir</code> content attribute of that element,
+  <span>limited to only known values</span>.</p>
+
   <p>The <dfn title="dom-dir"><code>dir</code></dfn> DOM attribute
   must <span>reflect</span> the <code title="attr-dir">dir</code>
   content attribute, <span>limited to only known values</span>.</p>
@@ -23609,7 +23615,9 @@
   its browsing context, and for Documents that have no browsing
   context. Do the events fire? Do the handlers in that document not
   fire? Do we just define scripting to be disabled when the document
-  isn't active?</p>
+  isn't active, with events still running as is? See also the
+  <code>script</code> element section, which says scripts don't run
+  when the document isn't active.</p>
 
   <h5 id="event-handler-attributes">Event handler attributes</h5>
 




More information about the Commit-Watchers mailing list