Skip to content
This repository has been archived by the owner on Dec 14, 2017. It is now read-only.

Commit

Permalink
Fixes #44
Browse files Browse the repository at this point in the history
Removed both W3C Nu Validation Service (and the new window), renamed W3C
Nu Validation Service to 'Markup Checker', adjusted documentation as
well
  • Loading branch information
Mark Novak committed Dec 23, 2014
1 parent 01d57f9 commit 9b73a91
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
16 changes: 5 additions & 11 deletions documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,16 @@ in the HTML code of the web page. It is a high level indication of the
code quality, and does not provide any details about the nature of the
errors.

### W3C Nu validation service
### W3C Nu Markup Checker

The W3C Nu validation service provides a detailed report on the HTML and
ARIA code of the web page, including errors and warnings. There are
options to open the report in the current window or a new window.

### W3C Nu validation service (as HTML5)

The W3C Nu validation service provides a detailed report on the HTML and
The W3C Nu Markup Checker provides a detailed report on the HTML and
ARIA code of the web page, including errors and warnings. There are
options to open the report in the current window or a new window.

### Filter Nu results

The Nu filter can be used on the results produced by the W3C Nu
validation service. It filters the results so that only conformance
Markup Checker. It filters the results so that only conformance
issues relating to accessibility are displayed.

### W3C HTML validation service
Expand Down Expand Up @@ -163,7 +157,7 @@ image.

Checks for the presence of client-side and server-side image maps. if
none are found it is indicated by an alert message. If image maps are
found, they are displayed in a new window along withthe associated area
found, they are displayed in a new window along with the associated area
elements

### Active images
Expand Down Expand Up @@ -401,7 +395,7 @@ leading to downloadable files on the current page.

### View partial source

Displays the DOM tree of the selected content as HTML. Select aome page
Displays the DOM tree of the selected content as HTML. Select some page
content then activate the function. A new window will open showing the
selected content and generated code.

Expand Down
2 changes: 0 additions & 2 deletions wat/Accessibility_Toolbar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
<separator/>
<item resid="validatorNU" image="-1" />
<item resid="validatorNU_m" image="-1" window="new" />
<item resid="Validate_HTML_5" image="-1" />
<item resid="Validate_HTML_5_m" image="-1" window="new" />
<item resid="wcag_filter" image="-1" />
<separator/>
<subitem resid="W3C_HTML_Validator">
Expand Down
Binary file modified wat/Translation.ini
Binary file not shown.

0 comments on commit 9b73a91

Please sign in to comment.