[Webkit-unassigned] [Bug 47706] Add "in select" insertion mode to parser.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 15 00:42:08 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=47706


Adam Barth <abarth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #70815|review?, commit-queue?      |review-
               Flag|                            |




--- Comment #3 from Adam Barth <abarth at webkit.org>  2010-10-15 00:42:08 PST ---
(From update of attachment 70815)
>From the ASSERT, it looks like you'll need to parse a fragment.  Maybe try setting the innerHTML of an <option> element to "</select>" ?

<select>
 <option>xxx</option>
</select>

You might need to mix in some optgroup elements or something to see the difference between table scope and select scope.

r- for no test.  Tests for these sorts of changes are essential.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list