[TYPO3-core] RFC: Bugfix #13252: default CSS only loadable for media screen / changed behaviour in 4.3
Steffen Gebert
steffen at steffen-gebert.de
Thu Jan 21 22:18:43 CET 2010
Hi Ralf,
> Summary of the change of behaviour: Most CSS styles are now by default
> only valid for media screen, whereas in TYPO3 4.2 they would've been
> implicitly valid for all media.
> This affects:
> - CSS from TYPO3 Core+extensions if TS config.inlineStyle2TempFile is set
> - CSS included by TS page.includeCSS and page.stylesheet
Thanks for taking care! This is a great annoyance, as @media doesn't work
in the stylesheets (not sure, if this only happens with EXT:scriptmerger
or even without).
At least media screen by default is the wrong value!
> Add the new TS properties as described for page.includeCSS to TS
> properties page.stylesheet and config.inlineStyle2TempFile and set the
> default to media 'all' for the 3 properties.
Isn't it possible without adding new properties?
Steffen
More information about the TYPO3-team-core
mailing list