[Webkit-unassigned] [Bug 149911] document.execCommand() should not count as a "user edit" for the purposes of ValidityState.tooLong

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 8 02:39:30 PDT 2015


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

--- Comment #1 from Ryosuke Niwa <rniwa at webkit.org> ---
The test is broken.

execCommand is an unspec'ed feature, and only Blink and WebKit allows deletion inside input and textarea elements.

All other browsers are passing the test case because execCommand doesn't do anything in those browsers.

We need to fix the W3C test instead.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151008/b2bbfaf4/attachment.html>


More information about the webkit-unassigned mailing list