You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What information does this feature expose, and for what purposes?
It exposes the user-visible text for a Range to web developers, and allows them to adjust the Range based on code units. This removes the need for web developers to provide the same functionality with error-prone heuristics.
Do features in your specification expose the minimum amount of information necessary to implement the intended functionality?
Yes.
Do the features in your specification expose personal information, personally-identifiable information (PII), or information derived from either?
No.
How do the features in your specification deal with sensitive information?
The feature does not operate on sensitive information.
Do the features in your specification introduce state that persists across browsing sessions?
No state is persisted across sessions.
Do the features in your specification expose information about the underlying platform to origins?
No platform information is exposed.
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?
It relies on existing origin isolation so that only first-party access is possible.
How do the features in this specification work in the context of a browser’s Private Browsing or Incognito mode?
No changes as the feature operates on live pages (same as other DOM APIs).
Does this specification have both "Security Considerations" and "Privacy Considerations" sections?
No specification yet, but there's a section 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?
This aspect works the same as existing DOM APIs.
The text was updated successfully, but these errors were encountered:
What information does this feature expose, and for what purposes?
It exposes the user-visible text for a Range to web developers, and allows them to adjust the Range based on code units. This removes the need for web developers to provide the same functionality with error-prone heuristics.
Do features in your specification expose the minimum amount of information necessary to implement the intended functionality?
Yes.
Do the features in your specification expose personal information, personally-identifiable information (PII), or information derived from either?
No.
How do the features in your specification deal with sensitive information?
The feature does not operate on sensitive information.
Do the features in your specification introduce state that persists across browsing sessions?
No state is persisted across sessions.
Do the features in your specification expose information about the underlying platform to origins?
No platform information is exposed.
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?
It relies on existing origin isolation so that only first-party access is possible.
How do the features in this specification work in the context of a browser’s Private Browsing or Incognito mode?
No changes as the feature operates on live pages (same as other DOM APIs).
Does this specification have both "Security Considerations" and "Privacy Considerations" sections?
No specification yet, but there's a section 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?
This aspect works the same as existing DOM APIs.
The text was updated successfully, but these errors were encountered: