[html5] r3465 - [e] (0) Mark non-normative IDL blocks to aid automation of IDL processing.
whatwg at whatwg.org
whatwg at whatwg.org
Sat Jul 25 20:29:21 PDT 2009
Author: ianh
Date: 2009-07-25 20:29:19 -0700 (Sat, 25 Jul 2009)
New Revision: 3465
Modified:
index
source
Log:
[e] (0) Mark non-normative IDL blocks to aid automation of IDL processing.
Modified: index
===================================================================
--- index 2009-07-26 03:28:09 UTC (rev 3464)
+++ index 2009-07-26 03:29:19 UTC (rev 3465)
@@ -1389,7 +1389,7 @@
<p class=warning>This is a warning.</p>
- <pre class=idl>interface <dfn title="">Example</dfn> {
+ <pre class="idl extract">interface <dfn title="">Example</dfn> {
// this is an IDL definition
};</pre>
@@ -4659,7 +4659,7 @@
attributes</dfn> will have seven attributes with the following
definitions:</p>
-<pre class=idl>
+<pre class="idl extract">
attribute DOMString <a href=#dom-uda-protocol title=dom-uda-protocol>protocol</a>;
attribute DOMString <a href=#dom-uda-host title=dom-uda-host>host</a>;
attribute DOMString <a href=#dom-uda-hostname title=dom-uda-hostname>hostname</a>;
@@ -54803,7 +54803,7 @@
the following members in their DOM interfaces for handling their
text selection:</p>
- <pre class=idl> void <a href=#dom-textarea/input-select title=dom-textarea/input-select>select</a>();
+ <pre class="idl extract"> void <a href=#dom-textarea/input-select title=dom-textarea/input-select>select</a>();
attribute unsigned long <a href=#dom-textarea/input-selectionstart title=dom-textarea/input-selectionStart>selectionStart</a>;
attribute unsigned long <a href=#dom-textarea/input-selectionend title=dom-textarea/input-selectionEnd>selectionEnd</a>;
void <a href=#dom-textarea/input-setselectionrange title=dom-textarea/input-setSelectionRange>setSelectionRange</a>(in unsigned long start, in unsigned long end);</pre>
Modified: source
===================================================================
--- source 2009-07-26 03:28:09 UTC (rev 3464)
+++ source 2009-07-26 03:29:19 UTC (rev 3465)
@@ -375,7 +375,7 @@
<p class="warning">This is a warning.</p>
- <pre class="idl">interface <dfn title="">Example</dfn> {
+ <pre class="idl extract">interface <dfn title="">Example</dfn> {
// this is an IDL definition
};</pre>
@@ -4284,7 +4284,7 @@
attributes</dfn> will have seven attributes with the following
definitions:</p>
-<pre class="idl">
+<pre class="idl extract">
attribute DOMString <span title="dom-uda-protocol">protocol</span>;
attribute DOMString <span title="dom-uda-host">host</span>;
attribute DOMString <span title="dom-uda-hostname">hostname</span>;
@@ -64150,7 +64150,7 @@
the following members in their DOM interfaces for handling their
text selection:</p>
- <pre class="idl"> void <span title="dom-textarea/input-select">select</span>();
+ <pre class="idl extract"> void <span title="dom-textarea/input-select">select</span>();
attribute unsigned long <span title="dom-textarea/input-selectionStart">selectionStart</span>;
attribute unsigned long <span title="dom-textarea/input-selectionEnd">selectionEnd</span>;
void <span title="dom-textarea/input-setSelectionRange">setSelectionRange</span>(in unsigned long start, in unsigned long end);</pre>
More information about the Commit-Watchers
mailing list