Observed behavior
In the document information card, text elements such as the user's role (owner, editor, reader) and the last update date are not contained in <p> elements. This information is therefore rendered without appropriate semantic structure.
Expected behavior
Each piece of textual information must be encapsulated in a <p> element in order to be properly structured and rendered by assistive technologies.
Steps to reproduce
- Open the information card of a document.
- Inspect the source code of the elements displaying the user's role and the last update date.
- Observe that these contents are not in
<p> elements.
RGAA criteria
Critère 9.1 : Dans chaque page web, l'information est-elle structurée par l'utilisation appropriée de titres ?
Prioritization
P2
Observed behavior
In the document information card, text elements such as the user's role (owner, editor, reader) and the last update date are not contained in
<p>elements. This information is therefore rendered without appropriate semantic structure.Expected behavior
Each piece of textual information must be encapsulated in a
<p>element in order to be properly structured and rendered by assistive technologies.Steps to reproduce
<p>elements.RGAA criteria
Critère 9.1 : Dans chaque page web, l'information est-elle structurée par l'utilisation appropriée de titres ?
Prioritization
P2