a11y.css
a11y.css copied to clipboard
Display focused element as a string
What if:
- we check for currently focused element in WebExtension
- get its node
- set it as a custom property on the
htmltag - display it in a pseudo-element
Could require to add a div somewhere to show it.
Speaking of which, maybe counters could be displayed on this exact smae div in webextension, instead of a pseudo-elemnt on body (which can be hidden on some sites…)?