Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stylesheet [media] types #5

Open
ryanve opened this issue Apr 25, 2013 · 1 comment
Open

stylesheet [media] types #5

ryanve opened this issue Apr 25, 2013 · 1 comment

Comments

@ryanve
Copy link
Owner

ryanve commented Apr 25, 2013

Action uses #2 stylesheets for mainly for maintainability and modularity. A positive side-effect is that the 2nd sheet is only loaded on applicable media types.

<link rel='stylesheet' href='/wp-content/themes/action/base.css'>
<link rel='stylesheet' href='/wp-content/themes/action/style.css' media='screen'>

Maybe [media="screen, projection, print, tv"] is appropriate but its hard to decide without access to other types. Which types should the theme include by default? Test media types and the demo site.

@ryanve
Copy link
Owner Author

ryanve commented Apr 25, 2013

airve.com/mq confirms that Opera full-screen uses "projection" and FF/IE8/Chrome full-screen use "screen". 2009 concurs.

ryanve added a commit that referenced this issue Apr 25, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant