snoozz-tab-snoozing icon indicating copy to clipboard operation
snoozz-tab-snoozing copied to clipboard

[BUG] Entries in nap room should be <a> instead of <div>

Open markopy opened this issue 3 years ago • 2 comments

Description

Currently all the entries in the nap room are implemented using <div> instead of proper <a> tags. While clicking on them opens the page this is very non-standard HTML.

Using proper anchor tags will allow normal operations like dragging the link somewhere or using the context menu to copy the url, open in new window, etc.

markopy avatar Feb 28 '22 16:02 markopy

Changed all divs to anchor tags and made sure they are still keyboard accessible https://github.com/rohanb10/snoozz-tab-snoozing/commit/664561219741c2b4a703717608bb400fcd7d6ea8

Will be pushed with the next release

rohanb10 avatar Mar 05 '22 09:03 rohanb10

Thank you!

markopy avatar Mar 11 '22 22:03 markopy