v1.1.0
What's Changed
word-break: break-word;
was added to prevent URLs from overflowing on mobile and causing a horizontal scrollbar. This change is compatible for when a breadcrumb is shown instead of a URL as well.- There were inconsistent calls of the
focusToView()
function rendering it unusable sporadically with screen readers. - No results section was moved to query summary zone so that the focus is consistent with the approach taken, and which indirectly puts the did you mean in the right focus order semantically.
aria-live="polite"
was removed due to it being more of a burden than a help for screen readers.- aria-current="page" added to the active pagination button to provide semantic to screen readers on the current page of search results.
#gc-searchbox
was added as a selector on the form as a transitioning move towards removingaction="#wb-land"
from the search form. Both variations are acceptable for now..btn-lg
added to Did you mean section for consistency of size in the element.#wb-land
has been out for the Results section tag as the.results
was never used and falsly identified..results
class has been added to a child of the Results section, which wraps the search results and adds the bottom border which was missing from previous versions.
Full Changelog: v1.0.0...v1.1.0