Looking at the demo page, I noticed that:
- the
<a> (polyline-measure-unicode-icon) and <div> (close, download-button) controls are missing role="button"
- controls are not keyboard focusable (
href="#" / tabindex="0")
Alternatively use <button type="button">.
Other resources that you may find helpful:
Looking at the demo page, I noticed that:
<a>(polyline-measure-unicode-icon) and<div>(close,download-button) controls are missingrole="button"href="#"/tabindex="0")Alternatively use
<button type="button">.Other resources that you may find helpful: