Details
-
Improvement
-
Resolution: Fixed
-
Major
-
1.9 M1, 1.8.2
-
None
-
Unit
-
Unknown
-
Description
Right now it transforms <textarea></textarea> into <textarea/>. While this is valid XHTML we shouldn't do it for 2 reasons:
- It's more work and it's not required to generate valid XHTML
- some browsers don't support XHTML and we want our XHTML to work in HTML mode (for the most part).