[Webkit-unassigned] [Bug 24354] Alternate stylesheets (without title attribute) are loaded on refresh

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 6 16:11:44 PST 2012


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


Dave Tharp <dtharp at codeaurora.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dtharp at codeaurora.org




--- Comment #2 from Dave Tharp <dtharp at codeaurora.org>  2012-03-06 16:11:43 PST ---
(In reply to comment #1)
> In Safari 5.1, the wrong stylesheet appears to be always loaded, not just on reload.
> 
> See also: bug 77549.
Investigated the complete test suite for alternate stylesheets (5 tests) at http://robballou.com/switcher/sandbox/alternate2.php .  Here are the results:

     Test # ->  | 1 | 2 | 3 | 4 | 5 
                +---+---+---+---+---
FF              | P | P | P | P | P 
Chrome (webkit) | P | F | F | P | F 
IE              | P | P | P | P | P

Note the 3 failures for Chrome.  This similar to the issue in bug 77549: the spec implies that alternate stylesheets must have a title. IE and FF have interpreted the spec this way, and the draft CSSOM spec (http://dev.w3.org/csswg/cssom/#requirements-on-user-agents-implementing-the-xml-stylesheet-processing-instruction) spells this out in detail.

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



More information about the webkit-unassigned mailing list