A couple of days ago a friend of mine who is seriously into web page and
html5 application development was complaining that none of the CSS
validators he has been using report on duplicated style names. Some such
duplication will ruin the rendering of the html in the browser. So I wrote
a small program in C to find these duplicated style names. It is available
here:
https://github.com/rlp1938/Cssdups

Not all duplicated names are faults, for example you may have several
'@font-family' specifications in CSS. I have provided options to record
style names which may be safely duplicated so these will not be reported.
That recording may be done globally or per user as required.

All that's needed after download is enter the directory Cssdups and 'make
&& sudo make install && make clean'
When you find something better just enter the same dir and 'make remove' to
remove the program, man page and config files.

Bob Parker
-- 
The healthy eating pyramid as published by the USDA and it's satellites all
over the world is purposely designed to bring about an epidemic of obesity,
hypertension and diabetes. It is wildly successful in this aim.
_______________________________________________
luv-main mailing list
[email protected]
http://lists.luv.asn.au/listinfo/luv-main

Reply via email to