This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 5891 - Embedded style elements should be merged before checking STYLE_SHEETS_USE test
Summary: Embedded style elements should be merged before checking STYLE_SHEETS_USE test
Status: RESOLVED FIXED
Alias: None
Product: mobileOK Basic checker
Classification: Unclassified
Component: Java Library (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Abel Rionda
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-22 10:04 UTC by fd
Modified: 2008-07-28 11:37 UTC (History)
0 users

See Also:


Attachments

Description fd 2008-07-22 10:04:17 UTC
[already raised on the public-mobileok-checker mailing-list, adding this for tracking purpose here]

Description
-----------
The STYLE_SHEETS_USE-4 message should apply on the embedded CSS Styles taken as a whole. In other words, the following should not trigger the WARN, because the first style element contains some styles that apply to all media types.

 <style type="text/css">body { color:green; }</style>
 <style type="text/css">@media tv { body { color: red; } }</style>


In the test suite
-----------------
 STYLE_SHEETS_USE 9