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 7210 - CONTENT_FORMAT_SUPPORT-10 not returned when mime type is unknown
Summary: CONTENT_FORMAT_SUPPORT-10 not returned when mime type is unknown
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: fd
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-04 07:53 UTC by fd
Modified: 2009-08-04 09:47 UTC (History)
0 users

See Also:


Attachments

Description fd 2009-08-04 07:53:08 UTC
In the moki, an external stylesheet should be flagged as such with a type="external" attribute. The attribute does not appear when the mime type is unknown (and thus when the Checker does not try to decode the received content as CSS).
Comment 1 fd 2009-08-04 09:47:54 UTC
The type="external" attribute is now added by default in Resource.java.

Note that, in a perfect world, the attribute would not be specific to stylesheets, and type="external" would thus be the default value for any kind of content. Changes in XSLT tests would be required for that to be done though.