That makes no difference, "alternate stylesheets" are just that, given
the two options, every browser I've tried properly applies the
rel="stylesheet" and does not apply the rel="alternate stylesheet". IE
and Chrome both still return false positives when using :enabled.

Firefox and IE (and I'm assuming most other major browsers) provide
functionality to change stylesheets (in Firefox View->Page Style and
IE View->Style), these browsers clearly have an internal
representation of which stylesheets are applied and which aren't, it
just isn't clear how or if it is possible to access that information.

So far Firefox is the only browser which seems to apply the disabled
attribute to stylesheet declarations which are not currently applied.
There still seems to be no way to figure out on other browsers which
stylesheets are applied without setting them all to disabled=true and
then setting the one you want applied to disabled=false, which seems
like a big hack.

On Sep 1, 4:20 pm, Badbeer <insyn...@gmail.com> wrote:
> > <link type="text/css" rel="alternate stylesheet" href="theme.css"
> > title="theme" />
>
> I just noticed it... FF and other browsers don't know what to do with
> "alternate stylesheet" and don't load it. Make it just "stylesheet"
> and it will work.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-dev@googlegroups.com
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to