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 6799 - moki: the URI of external stylesheets is invalid
Summary: moki: the URI of external stylesheets is invalid
Status: RESOLVED FIXED
Alias: None
Product: mobileOK Basic checker
Classification: Unclassified
Component: Java Library (show other bugs)
Version: unspecified
Hardware: Other All
: P2 normal
Target Milestone: ---
Assignee: fd
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-10 12:20 UTC by fd
Modified: 2009-04-16 14:26 UTC (History)
0 users

See Also:


Attachments

Description fd 2009-04-10 12:20:37 UTC
For external stylesheets (<stylesheet type="external"/> in the moki), the URI element currently contains the URI of the primary document. It should be the URI of the stylesheet itself.

The bug has no impact whatsoever because the retrievedURI element is rather used whenever tests need to check the URI of a stylesheet.

Note the URI is correct for embedded and inline CSS styles, since they are defined within the primary document, and thus their URI is that of the primary document.

[NB: the bug is fixed in the soon-to-be-committed version of the library]
Comment 1 fd 2009-04-16 14:26:18 UTC
The refactored version released with bug 6800 fixes the bug.