Released 06/07/2022
Fixes
- TDYNAMIC-512 - The
hasbackground modifier was incorrectly being applied to video panels when they didn't have a background - TDYNAMIC-581 - The headings of the related content areas should use <h2> rather than <div> to resolve an accessibility error.
Previous markup:<div class="panel__heading">
<div class="panel__headingtext">Useful Pages</div>
</div>
New markup:<h2 class="panel__heading">
<div class="panel__headingtext">Useful Pages</div>
</h2>
Last modified on July 06, 2022