a11y.css icon indicating copy to clipboard operation
a11y.css copied to clipboard

Display focused element as a string

Open ffoodd opened this issue 5 years ago • 0 comments

What if:

  • we check for currently focused element in WebExtension
  • get its node
  • set it as a custom property on the html tag
  • 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…)?

ffoodd avatar Mar 20 '20 08:03 ffoodd