[html5] r856 - /
whatwg at whatwg.org
whatwg at whatwg.org
Fri Jun 1 15:15:25 PDT 2007
Author: ianh
Date: 2007-06-01 15:15:21 -0700 (Fri, 01 Jun 2007)
New Revision: 856
Modified:
index
source
Log:
[e] (0) Move the definition of document.dir around.
Modified: index
===================================================================
--- index 2007-06-01 21:46:06 UTC (rev 855)
+++ index 2007-06-01 22:15:21 UTC (rev 856)
@@ -2373,11 +2373,11 @@
attribute DOMString <a href="#domain" title=dom-document-domain>domain</a>;
readonly attribute DOMString <a href="#referrer" title=dom-document-referrer>referrer</a>;
attribute DOMString <a href="#cookie0" title=dom-document-cookie>cookie</a>;
- attribute DOMString <a href="#dir1" title=dom-document-dir>dir</a>;
readonly attribute DOMString <a href="#lastmodified" title=dom-document-lastModified>lastModified</a>;
// <a href="#dom-tree0">DOM tree accessors</a>
attribute DOMString <a href="#document.title" title=dom-document-title>title</a>;
+ attribute DOMString <a href="#dir1" title=dom-document-dir>dir</a>;
attribute <a href="#htmlelement">HTMLElement</a> <a href="#body" title=dom-document-body>body</a>;
readonly attribute <a href="#htmlcollection0">HTMLCollection</a> <a href="#images0" title=dom-document-images>images</a>;
<!-- readonly attribute <span>HTMLCollection</span> <span title="dom-document-applets">applets</span>;
@@ -2558,11 +2558,6 @@
files. If the last modification date and time are not known, the attribute
must return the string <code title="">01/01/1970 00:00:00</code>.
- <p class=note>The <code title=dom-document-dir->dir</code> attribute on the
- <code><a href="#htmldocument">HTMLDocument</a></code> interface is defined
- along with the <code title=attr-dir><a href="#dir">dir</a></code> content
- attribute.
-
<h3 id=elements><span class=secno>2.2. </span>Elements</h3>
<p>The nodes representing <a href="#html-elements">HTML elements</a> in the
@@ -3400,6 +3395,12 @@
> optional tag name.
-->
+ <p class=note>The <code title=dom-document-dir><a
+ href="#dir1">dir</a></code> attribute on the <code><a
+ href="#htmldocument">HTMLDocument</a></code> interface is defined along
+ with the <code title=attr-dir><a href="#dir">dir</a></code> content
+ attribute.
+
<h3 id=dynamic><span class=secno>2.5. </span><dfn id=dynamic2>Dynamic
markup insertion</dfn></h3>
Modified: source
===================================================================
--- source 2007-06-01 21:46:06 UTC (rev 855)
+++ source 2007-06-01 22:15:21 UTC (rev 856)
@@ -873,11 +873,11 @@
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-document-dir">dir</span>;
readonly attribute DOMString <span title="dom-document-lastModified">lastModified</span>;
// <span>DOM tree accessors</span>
attribute DOMString <span title="dom-document-title">title</span>;
+ attribute DOMString <span title="dom-document-dir">dir</span>;
attribute <span>HTMLElement</span> <span title="dom-document-body">body</span>;
readonly attribute <span>HTMLCollection</span> <span title="dom-document-images">images</span>;
<!-- readonly attribute <span>HTMLCollection</span> <span title="dom-document-applets">applets</span>;
@@ -1066,13 +1066,7 @@
<code title="">01/01/1970 00:00:00</code>.</p>
- <p class="note">The <code title="dom-document-dir-">dir</code>
- attribute on the <code>HTMLDocument</code> interface is defined
- along with the <code title="attr-dir">dir</code> content
- attribute.</p>
-
-
<h3>Elements</h3>
<p>The nodes representing <span>HTML elements</span> in the DOM must
@@ -1926,8 +1920,13 @@
> optional tag name.
-->
+ <p class="note">The <code title="dom-document-dir">dir</code>
+ attribute on the <code>HTMLDocument</code> interface is defined
+ along with the <code title="attr-dir">dir</code> content
+ attribute.</p>
+
<h3><dfn>Dynamic markup insertion</dfn></h3>
<p>The <code title="dom-document-write">document.write()</code>
More information about the Commit-Watchers
mailing list