ubuntu.com icon indicating copy to clipboard operation
ubuntu.com copied to clipboard

All onmouseover handlers should have an equivalent onfocus handler

Open Horlix opened this issue 2 years ago • 1 comments

List of affected URLs: https://docs.google.com/spreadsheets/d/1XsnflMUptvmMu9TKVGiRXiSL1BzPTQFFhgmLnKNWobE/edit#gid=0

Example URLs

  • https://ubuntu.com/
  • https://ubuntu.com/16-04
  • https://ubuntu.com/16-04/azure

Example code: <li class="p-navigation__item p-navigation__dropdown-link" role="menuitem" id="enterprise" onmouseover="fetchDropdown('/templates/navigation-enterprise-h', 'enterprise-content'); this.onmouseover = null;">

Horlix avatar Jul 25 '22 18:07 Horlix