[Webkit-unassigned] [Bug 121673] New: CSS Media type property is not working when adding type within <style> tag
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 20 05:27:05 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=121673
Summary: CSS Media type property is not working when adding
type within <style> tag
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Windows 7
Status: UNCONFIRMED
Severity: Major
Priority: P1
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: suneshgopinath at gmail.com
CC: jose.lejin at gmail.com
Add the following code in the html and check for the color displayed.
<style type="text/css" media="tv">
body { background-color:red; }
</style>
The above code doesn't work.
When i try with the below code, it'works.
<style Type= "text/css">
@media tv {
body{
background-color:red;
}
}
</style>
--
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