I have gotten alot of requests to add projection and tv to my header stylesheet calls.
I think its a good idea, its a simple change that could help some viewers.
For example i see alot of this format in the OsTicket header
<link rel="stylesheet" href="<?php echo ROOT_PATH; ?>css/osticket.css?0375576" media="screen"/>
it would be a simple change to mod those lines to this format
<link rel="stylesheet" href="<?php echo ROOT_PATH; ?>css/osticket.css?0375576" media="screen, projection, tv"/>
Just a thought.. 🙂