[Webkit-unassigned] [Bug 81196] IETC HTML5: verify HTMLDataListElement - instanceof HTMLDataListElement fails.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 22 13:42:25 PDT 2012


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





--- Comment #13 from alexander farkas <info at corrupt-system.de>  2012-04-22 13:42:24 PST ---
This issue is more important than just for consistency. Due to the fact, that Safari still reports true on ('list' in document.createElement('input')) and gives a false positive for feature detection. Testing for the global HTMLDataListElement has become the famoust feature detection to distinguish between input[list]/datalist supporting browsers and none supporting browsers. This is also part of Modernizr.

So it is cruical to implement this property as soon as a basic datalist including UI is implemented.

@tkent
Currently Chrome "20.0.1113.0 canary" returns a false negative for datalist. Should I fill an issue in the Chrome bugtracker?

-- 
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