On 17 Jul 2010, at 17:42, Jody Tate wrote: > In a stylesheet link, does the order of rel, href and type affect how a > browser understands, loads, etc. a stylesheet?
It doesn't. HTML attributes "may appear in any order". http://www.w3.org/TR/html401/intro/sgmltut.html#h-3.2.2 > I usually see the rel attribute first, as in the example below, but does the > order of attributes matter or is the order convention, convention meaning, > "that's what most people do"? Convention. I guess it puts the /purpose/ of the linked resource (namely, being a stylesheet) first. -- Benjamin Hawkes-Lewis ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [email protected] *******************************************************************
