How to transform from WCAG guidelines into XML format? 5/7
lExample
a.Find the HTML tag related to this checkpoint. In this case, TABLE.
b.Find the HTML attributes related to the previously found HMTL tag. In this case, SUMMARY, SIZE, WIDTH…
c.Match the condition imposed by the checkpoint with the possible values of the attributes. SUMMARY not empty.
d.Use the XML schema to specify these conditions.