Skip to content

Commit ed827f6

Browse files
authored
Update formatting for questionnaire
1 parent 80ea683 commit ed827f6

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

tag_sp_questionnaire.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,54 +6,54 @@ The API also exposes a way to write arbitrary audio and video frame data (not me
66
This exposure is required to allow processing of encoded audio and video data, which is the main use case this API intends to support. For example, an application may append additional metadata to a frame, may encrypt it, or may leave it unmodified and just use the metadata to provide diagnostics.
77
Note that media data is already exposed to the web in less ergonomic ways. For example, encoded audio and video data from a peer connection can be exposed via MediaRecorder. Decoded versions of the same data can be exposed via media elements. Some of the metadata is also already exposed.
88

9-
###2.2. Is this specification exposing the minimum amount of information necessary to power the feature?
9+
### 2.2. Is this specification exposing the minimum amount of information necessary to power the feature?
1010
Yes. The need to expose the audio/video encoded payloads is obvious based on the intended use case (encoded media processing).
1111
With regards to the exposed metadata, it can be said that many specific use cases need access to metadata in order to function properly. For example, some applications may append extra data to the payload that can be used by the remote end together with the exposed metadata to to validate payloads.
1212

13-
###2.3. How does this specification deal with personal information or personally-identifiable information or information derived thereof?
13+
### 2.3. How does this specification deal with personal information or personally-identifiable information or information derived thereof?
1414
No extra personal information or personally-identifiable information is exposed by this API.
1515

16-
###2.4. How does this specification deal with sensitive information?
16+
### 2.4. How does this specification deal with sensitive information?
1717
No extra sensitive information is exposed by this API.
1818

19-
###2.5. Does this specification introduce new state for an origin that persists across browsing sessions?
19+
### 2.5. Does this specification introduce new state for an origin that persists across browsing sessions?
2020
No.
2121

22-
###2.6. What information from the underlying platform, e.g. configuration data, is exposed by this specification to an origin?
22+
### 2.6. What information from the underlying platform, e.g. configuration data, is exposed by this specification to an origin?
2323
None.
2424

25-
###2.7. Does this specification allow an origin access to sensors on a user’s device
25+
### 2.7. Does this specification allow an origin access to sensors on a user’s device
2626
No.
2727

28-
###2.8. What data does this specification expose to an origin? Please also document what data is identical to data exposed by other features, in the same or different contexts.
28+
### 2.8. What data does this specification expose to an origin? Please also document what data is identical to data exposed by other features, in the same or different contexts.
2929
As mentioned above, this API exposes encoded media data in a manner that makes it easy to do encoded media processing. It also exposes metadata associated with each frame.
3030
Media data and some of the metadata exposed by this API is already exposed by other APIs such as MediaRecorder, getStats() and media elements. T
3131
Streams that are tainted with another origin cannot be accessed with this API, as that would break the isolation rule.
3232

33-
###2.9. Does this specification enable new script execution/loading mechanisms?
33+
### 2.9. Does this specification enable new script execution/loading mechanisms?
3434
No
3535

36-
###2.10. Does this specification allow an origin to access other devices?
36+
### 2.10. Does this specification allow an origin to access other devices?
3737
No.
3838

39-
###2.11. Does this specification allow an origin some measure of control over a user agent’s native UI?
39+
### 2.11. Does this specification allow an origin some measure of control over a user agent’s native UI?
4040
No.
4141

42-
###2.12. What temporary identifiers might this specification create or expose to the web?
42+
### 2.12. What temporary identifiers might this specification create or expose to the web?
4343
It exposes WebRTC synchronization sources and contributing sources (already exposed through other APIs).
4444

45-
###2.13. How does this specification distinguish between behavior in first-party and third-party contexts?
45+
### 2.13. How does this specification distinguish between behavior in first-party and third-party contexts?
4646
Streams that are tainted with another origin cannot be accessed with this API, as that would break the isolation rule.
4747

48-
###2.14. How does this specification work in the context of a user agent’s Private Browsing or "incognito" mode?
48+
### 2.14. How does this specification work in the context of a user agent’s Private Browsing or "incognito" mode?
4949
No difference.
5050

51-
###2.15. Does this specification have a "Security Considerations" and "Privacy Considerations" section?
51+
### 2.15. Does this specification have a "Security Considerations" and "Privacy Considerations" section?
5252
Yes.
5353

54-
###2.16. Does this specification allow downgrading default security characteristics?
54+
### 2.16. Does this specification allow downgrading default security characteristics?
5555
No.
5656

57-
###2.17. What should this questionnaire have asked?
57+
### 2.17. What should this questionnaire have asked?
5858
The questions seem adequate.
5959

0 commit comments

Comments
 (0)