Skip to content

Commit

Permalink
[e] (0) add link to the script section from this issue
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@849 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 1, 2007
1 parent 24ab8b2 commit c0695d8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
7 changes: 5 additions & 2 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<h1 id=html-5>HTML 5</h1>

<h2 class="no-num no-toc" id=working>Working Draft &mdash; 31 May 2007</h2>
<h2 class="no-num no-toc" id=working>Working Draft &mdash; 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
Expand Down Expand Up @@ -26118,7 +26118,10 @@ JSURI: http://ietfreport.isoc.org/all-ids/draft-hoehrmann-javascript-scheme-00.t
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>
Expand Down
10 changes: 9 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down Expand Up @@ -5041,6 +5042,11 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
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>
Expand Down Expand Up @@ -23609,7 +23615,9 @@ JSURI: http://ietfreport.isoc.org/all-ids/draft-hoehrmann-javascript-scheme-00.t
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>

Expand Down

0 comments on commit c0695d8

Please sign in to comment.