Changes between Version 7 and Version 8 of EnableFormFeatures


Ignore:
Timestamp:
Feb 14, 2013 11:28:54 PM (11 years ago)
Author:
tkent@chromium.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EnableFormFeatures

    v7 v8  
    3939
    4040WebCore provides two UI types for them.
     41
     42* Chooser-only UI (no `ENABLE_INPUT_MULTIPLE_FIELDS_UI` flag)
     43   [[Image(chooser-only.png)]]
    4144* Multiple-fields UI (`ENABLE_INPUT_MULTIPLE_FIELDS_UI` flag)
    4245   [[Image(multiple-fields-example.png)]]
    43 * Chooser-only UI (no `ENABLE_INPUT_MULTIPLE_FIELDS_UI` flag)
    4446
    4547In the multiple-fields UI, users can specify values quickly with keyboard or mouse input. This UI is not suitable for mobile devices with touch input. Optionally we can provide platform-specific chooser dialog UI.