Bug #40501
closedCSS-File in typo3config uses capitalized Tag-Selectors
100%
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.
Updated by anybody no-lastname-given about 12 years ago
By the way: the content element "text with picture" does not support centralized pictures, they are all on the left side with XML-Parser
Updated by anybody no-lastname-given about 12 years ago
At stronger control of the CSS it seems to be a problem of the following sysext:
- tx_cssstyledcontent
- tx_indexedsearch
It should not be a strong problem to replace the capitalized markers by non capitalized ones for the next update of typo3
Updated by Patrick Broens over 11 years ago
- Status changed from New to Accepted
- Assignee set to Patrick Broens
Updated by Gerrit Code Review over 11 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20159
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20159
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-1 has been pushed to the review server.
It is available at https://review.typo3.org/20722
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/20723
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at https://review.typo3.org/20724
Updated by Patrick Broens over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f4db9a84f164099528dfb9d8044438f73447c903.