CSS print stylesheet intricacy 1
This caused me much frustration. So for the record, don’t ever include a title attribute on an HTML <link> element.
This may not come into play in most situations (I’ve never run into the problem before), but if the CSS file you’re linking to is for print (as opposed to screen) it may break the link and your print styles will not be rendered.
For example, this ...