[Bug 18645] [Shadow]: HTMLSelectElement should have an insertion point

https://www.w3.org/Bugs/Public/show_bug.cgi?id=18645

--- Comment #4 from Dimitri Glazkov <dglazkov@chromium.org> 2012-08-23 02:59:54 UTC ---
(In reply to comment #3)
> 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.

It can't render "Asparagus", since options are not rendered.

Can you explain the problem you're seeing with <select> having an insertion
point?

-- 
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:59:56 UTC