Lincoln
Accessibility Improvements
In this release, we made the following accessibility improvements:
Added a missing text description for the dropdown caret on sub navigation menus so that screen readers are able to identify them.
Removed an empty heading from Location pages.
Adjusted the Document Object Model (DOM) so that it shows in the correct order on all screen widths.
The DOM, or Document Object Model, represents the structure of a web page as a tree of objects. Each object represents an element, attribute, or piece of text. For example, programmers can use the DOM to move elements around on the page.