Bug #32163
closed@charset must be lowercase in CSS
100%
Description
In file
sysext/Form/Resources/Public/CSS/Form.css
the first line is
@CHARSET "UTF-8";
but it must be:
@charset "UTF-8";
rule: http://www.w3.org/TR/CSS21/syndata.html#charset
I noticed the problem because scriptmerger does look for @charset in lowercase only when merging css
Updated by Mr. Jenkins almost 13 years ago
- Status changed from New to Under Review
Patch set 1 of change I71436dfd4a74da8ee5592e6755565d96d160d1fe has been pushed to the review server.
It is available at http://review.typo3.org/6979
Updated by Markus Klein almost 13 years ago
Thanks for reporting this Jan!
Good catch.
Also found an instance in the stylesheet for the Installer.
Updated by Markus Klein almost 13 years ago
Note for the backports: Forms are only available 4.6+, so this has to be removed for the lower versions.
Updated by Gerrit Code Review almost 13 years ago
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/7348
Updated by Gerrit Code Review almost 13 years ago
Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at http://review.typo3.org/7350
Updated by Markus Klein almost 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 6567cb51c1a022780ae2b64168140f72419d1ebb.
Updated by Gerrit Code Review almost 13 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_4-4 has been pushed to the review server.
It is available at http://review.typo3.org/7351
Updated by Markus Klein almost 13 years ago
- Status changed from Under Review to Resolved
Applied in changeset f3d7d6644ea36d86eff81352535e37e34f6540da.