[html5] r1290 - /
whatwg at whatwg.org
whatwg at whatwg.org
Fri Feb 29 12:40:48 PST 2008
Author: ianh
Date: 2008-02-29 12:40:47 -0800 (Fri, 29 Feb 2008)
New Revision: 1290
Modified:
index
source
Log:
[o] (2) ProcessingInstructions in innerHTML
Modified: index
===================================================================
--- index 2008-02-29 20:16:08 UTC (rev 1289)
+++ index 2008-02-29 20:40:47 UTC (rev 1290)
@@ -43853,6 +43853,18 @@
HYPHEN-MINUS, U+003E GREATER-THAN SIGN).</p>
<dt>If <var title="">current node</var> is a <code
+ title="">ProcessingInstruction</code>
+
+ <dd>
+ <p>Append the literal string <code><?</code> (U+003C LESS-THAN
+ SIGN, U+003F QUESTION MARK), followed by the value of <var
+ title="">current node</var>'s <code title="">target</code> DOM
+ attribute, followed by a single U+0020 SPACE character, followed by
+ the value of <var title="">current node</var>'s <code
+ title="">data</code> DOM attribute, followed by a single U+003E
+ GREATER-THAN SIGN character ('>').</p>
+
+ <dt>If <var title="">current node</var> is a <code
title="">DocumentType</code>
<dd>
Modified: source
===================================================================
--- source 2008-02-29 20:16:08 UTC (rev 1289)
+++ source 2008-02-29 20:40:47 UTC (rev 1290)
@@ -41195,6 +41195,23 @@
</dd>
+ <dt>If <var title="">current node</var> is a <code
+ title="">ProcessingInstruction</code></dt>
+
+ <dd>
+
+ <p>Append the literal string <code><?</code> (U+003C
+ LESS-THAN SIGN, U+003F QUESTION MARK), followed by the value
+ of <var title="">current node</var>'s <code
+ title="">target</code> DOM attribute, followed by a single
+ U+0020 SPACE character, followed by the value of <var
+ title="">current node</var>'s <code title="">data</code> DOM
+ attribute, followed by a single U+003E GREATER-THAN SIGN
+ character ('>').</p>
+
+ </dd>
+
+
<dt>If <var title="">current node</var> is a <code title="">DocumentType</code></dt>
<dd>
More information about the Commit-Watchers
mailing list