Bug 23454 - Add WML <option>/<optgroup> support
Summary: Add WML <option>/<optgroup> support
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: XML (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nikolas Zimmermann
URL:
Keywords:
Depends on:
Blocks: 20393
  Show dependency treegraph
 
Reported: 2009-01-21 08:51 PST by Nikolas Zimmermann
Modified: 2009-01-22 20:20 PST (History)
1 user (show)

See Also:


Attachments
Initial patch (24.24 KB, patch)
2009-01-21 08:53 PST, Nikolas Zimmermann
staikos: review+
Details | Formatted Diff | Diff
Updated patch (25.72 KB, patch)
2009-01-22 13:59 PST, Nikolas Zimmermann
staikos: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolas Zimmermann 2009-01-21 08:51:13 PST
Create stub-implementations for WMLOptionElement/WMLOptGroupElement.
Stub-implementations, because the interessting functionality can be implemented, only of WMLSelectElement is also available.

The SelectElement abstraction, and the WMLSelectElement creation should be done in a follow-up patch.
Comment 1 Nikolas Zimmermann 2009-01-21 08:53:22 PST
Created attachment 26893 [details]
Initial patch
Comment 2 Nikolas Zimmermann 2009-01-21 09:12:13 PST
Comment on attachment 26893 [details]
Initial patch

Uploaded wrong patch, need to leave now - uploading correct one later -> clearing review flag.
Comment 3 Nikolas Zimmermann 2009-01-22 13:59:59 PST
Created attachment 26939 [details]
Updated patch
Comment 4 Nikolas Zimmermann 2009-01-22 20:20:47 PST
Landed in r40134.