[Webkit-unassigned] [Bug 22439] New: Won't load stylesheets with filenames less than 2 characters long in xhtml.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 23 11:32:16 PST 2008


https://bugs.webkit.org/show_bug.cgi?id=22439

           Summary: Won't load stylesheets with filenames less than 2
                    characters long in xhtml.
           Product: WebKit
           Version: 525.x (Safari 3.1)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: XML
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sliahawr at guerrillamail.org


When linking to a css stylesheet in an xhtml document using this code:

<?xml-stylesheet href="a" type="text/css"?>

-it does not load the stylesheet.

However when using this code:

<?xml-stylesheet href="aa" type="text/css"?>

It loads the stylesheet successfully.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list