Actions
Bug #14171
closedXHTML compliance of FORM objects (attribute wrap)
Start date:
2004-05-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.8.0rc1
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Generated Forms contains always a wrap-attribute in the textarea-tag. But the w3c-validator says that's wrong.
So I patched the tslib to allow a "disabled" as wrap-parameter to disable the wrap-attribute in xhtml.
I created a patch-file and added it.
(issue imported from #M98)
Files
Updated by Robert Lemke over 20 years ago
That's true, the "wrap" property is no valid (X)HTML. We'll have to implement that somehow.
Updated by Martin Kutschker almost 20 years ago
Changed subject and raised severity.
I think 3.8 should really aim at complete xhtml compliance.
Updated by Martin Kutschker over 19 years ago
Uploaded a new patch which is like the first one but has an additional noWrapAttr-config for the whole form.
Actions