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

The aria-labelledby attribute must point to IDs of elements in the same document

Open Horlix opened this issue 2 years ago • 1 comments

IDs not found include:

  • <input type="checkbox" aria-labelledby="Dell" class="p-checkbox__input js-enable-apply-filters" name="vendor" value="Dell">
  • <input type="checkbox" aria-labelledby="HP" class="p-checkbox__input js-enable-apply-filters" name="vendor" value="HP">
  • <input class="p-checkbox__input u-no-margin--top" name="canonicalUpdatesOptIn" aria-labelledby="CanonicalUpdatesOptIn" value="yes" type="checkbox">

Example URLS

  • https://ubuntu.com/certified/desktops?offset=0
  • https://ubuntu.com/certified/desktops?release=16.04%20LTS
  • https://ubuntu.com/blog/wslconf-the-first-conference-dedicated-to-windows-subsystem-for-linux-goes-virtual

This may need to change to aira-label

Horlix avatar Jul 25 '22 18:07 Horlix