Skip to content

[css-pseudo] Privacy considerations for external resources #5731

Closed
@lilles

Description

@lilles

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>
  1. Add the ::target-text pseudo element to the list in that section

[1] https://drafts.csswg.org/css-pseudo-4/#highlight-security

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions