WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
98126
Remove support for specifying -webkit-auto as text-align value.
https://bugs.webkit.org/show_bug.cgi?id=98126
Summary
Remove support for specifying -webkit-auto as text-align value.
Glenn Adams
Reported
2012-10-02 01:27:30 PDT
Now that start is returned as the default (initial) value of text-align (see
bug 79914
), support for use of the older -webkit-auto value should be removed.
Attachments
Add attachment
proposed patch, testcase, etc.
Ryosuke Niwa
Comment 1
2012-10-15 09:05:03 PDT
We should to make sure that -webkit-auto and start does the same thing. It didn't the last time I checked.
Glenn Adams
Comment 2
2012-10-15 18:13:10 PDT
(In reply to
comment #1
)
> We should to make sure that -webkit-auto and start does the same thing. It didn't the last time I checked.
As far as I can tell, there is no formatting/rendering difference, since they both map to ETextAlign::TASTART. The only difference I can determine is that if an author explicitly sets a specified style to -webkit-auto, then performing a query on that specified style will return -webkit-auto. However, when performing a query on the computed style, start is returned. By specified style I am referring to set/get on elt.style.textAlign. By computed style I am referring to get on getComputedStyle(elt).textAlign. If you believe there is some other difference, please let me know more detail.
Radar WebKit Bug Importer
Comment 3
2022-07-13 11:07:52 PDT
<
rdar://problem/96962670
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug