[Edinburgh-pm] New module - Test::HTML::Spelling

Robert Rothenberg robrwo at gmail.com
Tue Nov 27 03:45:33 PST 2012


I've written a prototype module for testing the spelling of web pages. It's
on GitHub at https://github.com/robrwo/Test-HTML-Spelling and will be
uploaded to CPAN after a few tweaks.

It works by parsing the HTML and checking the spelling of text as well as
the title and alt attributes, but it ignores text in elements with the
"no-spellcheck" class, so you can mark sections with user-added content or
things like timezones to be ignored. And if course you can include your own
dictionary.

I'd appreciate any feedback.


More information about the Edinburgh-pm mailing list