-
What information might this feature expose to Web sites or other parties, and for what purposes is that exposure necessary?
A design requirement is to not expose any new security information, and to limit the amount of new privacy information (see: Privacy-preserving painting. Form control rendering is already exposed to javascript, but this new API will expose some additional information to enable interactivity, such as the caret blink rate.
-
Do features in your specification expose the minimum amount of information necessary to enable their intended uses?
Yes.
-
How do the features in your specification deal with personal information, personally-identifiable information (PII), or information derived from them?
Since the feature renders pixels from DOM elements into canvas, those pixels can now be accessed by script. This requires ensuring that no PII is present in those pixels, for example different styles for visited links, spell check etc. Disabling painting of this information also prevents revealing invalidation information via the
paintevent. See privacy-preserving-painting for additional details. -
How do the features in your specification deal with sensitive information?
See answer above, the feature ensures no new security information is revealed, and limits new privacy-sensitive information.
-
Do the features in your specification introduce new state for an origin that persists across browsing sessions?
No.
-
Do the features in your specification expose information about the underlying platform to origins?
Similar to #1, the painting of information revealing information about the underlying platform (e.g., form autofill) is disabled, but some new platform information is revealed for interactivity, such as the caret blink rate. See privacy-preserving-painting for additional details.
-
Does this specification allow an origin to send data to the underlying platform?
No.
-
Do features in this specification enable access to device sensors?
No.
-
Do features in this specification enable new script execution/loading mechanisms?
No.
-
Do features in this specification allow an origin to access other devices?
No.
-
Do features in this specification allow an origin some measure of control over a user agent's native UI?
No.
-
What temporary identifiers do the features in this specification create or expose to the web?
None.
-
How does this specification distinguish between behavior in first-party and third-party contexts?
There is no difference in behaviour.
-
How do the features in this specification work in the context of a browser’s Private Browsing or Incognito mode?
There is no difference in behaviour for these modes.
-
Does this specification have both "Security Considerations" and "Privacy Considerations" sections?
The specification is still in progress. The privacy issues have been highlighted in the explainer.
-
Do features in your specification enable origins to downgrade default security protections?
No.
-
How does your feature handle non-"fully active" documents?
It only works in fully active documents.
-
What should this questionnaire have asked?
No suggestions.