[html5] r974 - /
whatwg at whatwg.org
whatwg at whatwg.org
Mon Aug 6 11:04:50 PDT 2007
Author: ianh
Date: 2007-08-06 11:04:49 -0700 (Mon, 06 Aug 2007)
New Revision: 974
Modified:
index
source
Log:
[e] (0) adding notes for menu construction.
Modified: index
===================================================================
--- index 2007-08-06 17:48:51 UTC (rev 973)
+++ index 2007-08-06 18:04:49 UTC (rev 974)
@@ -22003,6 +22003,14 @@
<dd><a href="#ignored">Ignore</a> the node.
</dl>
+ <p class=issue>We should support <code>label</code> in the algorithm above
+ -- just iterate through the contents like with <code><a
+ href="#li">li</a></code>, to support <code>input</code> elements in
+ <code>label</code> elements. Also, <code>optgroup</code> elements without
+ labels should be ignored (maybe? or at least should say they have no label
+ so that they are dropped below), and <code>select</code> elements inside
+ <code>label</code> elements may need special processing.
+
<p>Once all the nodes have been processed as described above, the user
agent must the post-process the menu as follows:
Modified: source
===================================================================
--- source 2007-08-06 17:48:51 UTC (rev 973)
+++ source 2007-08-06 18:04:49 UTC (rev 974)
@@ -19628,6 +19628,15 @@
</dl>
+ <p class="issue">We should support <code>label</code> in the
+ algorithm above -- just iterate through the contents like with
+ <code>li</code>, to support <code>input</code> elements in
+ <code>label</code> elements. Also, <code>optgroup</code> elements
+ without labels should be ignored (maybe? or at least should say they
+ have no label so that they are dropped below), and
+ <code>select</code> elements inside <code>label</code> elements may
+ need special processing.</p>
+
<p>Once all the nodes have been processed as described above, the
user agent must the post-process the menu as follows:</p>
More information about the Commit-Watchers
mailing list