[Bug 17835] The directionality of a textarea should be determined based on its parent if its value does not have any strong characters

https://www.w3.org/Bugs/Public/show_bug.cgi?id=17835

--- Comment #5 from Ian 'Hixie' Hickson <ian@hixie.ch> ---
The directionality of <textarea> basically determines only the directionality
sent in form submission (if dirname="" is given) and the directionality of the
title="" tooltip and placeholder="" message.

I'm fine with defaulting to inherited if the element is strictly empty, but
then shouldn't we also do that for regular elements with dir=auto?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Saturday, 29 December 2012 07:45:26 UTC