Andreas Prilop wrote:
> On Thu, 28 Feb 2008, William Gill wrote:
>
>> I did read something about setting title to the same value
>> in several link elements combines the sheets into one,
>> which might impact the cascade, but it's not obvious to me
>> how or if it really does.
>
> See http://www.unics.uni-hannover.de/nht...nnotation.html
> for an example.
>
I see the browser allows the choice/application of either stylesheet.
My original thought was about what difference it makes to "combine
sheets into one" as opposed to sequentially applying them, but trying to
figure It out gave me too big a headache for too little return on
investment (i.e. I know how sequential application works, and it's not
worth seeing if "combining as one sheet" is any different).
for example if I link sheet1.css and sheet2.css, in that order, and both
have different style for #notes, the style specified in sheet2 is
applied since it is applied last.