[Bug 16269] I think there needs to be a way to, when a document has multiple style elements which have different titles, specify which of the stylesheets are alternate stylesheets and which one is the default stylesheet.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=16269

--- Comment #3 from Simon Pieters <simonp@opera.com> 2012-03-09 06:47:43 UTC ---
I read the bug again and see that it's talking about <style> elements, not
<link>.

For that you can do:

<meta http-equiv=default-style content=bar>
<style title=foo></style><!-- alternative -->
<style title=bar></style><!-- preferred -->

http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#attr-meta-http-equiv-default-style

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 9 March 2012 06:47:46 UTC