An H1 tag with a total heading offset of 1 is a heading level 2
This is a paragraph of text that follows the first stress test heading.
An H3 tag with a total heading offset of 2 is a heading level 5
This is a paragraph of text that follows the second stress test heading.
An H1 tag within a heading reset is a heading level 1
This is a paragraph of text that follows the third stress test heading.
An H1 tag within a heading offset of 3 (in the previous reset section) is a heading level 4
This is a paragraph of text that follows the fourth stress test heading.
An H1 tag that is a sibling to the previous heading but has aria-level of 2
is a heading level 2
This is a paragraph of text that follows the fifth stress test heading.
An H1 tag with a total heading offset of 5 (3 from the previous offset and 2 from this one) is a heading level 6
This is a paragraph of text that follows the sixth stress test heading.
An H1 tag with a total heading offset of 5 (3 from the previous offset and 2 from the parent one) is still a heading level 6, because its section container has no offset
This is a paragraph of text that follows the seventh stress test heading.
An H1 tag with a total heading offset of 8 (5 from the previous offsets and 3 from the parent offset) is a heading level 9, the maximum heading level supported by HTML
This is a paragraph of text that follows the eighth stress test heading.
An H1 tag with a total heading offset of 9 (8 from the previous offsets and 1 from the parent offset) is still a heading level 9, because we cannot go beyond the maximum heading level supported by HTML
This is a paragraph of text that follows the ninth stress test heading.
And, finally, an H3 tag with aria-level=10 and sitting within an offset of 1, but
though this aria-level is valid ARIA, the maximum heading level in HTML is 9, so unclear what may be reported by
browsers or assistive technologies — level 4 heading because the aria-level is ignored??
This is a paragraph of text that follows the tenth stress test heading.