[Bug 10823] i18n comment 19 : when an input value is remembered, its direction should be remembered too

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

--- Comment #2 from Aharon Lanin <aharon.lists.lanin@gmail.com> 2011-01-22 21:01:20 UTC ---
(In reply to comment #1)
> We definitely don't want session storage state memory mutating the
> DOM dynamically.

Why not? And anyway, it already does so when it sets the input/textarea's
value/content.

> In any case, that's unlikely to ever come up, since the page
> isn't likely to have a different dir="" attribute than it did when the user
> filled the form the first time.

It comes up all the time, when the user sets the control's direction via the UI
provided by the user agent, which sets the control's dir attribute (see bug
10821). All we are saying is that when the control gets re-populated with a
value the user provided in the past, it should be re-populated with the dir
that the user explicitly assigned to that value, if any.

-- 
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 Saturday, 22 January 2011 21:01:22 UTC