Skip to content

Commit

Permalink
Version 6.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
irwink authored Nov 8, 2017
1 parent ab41224 commit 1bb347b
Showing 1 changed file with 28 additions and 25 deletions.
53 changes: 28 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 <main> 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 <main> 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 <data_type> URL in data dictionary
to avoid possible multiple retrievals of the data dictionary file.
```

## Web and Open Data Validator Installer
Expand All @@ -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

0 comments on commit 1bb347b

Please sign in to comment.