Project

General

Profile

Actions

Bug #61805

closed

itemscope, itemtype, itemprop not working in span tag

Added by Stephan Bauer over 9 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
Start date:
2014-09-23
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

itemscope, itemtype, itemprop are working in <p> tag but not <span> although they are configure in 'span.allowedAttribs' in res/*proc*/pageTSConfig.txt.

Strange thing is that they are working in <b>, <i> and so on and the configuration for these tag is copied from 'span.allowedAttribs'.
If I'm deleting one of the attribs from 'span.allowedAttribs' the attrib gets deleted from e.g. <b> but not from <span>.

If I'm deleting attribs from span.allowedAttribs in file res/*style*/pageTSConfig.txt the attribs gets deleted but adding itemscope, itemtype, itemprop does not prevent deleting of these attribs.

List of attribs tested:
id="test" title="test" dir="test" lang="de" itemscope="addressLocality" itemtype="addressLocality" itemprop="addressLocality" xml:lang="de"

Actions

Also available in: Atom PDF