w3c / webmediaguidelines

Web Media applications developer guidelines
https://w3c.github.io/webmediaguidelines/
10 stars 16 forks source link

Use of unique device identifiers #87

Closed paulhiggs closed 6 years ago

paulhiggs commented 6 years ago

Section 3.1.2 gives some information about how unique device identifiers can be created but the specification does not seem to make any use of them. While this paragraph is interesting, it would be useful to give a few examples of where the unique device identifier could be used and what impacts the application developer needs to consider.

thasso commented 6 years ago

I think its a good point and I will take a look at section 3.1 in general and that specific paragraph. Right now I'm thinking of re-writing that to make clear that the device identification is primarily related to DRM and its internals and is in fact not suppose to leak out if that black box. I think the intention of Web API's is in fact the opposite and is intended to prevent easy device identification.

joelkorpi commented 6 years ago

I will move section 3.3 into it's own section for Advertising as part of this.

thasso commented 6 years ago

I added PR #96 that adds some examples.