Skip to content

watinha/yql-accessibililty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

YQL-ACCESSIBILITY

This project aims at implementing a unified interface to generate XML reports on accessibility issues of web sites. The idea is to use YQL capabilities for getting accessibility reports from automatic accessibility evaluation tool and provide a single interface for acessing these data.

XML RESPONSE LAYOUT

The base XML structure being used in this projects presents the following data layout:

<resu&lt> <error> <priority>Priority 1</priority> <checkpoint>1.1</checkpoint> <description>Text descriptions for the error</description> <lines>9</lines> </error> <warning> <priority>Priority 1</priority> <checkpoint>4.1</checkpoint> <description>Text descriptions for the warning</description> <lines>1</lines> </warning> </resu&lt>

These data are encapsulated in a YQL XML formated response from the service, and can be retrieved as XML or JSON text messages. If you would like to get more information on YQL, take a look at: http://developer.yahoo.com/yql/.

AVAILABLE TABLES

For the time, we have only two available tables:

About

YQL tables for Automatic Accessibility Evaluation tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published