Project

General

Profile

Actions

Bug #40501

closed

CSS-File in typo3config uses capitalized Tag-Selectors

Added by anybody no-lastname-given over 11 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Category:
Content Rendering
Target version:
-
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 #1

Updated by anybody no-lastname-given over 11 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

Actions #2

Updated by anybody no-lastname-given over 11 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

Actions #3

Updated by Patrick Broens almost 11 years ago

  • Status changed from New to Accepted
  • Assignee set to Patrick Broens
Actions #4

Updated by Gerrit Code Review almost 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

Actions #5

Updated by Gerrit Code Review almost 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

Actions #6

Updated by Gerrit Code Review almost 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

Actions #7

Updated by Gerrit Code Review almost 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

Actions #8

Updated by Gerrit Code Review almost 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

Actions #9

Updated by Patrick Broens almost 11 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #10

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF