- From: <bugzilla@jessica.w3.org>
- Date: Thu, 23 Aug 2012 02:33:08 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=18645
Dominic Cooney <dominicc@chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dominicc@chromium.org
--- Comment #3 from Dominic Cooney <dominicc@chromium.org> 2012-08-23 02:33:07 UTC ---
I think <select> should not have an insertion point. The spec should be amended
to treat it along with input, etc.
The spec should ensure that:
<select>
{SR}
<option>Asparagus
<content>
<option>Banana
<option>Pear
should render "Asparagus", and not a select box (and definitely not a select
box with Asparagus, Banana, Pear.) The reason being that the selectedIndex of
Asparagus does not make sense. Asparagus is not in the data model of the select
element.
--
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Thursday, 23 August 2012 02:33:10 UTC