paypal / AATT

Automated Accessibility Testing Tool
BSD 3-Clause "New" or "Revised" License
602 stars 106 forks source link

help text contains unescaped text in the HTML output. #27

Closed Double0doug closed 6 years ago

Double0doug commented 7 years ago

When using the axe engine to examine an internal webpage a problem with one of the lists is identified. When the output string is rendered in the HTML the help text is not escaped so it is not displayed correctly. The text should read <ul> and <ol> must only directly contain <li>, <script> or <template> elements

Attached is a text file containing both the JSON and HTML versions of the output.
error file.txt

I'm not sure if this is you guys or the axe project.