[Webkit-unassigned] [Bug 183621] Add support for the `inputmode` attribute

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 21 16:47:52 PDT 2018


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

Tim Horton <thorton at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #347720|review?                     |review+
              Flags|                            |

--- Comment #9 from Tim Horton <thorton at apple.com> ---
Comment on attachment 347720
  --> https://bugs.webkit.org/attachment.cgi?id=347720
Patch

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

> Tools/TestWebKitAPI/Tests/ios/KeyboardInputTestsIOS.mm:192
> +    NSArray *inputModes = @[ @"", @"text", @"tel", @"url", @"email", @"numeric", @"decimal", @"search" ];

Could create this from the dictionary with -allKeys. Except "" I guess... I dunno.

> Tools/TestWebKitAPI/Tests/ios/KeyboardInputTestsIOS.mm:203
> +    NSArray *inputTypesWithKeyboard = @[ @"text", @"password", @"search", @"email", @"tel", @"number", @"url" ];

Could create this from the dictionary with -allKeys

-- 
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/20180821/c3a49192/attachment.html>


More information about the webkit-unassigned mailing list