From 1bb347be8330c2ae6226e1fdcec7696974ede6bf Mon Sep 17 00:00:00 2001 From: irwink Date: Wed, 8 Nov 2017 10:47:45 -0500 Subject: [PATCH] Version 6.7.0 --- README.md | 53 ++++++++++++++++++++++++++++------------------------- 1 file changed, 28 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index a852ab9..7b6ec63 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## Web and Open Data Validator version 6.6.0 +## Web and Open Data Validator version 6.7.0 The Web and Open Data Validator provides web developers and quality assurance testers the ability to perform a number of web site, web page validation and Open data validation tasks at one time. Web site checking includes - WCAG 2.0 A an AA @@ -15,45 +15,48 @@ Open data checking includes Web Tool ``` -- Fix bug in PDF file checker which can cause it to hang. -- Check for multiple
tags or tags with role="main" - WCAG_2.0-SC1.3.1 +- Stop redirecting if a URL redirects back to itself. +- Allow input to be nested in label - WCAG_2.0-F68 ``` Open Data_Tool ``` -- Don't analyze content to determine encoding of data files, only use the charset - HTTP::Response header or the presence of a UTF-8 BOM - OD_ENC -- If there is no data dictionary, don't report errors with JSON-CSV field names - TP_PW_OD_DATA -- Remove leading and trailing whitespace from JSON field names before checking - data dictionary - TP_PW_OD_DATA -- To allow for offline installations, add Python module vcversioner version 2.16 - (used by jsonschema). +- Clarify error message if header row is not found - TP_PW_OD_DATA +- Ensure file: protocol URLs have 3 slash characters after the colon. +- Don't report row count mismatch errors for language variants of CSV files, report + mismatches in the number of non-blank cells in columns - OD_DATA +- Check data dictionary labels and CSV column headings for leading or trailing + whitespace - TP_PW_OD_DATA +- Check for UTF-8 BOM in JSON data files - TP_PW_OD_DATA +- Check for duplicate data files - OD_DATA ``` -Version 6.6.0 contains the following updates and additions +Version 6.7.0 contains the following updates and additions ## Web ``` -- Fix bug in PDF file checker which can cause it to hang. -- Check for multiple
tags or tags with role="main" - WCAG_2.0-SC1.3.1 +- Stop redirecting if a URL redirects back to itself. +- Allow input to be nested in label - WCAG_2.0-F68 ``` ## Open Data ``` -- Don't analyze content to determine encoding of data files, only use the charset - HTTP::Response header or the presence of a UTF-8 BOM - OD_ENC -- If there is no data dictionary, don't report errors with JSON-CSV field names - TP_PW_OD_DATA -- Remove leading and trailing whitespace from JSON field names before checking - data dictionary - TP_PW_OD_DATA -- Correct bug with CSV row field count check - OD_DATA -- Update csv-validator to version 1.2-RC2 -- Update jsonschema to version 2.6.0 -- To allow for offline installations, add Python module vcversioner version 2.16 - (used by jsonschema). -- Improve exception handling for headings and lists in CSV data cells - OD_DATA +- Clarify error message if header row is not found - TP_PW_OD_DATA +- Ensure file: protocol URLs have 3 slash characters after the colon. +- Don't report row count mismatch errors for language variants of CSV files, report + mismatches in the number of non-blank cells in columns - OD_DATA +- Check data dictionary labels and CSV column headings for leading or trailing + whitespace - TP_PW_OD_DATA +- Check for UTF-8 BOM in JSON data files - TP_PW_OD_DATA +- Check for duplicate data files - OD_DATA +- Check for python 2.7.0 or later at install time. +- Set the user agent string for the non-robots user agent. +- Add "WPSS_Tool" to user agent string for Java tools. +- Strip named anchors from URL when checking URL in data dictionary + to avoid possible multiple retrievals of the data dictionary file. ``` ## Web and Open Data Validator Installer @@ -74,4 +77,4 @@ The WPSS_Tool has been tested on the following platforms - Windows 7 (32 bit), Strawberry Perl 5.18 (32 bit), Python 2.7.6 The WPSS Tool installer is available as a release in this repository -- https://github.com/wet-boew/wet-boew-wpss/releases/download/6.6.0/WPSS_Tool.exe +- https://github.com/wet-boew/wet-boew-wpss/releases/download/6.7.0/WPSS_Tool.exe