Title: [130598] trunk/Source/WebCore
- Revision
- 130598
- Author
- [email protected]
- Date
- 2012-10-07 07:22:02 -0700 (Sun, 07 Oct 2012)
Log Message
Use start instead of -webkit-auto in default and quirks mode stylesheets.
https://bugs.webkit.org/show_bug.cgi?id=98609
Patch by Glenn Adams <[email protected]> on 2012-10-07
Reviewed by Antti Koivisto.
Change text-align use of legacy '-webkit-auto' to 'start' in the few places where it is used
in default/quirks stylesheets.
No new tests. No change of rendering/styling behavior. No performance impact.
* css/html.css:
(input, textarea, keygen, select, button, isindex):
(ruby > rt):
* css/quirks.css:
(table):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (130597 => 130598)
--- trunk/Source/WebCore/ChangeLog 2012-10-07 14:16:34 UTC (rev 130597)
+++ trunk/Source/WebCore/ChangeLog 2012-10-07 14:22:02 UTC (rev 130598)
@@ -1,3 +1,21 @@
+2012-10-07 Glenn Adams <[email protected]>
+
+ Use start instead of -webkit-auto in default and quirks mode stylesheets.
+ https://bugs.webkit.org/show_bug.cgi?id=98609
+
+ Reviewed by Antti Koivisto.
+
+ Change text-align use of legacy '-webkit-auto' to 'start' in the few places where it is used
+ in default/quirks stylesheets.
+
+ No new tests. No change of rendering/styling behavior. No performance impact.
+
+ * css/html.css:
+ (input, textarea, keygen, select, button, isindex):
+ (ruby > rt):
+ * css/quirks.css:
+ (table):
+
2012-10-06 Raul Hudea <[email protected]>
-webkit-clip-path should parse IRIs
Modified: trunk/Source/WebCore/css/html.css (130597 => 130598)
--- trunk/Source/WebCore/css/html.css 2012-10-07 14:16:34 UTC (rev 130597)
+++ trunk/Source/WebCore/css/html.css 2012-10-07 14:22:02 UTC (rev 130598)
@@ -410,7 +410,7 @@
text-indent: 0;
text-shadow: none;
display: inline-block;
- text-align: -webkit-auto;
+ text-align: start;
}
input[type="hidden"] {
@@ -1172,7 +1172,7 @@
ruby > rt {
display: block;
font-size: 50%;
- text-align: -webkit-auto;
+ text-align: start;
}
ruby > rp {
Modified: trunk/Source/WebCore/css/quirks.css (130597 => 130598)
--- trunk/Source/WebCore/css/quirks.css 2012-10-07 14:16:34 UTC (rev 130597)
+++ trunk/Source/WebCore/css/quirks.css 2012-10-07 14:22:02 UTC (rev 130598)
@@ -39,7 +39,7 @@
font-variant: normal;
font-style: normal;
color: -webkit-text;
- text-align: -webkit-auto
+ text-align: start;
}
/* This will apply only to text fields, since all other inputs already use border box sizing */
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes