[Bug 13769] WF3: Add trim="" attribute to <textarea>, <input type=text/search>, <form>, and <fieldset> (applying to all contained fields of appropriate types) that strips leading and trailing whitespace from the value

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

--- Comment #27 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-10-06 00:29:01 UTC ---
Trimming from the start of <textarea> seems dangerous, as it might change the
meaning of the value (consider, e.g., a use pasting in some python code).

Could you elaborate on the use case for trim="" on <fieldset>?

-- 
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 Thursday, 6 October 2011 00:29:10 UTC