5 Matching Annotations
- Nov 2022
-
twitter.com twitter.com
-
www.w3.org www.w3.org
Tags
Annotators
URL
-
-
microsoftedge.github.io microsoftedge.github.io
-
www.azabani.com www.azabani.com
-
```html
<style> ::selection { background: #00FF00; } ::highlight(foo) { background: #FF00FF; } </style> <script> getSelection().removeAllRanges(); getSelection().selectAllChildren(document.body); const style = getComputedStyle(document.body, "::highlight(foo)"); console.log(style.backgroundColor); </script> <body>Hello, world!</body>```
-