Description:
When students or instructors create content with the Rich Text Editor (RTE), they can add headings using the option from the toolbar. However, the hierarchy on the DOM is not accurate in starting with an H4 and skipping the H2 and H3 levels. This affects Learn's accessibility.
Steps to Repeat:
- Log into Blackboard Learn Ultra Experience as an administrator
- Go to the Admin Panel > Course > Create a new Ultra course
- Access the course and create a document
- Create text with the following text styles: Title, Header, Subheader, Paragraph
- Use a screen reader or a browser extension to get a list of headings on the page
Observed Behavior:The headings start with an H4
Expected Behavior:The order of the content's heading goes on cascade as follows: H1 > H2 > H3 > H4