[html5] r4758 - [e] (0) Provide a domintro box for DOMHTMLImplementation. Fixing http://www.w3.o [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Feb 17 01:50:22 PST 2010


Author: ianh
Date: 2010-02-17 01:50:20 -0800 (Wed, 17 Feb 2010)
New Revision: 4758

Modified:
   complete.html
   index
   source
Log:
[e] (0) Provide a domintro box for DOMHTMLImplementation.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8926

Modified: complete.html
===================================================================
--- complete.html	2010-02-17 09:45:49 UTC (rev 4757)
+++ complete.html	2010-02-17 09:50:20 UTC (rev 4758)
@@ -7634,6 +7634,16 @@
 };
 <span>DOMImplementation</span> implements <a href=#domhtmlimplementation>DOMHTMLImplementation</a>;</pre>
 
+  <dl class=domintro><dt><var title="">document</var> = <var title="">document</var> . <code title=dom-document-implementation>implementation</code> . <code title=dom-DOMHTMLImplementation-createHTMLDocument><a href=#dom-domhtmlimplementation-createhtmldocument>createHTMLDocument</a></code>( <var title="">title</var> )</dt>
+   <dd>
+
+    <p>Returns a new <code><a href=#document>Document</a></code>, with a basic DOM already
+    constructed with an appropriate <code><a href=#the-title-element-0>title</a></code> element.</p>
+
+   </dd>
+
+  </dl><div class=impl>
+
   <p>The <dfn id=dom-domhtmlimplementation-createhtmldocument title=dom-DOMHTMLImplementation-createHTMLDocument><code>createHTMLDocument(<var title="">title</var>)</code></dfn> method, when invoked, must run the
   following steps:</p>
 
@@ -7665,8 +7675,12 @@
 
    <li><p>Return <var title="">doc</var>.</li>
 
-  </ol><h3 id=elements><span class=secno>3.2 </span>Elements</h3>
+  </ol></div>
 
+
+
+  <h3 id=elements><span class=secno>3.2 </span>Elements</h3>
+
   <h4 id=semantics-0><span class=secno>3.2.1 </span>Semantics</h4>
 
   <p>Elements, attributes, and attribute values in HTML are defined

Modified: index
===================================================================
--- index	2010-02-17 09:45:49 UTC (rev 4757)
+++ index	2010-02-17 09:50:20 UTC (rev 4758)
@@ -7533,6 +7533,16 @@
 };
 <span>DOMImplementation</span> implements <a href=#domhtmlimplementation>DOMHTMLImplementation</a>;</pre>
 
+  <dl class=domintro><dt><var title="">document</var> = <var title="">document</var> . <code title=dom-document-implementation>implementation</code> . <code title=dom-DOMHTMLImplementation-createHTMLDocument><a href=#dom-domhtmlimplementation-createhtmldocument>createHTMLDocument</a></code>( <var title="">title</var> )</dt>
+   <dd>
+
+    <p>Returns a new <code><a href=#document>Document</a></code>, with a basic DOM already
+    constructed with an appropriate <code><a href=#the-title-element-0>title</a></code> element.</p>
+
+   </dd>
+
+  </dl><div class=impl>
+
   <p>The <dfn id=dom-domhtmlimplementation-createhtmldocument title=dom-DOMHTMLImplementation-createHTMLDocument><code>createHTMLDocument(<var title="">title</var>)</code></dfn> method, when invoked, must run the
   following steps:</p>
 
@@ -7564,8 +7574,12 @@
 
    <li><p>Return <var title="">doc</var>.</li>
 
-  </ol><h3 id=elements><span class=secno>3.2 </span>Elements</h3>
+  </ol></div>
 
+
+
+  <h3 id=elements><span class=secno>3.2 </span>Elements</h3>
+
   <h4 id=semantics-0><span class=secno>3.2.1 </span>Semantics</h4>
 
   <p>Elements, attributes, and attribute values in HTML are defined

Modified: source
===================================================================
--- source	2010-02-17 09:45:49 UTC (rev 4757)
+++ source	2010-02-17 09:50:20 UTC (rev 4758)
@@ -7553,6 +7553,20 @@
 };
 <span>DOMImplementation</span> implements <span>DOMHTMLImplementation</span>;</pre>
 
+  <dl class="domintro">
+
+   <dt><var title="">document</var> = <var title="">document</var> . <code title="dom-document-implementation">implementation</code> . <code title="dom-DOMHTMLImplementation-createHTMLDocument">createHTMLDocument</code>( <var title="">title</var> )</dt>
+   <dd>
+
+    <p>Returns a new <code>Document</code>, with a basic DOM already
+    constructed with an appropriate <code>title</code> element.</p>
+
+   </dd>
+
+  </dl>
+
+  <div class="impl">
+
   <p>The <dfn
   title="dom-DOMHTMLImplementation-createHTMLDocument"><code>createHTMLDocument(<var
   title="">title</var>)</code></dfn> method, when invoked, must run the
@@ -7594,8 +7608,10 @@
 
   </ol>
 
+  </div>
 
 
+
   <h3>Elements</h3>
 
   <h4>Semantics</h4>




More information about the Commit-Watchers mailing list