Actions
Bug #40501
closedCSS-File in typo3config uses capitalized Tag-Selectors
Start date:
2012-09-01
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.7
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If you are using XHTML with the MIME-Type application/xhtml+xml the addtional temporal CSS stylesheet file (in /typo3temp) does not work, because all the selectors for the HTML-Tags are capitalized like
DIV.xyz {abc: def;}
So the XML-Parser does ignore these CSS instructions. If you are copying these instruction in another CSS stylesheet and correcting the selectors, it works again.
In the time of good editors there is no more reason for using capitalized tag selectors, which cause only incompatibilities.
Actions