[Webkit-unassigned] [Bug 22952] New: Cached CSS stylesheet with no charset always uses charset of first document

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 21 04:53:12 PST 2008


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

           Summary: Cached CSS stylesheet with no charset always uses
                    charset of first document
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ddkilzer at webkit.org
                CC: darin at apple.com, ap at webkit.org, ian at hixie.ch,
                    koivisto at iki.fi


* SUMMARY
When a CSS stylesheet with no charset is first loaded, it gets the charset of
the referring HTML document.  If a second HTML document includes the exact same
CSS stylesheet, the stylesheet will continue using the charset of the first
document instead of the second.

* STEPS TO REPRODUCE
1. Open the soon-to-be-attached test case on thie bug.
2. Open URL:  http://simon.html5.org/test/css/syndata/representation/001.htm

* RESULTS
No matter how many times the page is reloaded,
<http://simon.html5.org/test/css/syndata/representation/001.htm> always fails
until the WebCore cache is cleared.

* REGRESSION
On shipping Safari 3.2.1, subsequent reloads of
<http://simon.html5.org/test/css/syndata/representation/001.htm> appear to fix
the encoding.  On ToT WebKit, it doesn't change until the WebCore cache is
cleared.

* NOTES
See Bug 11850 for the original analysis.


-- 
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