[TYPO3-dev] Bug or missing feature TYPO3 4.3 includeCSS media
    Steffen Gebert 
    steffen at steffen-gebert.de
       
    Thu Dec 17 13:21:45 CET 2009
    
    
  
Am 17.12.2009, 10:35 Uhr, schrieb Peter Russ <peter.russ at 4many.net>:
> As TSref read the media at includeCSS is optional.
> But TSpagegen, line 548 force media to be set otherwise it would be  
> rendered to 'screen':
> 								$GLOBALS['TSFE']->pSetup['includeCSS.'][$key . '.']['media'] ?  
> $GLOBALS['TSFE']->pSetup['includeCSS.'][$key . '.']['media'] : 'screen',
>
> As this is new I would expect to be set to 'all' as default and not  
> dedicated to screen.
I also stumbled over this problem last weekend.
@print { ... }
parts in my stylesheet aren't recognized, as the <link/> has  
media="screen".
You would get my +1
Steffen
    
    
More information about the TYPO3-dev
mailing list