Feature #39175
buttons.table.enableHandles ( rtehtmlarea 4.7.1)
| Status: | New | Start date: | 2012-07-22 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | rtehtmlarea | |||
| Target version: | - | |||
| TYPO3 Version: | 4.7 | Complexity: | ||
| PHP Version: | ||||
| Votes: | 0 |
Description
hello,
after resizing a table, the values for the size look like <table height="177" width="342">. It seems that this is not valid html5. The w3c-validator shows "Attribute height not allowed on element table at this point.", respectively "The width attribute on the table element is obsolete. Use CSS instead."
it would be nice to improve this very usefull handeles-feature.
btw: Using the table-operations-dialogues i get the wanted style-attributes <table style="width: 342px; height: 177;">
thanks