Closed (fixed)
Project:
Drupal core
Version:
4.6.0
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
24 May 2005 at 17:19 UTC
Updated:
7 Jun 2005 at 20:58 UTC
Jump to comment: Most recent file
This patch uses CSS formatting to format textboxes (as per XHTML standards) and removes the wrap artifact (which was no longer needed as of NS2.0 and IE4.0).
This patch uses "em" to format by character, this is backwards compatible with previous calls (give or take a few pixels).
Robin
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | xhtml_form__textarea_0.patch | 1.06 KB | robin monks |
| xhtml_form__textarea.patch | 1.53 KB | robin monks |
Comments
Comment #1
Thox commentedXHTML 1.0 Strict:
Removing the
rowsandcolsattributes is a terrible thing to do! That's making the validation problem worse - both are required.The only patch needed for textareas is to remove the
wrapattribute - which is invalid (and isn't neccessary since IE 4).Comment #2
robin monks commentedOh my, anyways:
Robin
Comment #3
dries commentedCommitted to HEAD. Thanks.
Comment #4
(not verified) commented