[css-d] Firefox strangeness with link and title attribute

2005-06-28 Thread Viascape List
I noticed a strange problem this morning with firefox regarding how it
loads external stylesheets that are specified using the html link
element when the title attribute is given a value.  I like to use the
title attribute to give descriptive names to my stylesheets so that I
can find the correct link quickly when running through my markup. 
Anyway, Firefox (I'm using 1.0.4) will load only the first stylesheet
listed if the title is given any value other than the string
Default.  If all are given the Default value, all of them will
load, but if any of the links in the list are given another value,
Firefox will not load any more stylesheets after that link. IE6 does
note exhibit this same behavior, but loads all of the stylesheets
regardless of the title value. Is there a reason for this, or is it
just a parsing bug?
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Firefox strangeness with link and title attribute

2005-06-28 Thread Rimantas Liubertas
On 6/28/05, Viascape List [EMAIL PROTECTED] wrote:
 I noticed a strange problem this morning with firefox regarding how it
 loads external stylesheets that are specified using the html link
 element when the title attribute is given a value.  I like to use the
 title attribute to give descriptive names to my stylesheets so that I
 can find the correct link quickly when running through my markup.
 Anyway, Firefox (I'm using 1.0.4) will load only the first stylesheet
 listed if the title is given any value other than the string
 Default.  If all are given the Default value, all of them will
 load, but if any of the links in the list are given another value,
 Firefox will not load any more stylesheets after that link. IE6 does
 note exhibit this same behavior, but loads all of the stylesheets
 regardless of the title value. Is there a reason for this, or is it
 just a parsing bug?

http://www.w3.org/TR/html401/present/styles.html#specifying-external

Regards,
Rimantas
-- 
http://rimantas.com/
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/