Re: <option> and text-align

On 1/19/11 9:56 AM, Aharon (Vladimir) Lanin wrote:
> Firefox behaves as if the option's default text-align is "start"

No, it really doesn't, if you're talking about the default specified 
value.  Simple testcase:

data:text/html,<select style="text-align: 
end"><option>a<option>bbbbb</select>

That said, none of your testcases set text-align, and Gecko currently 
inherits the "start" value as "start", so in fact everything on a page 
has a computed text-align of "start" by default.  Unless someone sets 
some text-align styles somewhere.

-Boris

Received on Wednesday, 19 January 2011 15:18:51 UTC