Re: selectors implementation report template, again

Oops.  In both the template and the Firefox implementation report I
forgot to undo making the style sheet link absolute.  In both cases,
when they're checked in, this:
<link type="text/css" rel="stylesheet" href="http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/implementationreport.css" />
should be changed to this:
<link type="text/css" rel="stylesheet" href="implementationreport.css" />
or (if the latter is already there) removed.

-David

-- 
L. David Baron                                 http://dbaron.org/
Mozilla Corporation                       http://www.mozilla.com/

Received on Wednesday, 21 October 2009 17:59:02 UTC