Title: [242389] trunk/Source/WebCore
Revision
242389
Author
dba...@webkit.org
Date
2019-03-04 13:57:52 -0800 (Mon, 04 Mar 2019)

Log 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):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (242388 => 242389)


--- trunk/Source/WebCore/ChangeLog	2019-03-04 21:53:55 UTC (rev 242388)
+++ trunk/Source/WebCore/ChangeLog	2019-03-04 21:57:52 UTC (rev 242389)
@@ -1,3 +1,14 @@
+2019-03-04  Daniel Bates  <daba...@apple.com>
+
+        [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):
+
 2019-03-04  Joseph Pecoraro  <pecor...@apple.com>
 
         ITMLKit Inspector: Data Bindings / Associated Data for nodes

Modified: trunk/Source/WebCore/css/html.css (242388 => 242389)


--- trunk/Source/WebCore/css/html.css	2019-03-04 21:53:55 UTC (rev 242388)
+++ trunk/Source/WebCore/css/html.css	2019-03-04 21:57:52 UTC (rev 242389)
@@ -680,8 +680,8 @@
     -webkit-line-break: after-white-space;
 
     /* On iOS we want to inherit the left and right padding for consistency with
-     other form controls (e.g. <input type="text">). We want to use override the
-     top and bottom padding to ensure we have a symmetric look for text areas. */
+     other form controls (e.g. <input type="text">). We want to override the top
+     and bottom padding to ensure we have a symmetric look for text areas. */
     padding-top: 2px;
     padding-bottom: 2px;
 #endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to