[TYPO3-core] RFC #14748: Span tags with multiple classes being removed by RTE transformation

Stanislas Rolland typo3 at sjbr.ca
Wed Jun 16 06:33:43 CEST 2010


Hi,

This is a SVN patch request.

Type:
Bugfix

Problem:
htmlparser option 'fixAttrib' allows to specify a list of admissible 
values for an attribute. The feature is used by the RTE transformation 
to remove any unallowed class from span and paragraph elements. However, 
if the element has multiple classes, the value will not be found in the 
list.

Solution:
In the case of the class attribute, the htmlparser should check if each 
class specified on the attribute is in the list of admissible values, 
and remove any non admissible value.

Bugtracker references:
http://bugs.typo3.org/view.php?id=14746

Branches:
trunk
TYPO3_4-3

Regards,
Stanislas
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: typo3core_bugfix_14748_trunk.patch
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100616/5e134830/attachment.txt>


More information about the TYPO3-team-core mailing list