Changeset 242389 in webkit


Ignore:
Timestamp:
Mar 4, 2019 1:57:52 PM (5 years ago)
Author:
dbates@webkit.org
Message:

[iOS] Caret x-position in empty text area does not match text field
https://bugs.webkit.org/show_bug.cgi?id=195125
<rdar://problem/47161070>

Remove the word "use" in the added comment to make it read well.

  • css/html.css:

(textarea):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r242386 r242389  
     12019-03-04  Daniel Bates  <dabates@apple.com>
     2
     3        [iOS] Caret x-position in empty text area does not match text field
     4        https://bugs.webkit.org/show_bug.cgi?id=195125
     5        <rdar://problem/47161070>
     6
     7        Remove the word "use" in the added comment to make it read well.
     8
     9        * css/html.css:
     10        (textarea):
     11
    1122019-03-04  Joseph Pecoraro  <pecoraro@apple.com>
    213
  • trunk/Source/WebCore/css/html.css

    r242379 r242389  
    681681
    682682    /* On iOS we want to inherit the left and right padding for consistency with
    683      other form controls (e.g. <input type="text">). We want to use override the
    684      top and bottom padding to ensure we have a symmetric look for text areas. */
     683     other form controls (e.g. <input type="text">). We want to override the top
     684     and bottom padding to ensure we have a symmetric look for text areas. */
    685685    padding-top: 2px;
    686686    padding-bottom: 2px;
Note: See TracChangeset for help on using the changeset viewer.