The privacy and security section [1] talks about reading out computed style for ::spelling-error and ::grammar-error being a privacy issue. 1. I propose to add that loading external resources should be blocked. The currently allowed external resources are cursors, I think. Consider: ``` <style> span::spelling-error { cursor: url(leakinfo), wait } </style> <span>WordInPersonalDictionary</span> ``` 2. Add the ::target-text pseudo element to the list in that section [1] https://drafts.csswg.org/css-pseudo-4/#highlight-security