[Webkit-unassigned] [Bug 56932] Alternate stylesheets are not present in document.styleSheets

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 23 10:37:45 PDT 2011


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Consecutive link elements   |Alternate stylesheets are
                   |with title attributes block |not present in
                   |linked resources (i.e. CSS) |document.styleSheets
                   |from loading                |
             Status|UNCONFIRMED                 |NEW
                 CC|                            |ap at webkit.org,
                   |                            |koivisto at iki.fi
     Ever Confirmed|0                           |1




--- Comment #1 from Alexey Proskuryakov <ap at webkit.org>  2011-03-23 10:37:45 PST ---
What I see is that all three stylesheets load successfully. It's just that the other two are correctly disabled due to being alternate ones, and we don't add such to document.styleSheets. Re-titling accordingly.

You can verify that e.g. by evaluating document.getElementsByTagName("link")[1].sheet.rules[0].cssText

See also: bug 14586.

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