-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add fingerprinting-guidance to the list of specs. #326
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hi @jyasskin - the Fingerprinting Guidance document doesn't a prori fulfills the requirements for addition here, since it's not a spec that browsers would implement. Can you say more about the motivation of having added?
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We did not include the spec in the initial list because it is a Note that is not "implemented" per se and we hadn't fleshed out spec selection criteria at the time (see #26 and #50 (comment)) .
These criteria now mention "guidelines from horizontal activities such as accessibility, internationalization, privacy and security" as a good motivation for inclusion, and it makes sense for specs to reference the browser fingerprinting spec. So +1 from me.
@jyasskin FYI, I note that the spec only exports 2 definitions for the time being:
There could be other terms worth exporting so that other specs may cross-reference them such as passive fingerprinting, active fingerprinting and cookie-like fingerprinting.
It may also be useful to be add the best practices themselves to the xref database, I'm not sure there is a good mechanism for that for the time being though.
@dontcallmedom I note that I hadn't seen your feedback before I provided mine. If you believe that we need to give it more thoughts, that's fine with me. Sooner or later, we'll hit the "spec not for browsers but needs to be in the list coz' that other spec needs to reference terms" problem 🙀 |
That was indeed kind of what I were I was going - if indeed the need is/was mostly in terms of expanding the set of available definitions, this might be sign that time has come to bite that bullet. But I also recognize your argument about the updated set of acceptable documents applies, so 🤷 |
Sorry for taking a while to reply: my reasoning was what @tidoust described, that other implemented specs need to refer to the couple exported definitions. The other plausible terms aren't exported yet just because other specs happen not to have needed to refer to them. I don't edit that document, but I suspect its editor will accept such pull requests when they're needed. I think we'd add the best practices themselves similarly to how https://w3ctag.github.io/ethical-web-principles/#oneweb does it: just make the title a |
No description provided.