NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Paraphrasing rafael (Score:1)
Things better done in CSS (Score:1)
I'm not convinced this is better done in CSS. Correct capitalisation of words sounds pretty important to me, and given the wide range of browers and CSS support that exists, I wouldn't trust CSS to do it reliably in all circumstances.
I believe that on a very fundamental level any website should be comprehensible even with CSS turned off. This supports the various non-grap
XSLT (Score:1)
Hixie's Work (Score:1)
Ian Hixie, of Opera (and Mozilla) has done lots of work with testing CSS mainly from the point of view of determining how well browsers support CSS, but it might be possible to use something similar for verifying that you haven't broken your style-sheets.
I believe the general idea for regression testing is to make a browser render a page, wait 10 seconds, take a screenshot, and then check it is identical to one you prepared earlier.
I've only read about this, I haven't tried doing it, so I c