[Webkit-unassigned] [Bug 11824] New: CSSStyleSheet.title property is always null

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 13 19:00:13 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=11824

           Summary: CSSStyleSheet.title property is always null
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: johnvey at splunk.com


Trying to access the CSSStyleSheet.title property always returns null

If the following is inserted into the <head>:

<link media="all" href="/static345/css/skins/basic.css" rel="stylesheet"
title="basic">

Then a subsequent access of:

document.styleSheets[0].title

returns null.  It should return "basic".


-- 
Configure bugmail: http://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