[Webkit-unassigned] [Bug 188878] [iOS] Support the inputmode attribute on contenteditable elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 23 11:50:13 PDT 2018


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

--- Comment #14 from Aditya Keerthi <akeerthi at apple.com> ---
(In reply to Ryosuke Niwa from comment #10)
> Comment on attachment 347898 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=347898&action=review
>
> > LayoutTests/fast/forms/inputmode-attribute.html:29
> > +shouldBe('textarea.inputMode = "tel"; textarea.inputMode', '"tel"');
> > +shouldBe('textarea.getAttribute("inputmode")', '"tel"');
> > +shouldBe('textarea.setAttribute("inputmode", "tel"); textarea.inputMode', '"tel"');
> > +shouldBe('editor.inputMode = "url"; editor.inputMode', '"url"');
> 
> We need to test every type on every element type.
> r- because of this reduces the test coverage and doesn't provide adequate
> amount of testing for content editable element support.

Added additional tests to increase test coverage.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180823/1d846995/attachment-0001.html>


More information about the webkit-unassigned mailing list