[Bug 10821] i18n comment 17 : setting input and textarea element direction through browser UI should set the dir attribute and trigger oninput event

http://www.w3.org/Bugs/Public/show_bug.cgi?id=10821

--- Comment #35 from Ian 'Hixie' Hickson <ian@hixie.ch> 2010-11-10 17:30:18 UTC ---
Using 'input' to trigger the revalidation code makes sense. I'll use that.

So in summary, the change here is to require that dir="" on the element get
mutated when the user uses a UI that changes the writing direction of a text
field, and that the 'input' event be fired (async) when that happens.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 10 November 2010 17:30:20 UTC