Skip to content

Commit

Permalink
Version 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
irwink committed Aug 21, 2015
1 parent 1120afb commit 5aab5dc
Showing 1 changed file with 26 additions and 6 deletions.
32 changes: 26 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,43 @@
WPSS Validation Tool version 5.0.1
WPSS Validation Tool version 5.1.0
-----------------------------------

The WPSS Validation Tool provides web developers and quality assurance testers the ability to perform a number of web site and web page validation tasks at one time. The tool crawls a site to find all of the documents then analyses each document with a number of validation tools.

Version 5.0.1 contains the following updates and additions
Version 5.1.0 contains the following updates and additions

WPSS_Tool
---------

- Quote path to supporting files in HTML5 validator. Paths with spaces may cause problems.
- Check for non decorative image specifications first when reading configuration file.
- Don't include <script> content when analysing actual page content - SWU_E2.2.6
- Add results tab and checks for mobile optimization based on YAHOObest practices.
- Move supporting programs to a bin folder from the top level folder.
- Additional firewall blocked link pattern.
- Update GC Core Subject Thesaurus to March 26th, 2015 version.
- Correct handling of dcterms.subject and the core subject thesaurus.
- Limit error message in CSV to 10K characters to avoid Excel limitation.
- Remove WCAG 2.0 SCR21 technique from WCAG 2.0 profile as it results in a large number of
false errors.
- Add testcase profile for markup validation. Default profile will validate web pagse
only (e.g. HTML) and exclude supporting files (e.g. CSS, JavaScript).
- Check for inconsistent charset values in HTTP::Headers and meta tags in HTML
pages - SWI_C.
- Don't report errors for input outside of a form. JavaScript may provide the
behaviour - WCAG_2.0-F43
- Check for possible formid attribute on inputs to associate an input that is outside
of a form back to a form - WCAG_2.0-F43
- Check for captions for <audio> tags - WCAG_2.0-G87
- Include ARIA attributes when constructing labels - WCAG_2.0-H44.
- Add firewall check URL to allow the program to authenticate to the PWGSC firewall
before analysing sites or pages.

Note: <b>The WPSS Tool validates HTML5 markup.</b>


Open Data Tool
--------------


- Allow for and validate JSON data files.
- Run web accessibility checks (WCAG 2.0) on HTML URLs.

WPSS_Tool Installer
---------------------
Expand All @@ -34,4 +54,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/5.0.1/WPSS_Tool.exe
- https://github.com/wet-boew/wet-boew-wpss/releases/download/5.1.0/WPSS_Tool.exe

0 comments on commit 5aab5dc

Please sign in to comment.