aria-hidden-body
Description: Ensure aria-hidden="true" is not present on the document body.
Help: aria-hidden="true" must not be present on the document body
Help URL: https://dequeuniversity.com/rules/axe/4.10/aria-hidden-body?application=axeAPI
Tags: cat.ariawcag2awcag131wcag412EN-301-549EN-9.1.3.1EN-9.4.1.2
aria-required-children
Description: Ensure elements with an ARIA role that require child roles contain them
Help: Certain ARIA roles must contain particular children
Help URL: https://dequeuniversity.com/rules/axe/4.10/aria-required-children?application=axeAPI
aria-required-parent
Description: Ensure elements with an ARIA role that require parent roles are contained by them
Help: Certain ARIA roles must be contained by particular parents
Help URL: https://dequeuniversity.com/rules/axe/4.10/aria-required-parent?application=axeAPI
definition-list
Description: Ensure <dl> elements are structured correctly
Help: <dl> elements must only directly contain properly-ordered <dt> and <dd> groups, <script>, <template> or <div> elements
Help URL: https://dequeuniversity.com/rules/axe/4.10/definition-list?application=axeAPI
dlitem
Description: Ensure <dt> and <dd> elements are contained by a <dl>
Help: <dt> and <dd> elements must be contained by a <dl>
Help URL: https://dequeuniversity.com/rules/axe/4.10/dlitem?application=axeAPI
list
Description: Ensure that lists are structured correctly
Help: <ul> and <ol> must only directly contain <li>, <script> or <template> elements
Help URL: https://dequeuniversity.com/rules/axe/4.10/list?application=axeAPI
listitem
Description: Ensure <li> elements are used semantically
Help: <li> elements must be contained in a <ul> or <ol>
Help URL: https://dequeuniversity.com/rules/axe/4.10/listitem?application=axeAPI
p-as-heading
Description: Ensure bold, italic text and font-size is not used to style <p> elements as a heading
Help: Styled <p> elements must not be used as headings
Help URL: https://dequeuniversity.com/rules/axe/4.10/p-as-heading?application=axeAPI
Tags: cat.semanticswcag2awcag131EN-301-549EN-9.1.3.1experimental
table-fake-caption
Description: Ensure that tables with a caption use the <caption> element.
Help: Data or header cells must not be used to give caption to a data table.
Help URL: https://dequeuniversity.com/rules/axe/4.10/table-fake-caption?application=axeAPI
Tags: cat.tablesexperimentalwcag2awcag131section508section508.22.gEN-301-549EN-9.1.3.1
td-has-header
Description: Ensure that each non-empty data cell in a <table> larger than 3 by 3 has one or more table headers
Help: Non-empty <td> elements in larger <table> must have an associated table header
Help URL: https://dequeuniversity.com/rules/axe/4.10/td-has-header?application=axeAPI
Tags: cat.tablesexperimentalwcag2awcag131section508section508.22.gTTv5TT14.bEN-301-549EN-9.1.3.1
td-headers-attr
Description: Ensure that each cell in a table that uses the headers attribute refers only to other cells in that table
Help: Table cells that use the headers attribute must only refer to cells in the same table
Help URL: https://dequeuniversity.com/rules/axe/4.10/td-headers-attr?application=axeAPI
Tags: cat.tableswcag2awcag131section508section508.22.gTTv5TT14.bEN-301-549EN-9.1.3.1
th-has-data-cells
Description: Ensure that <th> elements and elements with role=columnheader/rowheader have data cells they describe
Help: Table headers in a data table must refer to data cells
Help URL: https://dequeuniversity.com/rules/axe/4.10/th-has-data-cells?application=axeAPI
Tags: cat.tableswcag2awcag131section508section508.22.gTTv5TT14.bEN-301-549EN-9.1.3.1