|
Notes:
Change from RubyfulSoup to Hpricot for HTML parsing. A couple of new test methods.
Changes:
- Added comments to library methods.
- Tests for area element alt attribute.
- UWEM mapped in comments for some test methods. Test to check input[@type=image] for alt.
- Refactoring of some methods for more compact syntax. Patch by Derek Perrault.
- Added test to verify that fieldsets have legends.
- Fixed alt_to_text that needed to check element type before attempting to read attribute value.
- Fixed language attribute check (downcased value). Added iso language code list.
- Applied patch from Derek Perrault (better use of Hpricot features).
- Fixed check for lang attribute (now requires a value as well). New method to check lang attribute value against list of valid ISO codes.
- Initial test for charset mismatch in http headers and document meta element.
- Switch to Hpricot. Patch by Derek Perrault.
|