[Webkit-unassigned] [Bug 121673] CSS Media type property is not working when adding type within <style> tag

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 12 22:38:45 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=121673





--- Comment #5 from Sunesh Chekkiyil <suneshgopinath at gmail.com>  2014-03-12 22:39:07 PST ---
If i use something like below, 

<style type="text/css" media="">
body { background-color:blue; }
</style>

with other three style tags for TV,screen,print as like in the attached test app, this executes the output for media="", doesn't check it's tv or screen. You can add this above code with the attached Test case application and try in Chrome also.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list