=== Exceptions No issue will be raised on `` used for layout purpose, i.e. when it contains a `role` attribute set to `"presentation"` or `"none"`. [source,html] ----
Name Age
John Doe 42
---- Note that https://www.w3schools.com/html/html_layout.asp[using for layout purpose is a bad practice]. No issue will be raised on `
` containing an `aria-hidden` attribute set to `"true"`. [source,html] ----
----