[Bug 888] New: CSS Validator can't find internal stylesheets

http://www.w3.org/Bugs/Public/show_bug.cgi?id=888

           Summary: CSS Validator can't find internal stylesheets
           Product: CSSValidator
           Version: CSS Validator
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XHTML1.0
        AssignedTo: ot@w3.org
        ReportedBy: bbalint@3dga.hu
         QAContact: www-validator-cvs@w3.org


i was writing XHTML 1.0 Strict document (served as application/xhtml+xml),
formatting them with CSS files. those CSS files were associated using the
xml-stylesheet instruction.
then i've found that i can use internal stylesheets in my XHTML documents [2]
i removed all the xml-stylesheet instructions, except this
 <?xml-stylesheet href="#stylesheet" type="text/css"?>
and inserted a style element with id="stylesheet" attribute.

the document was look like before, but the Validator can't validate it:
for it, the #stylesheet URI is the same document, not that style element (and
it's contents)

bbalint

[1] http://www.w3.org/TR/xml-stylesheet/
[2] http://www.w3.org/TR/xhtml1/guidelines.html#C_14
[3] http://free.srv.hu/s/i/singy/test.xhtml



------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.

Received on Sunday, 19 September 2004 10:56:50 UTC