Semantics
A deletion represents content that is marked as removed, content that is being suggested for removal, or content that is no longer relevant in the context of its accompanying content.
Additional info from the ARIA specification
See related insertion.
Deletions are typically used to either mark differences between two versions of content or to designate content suggested for removal in scenarios where multiple people are revising content.
Abstract Role
StructureRepresents a non-interactive part of a page that organizes content into coherent units.
Content Categories
Phrasing ContentAn element that typically appears inline and provides semantic meaning to text content.
Allowed Descendants
Phrasing Children Allowed
Usage
Allowed HTML elements
Implicit semantics
These elements have the role semantics by default, without needing to set the role attribute. Reach for elements with native semantics first when choosing how to implement a role in your content.
del
Explicitly allowed
s[role=deletion]
Elements that can have any role
abbr[role=deletion]address[role=deletion]b[role=deletion]blockquote[role=deletion]canvas[role=deletion]cite[role=deletion]code[role=deletion]custom-element[role=deletion]data[role=deletion]dfn[role=deletion]div[role=deletion]em[role=deletion]figure[role=deletion]i[role=deletion]ins[role=deletion]kbd[role=deletion]mark[role=deletion]output[role=deletion]p[role=deletion]pre[role=deletion]q[role=deletion]samp[role=deletion]small[role=deletion]span[role=deletion]table[role=deletion]tbody[role=deletion]tfoot[role=deletion]thead[role=deletion]time[role=deletion]u[role=deletion]var[role=deletion]