[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 08:11:18 PDT 2018


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

--- Comment #11 from Wenson Hsieh <wenson_hsieh at apple.com> ---
Comment on attachment 347898
  --> https://bugs.webkit.org/attachment.cgi?id=347898
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=347898&action=review

>> Source/WebCore/html/HTMLElement.h:113
>> +    void setInputMode(const AtomicString& value);
> 
> I don't think it makes much sense for these functions to take & return AtomicString
> since setInputMode does a case-insensitive comparison. Just use String instead.

(See: <https://bugs.webkit.org/show_bug.cgi?id=183621#c13>)

-- 
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/48e09918/attachment.html>


More information about the webkit-unassigned mailing list