[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 #26 from Alexey Proskuryakov <ap@webkit.org> 2010-11-05 16:12:36 UTC ---
As mentioned in comment 12, WebKit implements the proposed behavior, and it
seems reasonable to me. A script can detect direction for <div contenteditable>
via DOM attributes (although not uniformly across browsers), so having such a
way for input and contenteditable only makes sense.

Firing oninput would seem strange though (I don't see any difference with e.g.
changing style to bold in contenteditable).

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

Received on Friday, 5 November 2010 16:12:44 UTC