Changes between Initial Version and Version 1 of Ticket #22175, comment 9
- Timestamp:
- 11/06/12 17:54:04 (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22175, comment 9
initial v1 1 1 Did some more research about old/obsolete HTML3 attributes. They only work if the element has no css styling. On top of that some obsolete attributes are ignored as soon as any css styling is applied, even when there is no direct css style that replaces them. 2 2 3 In that terms we are not talking about " notloosing data" but rather about preserving obsolete code that introduces inconsistencies.3 In that terms we are not talking about "loosing data" but rather about preserving obsolete code that introduces inconsistencies. 4 4 5 5 Since tables were used mostly for layout, the behaviour of obsolete attributed is more consistent there. Perhaps they should be treated as special case. We can set TinyMCE to allow all HTML attributes on them.
