Skip to content
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

Mark all features from DNT spec deprecated #4960

Merged
merged 1 commit into from
May 15, 2021

Conversation

sideshowbarker
Copy link
Collaborator

The https://www.w3.org/TR/tracking-dnt/ spec never made it to W3C Recommendation; instead it was retired as a Working Group Note:

https://www.w3.org/TR/2019/NOTE-tracking-dnt-20190117/

In the W3C spec database its formal status is Retired:

https://www.w3.org/TR/?tag=privacy&status=ret

And the Status section of https://www.w3.org/TR/tracking-dnt/ itself says:

Since its last publication as a Candidate Recommendation, there has not been sufficient deployment of these extensions (as defined) to justify further advancement, nor have there been indications of planned support among user agents, third parties, and the ecosystem at large.

All of that is sufficient to merit the features being marked as deprecated in BCD.

So this change adds a Deprecated banner to the following articles:

Related BCD change: mdn/browser-compat-data#10469

The https://www.w3.org/TR/tracking-dnt/ spec never made it to W3C
Recommendation; instead it was retired as a W3C Working Group Note:

https://www.w3.org/TR/2019/NOTE-tracking-dnt-20190117/

In the W3C spec database its formal status is Retired:

https://www.w3.org/TR/?tag=privacy&status=ret

And the Status section of https://www.w3.org/TR/tracking-dnt/ itself says:

> Since its last publication as a Candidate Recommendation, there has
> not been sufficient deployment of these extensions (as defined) to
> justify further advancement, nor have there been indications of planned
> support among user agents, third parties, and the ecosystem at large.

All of that is sufficient to merit the features being marked as
deprecated in BCD.

So this change adds a Deprecated banner to the following articles:

* https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/DNT
* https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Tk
* https://developer.mozilla.org/en-US/docs/Web/API/Navigator/doNotTrack

Related BCD change: mdn/browser-compat-data#10469
@sideshowbarker sideshowbarker requested review from a team as code owners May 13, 2021 01:56
@sideshowbarker sideshowbarker requested review from mirunacurtean and Rumyra and removed request for a team May 13, 2021 01:56
sideshowbarker added a commit to w3c/browser-compat-data that referenced this pull request May 13, 2021
The https://www.w3.org/TR/tracking-dnt/ spec never made it to W3C
Recommendation; instead it was retired as a W3C Working Group Note:

https://www.w3.org/TR/2019/NOTE-tracking-dnt-20190117/

In the W3C spec database its formal status is Retired:

https://www.w3.org/TR/?tag=privacy&status=ret

And the Status section of https://www.w3.org/TR/tracking-dnt/ itself says:

> Since its last publication as a Candidate Recommendation, there has
> not been sufficient deployment of these extensions (as defined) to
> justify further advancement, nor have there been indications of planned
> support among user agents, third parties, and the ecosystem at large.

All of that is sufficient to merit the features being marked as
deprecated in BCD.

The affected features are:

* the DNT HTTP request header
* the Tk HTTP response header
* the navigator.doNotTrack property

Related MDN change: mdn/content#4960
@github-actions
Copy link
Contributor

Preview URLs

Flaws

Note! 2 documents with no flaws that don't need to be listed. 🎉

URL: /en-US/docs/Web/HTTP/Headers
Title: HTTP headers
on GitHub
Flaw count: 7

  • macros:
    • /en-US/docs/Glossary/COEP does not exist
    • /en-US/docs/Glossary/COOP does not exist
    • /en-US/docs/Glossary/CORP does not exist
  • broken_links:
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://
  • heading_links:
    • h2 heading contains an <a> tag
    • h3 heading contains an <a> tag

URL: /en-US/docs/Web/HTTP/Resources_and_specifications
Title: HTTP resources and specifications
on GitHub
Flaw count: 1

  • broken_links:
    • Is currently http:// but can become https://

URL: /en-US/docs/Web/API/Navigator/doNotTrack
Title: Navigator.doNotTrack
on GitHub
Flaw count: 7

  • macros:
    • /en-us/docs/web/api/navigatorcontentutils (url: /en-US/docs/Web/API/NavigatorContentUtils) does not exist
    • /en-us/docs/web/api/navigatorstorageutils (url: /en-US/docs/Web/API/NavigatorStorageUtils) does not exist
    • /en-us/docs/web/api/navigatorfeatures (url: /en-US/docs/Web/API/NavigatorFeatures) does not exist
    • /en-us/docs/web/api/navigatorbattery (url: /en-US/docs/Web/API/NavigatorBattery) does not exist
    • /en-us/docs/web/api/navigatordatastore (url: /en-US/docs/Web/API/NavigatorDataStore) does not exist
    • and 1 more flaws omitted
  • broken_links:
    • Can't resolve /en-US/docs/Web/Security/Do_not_track_field_guide

External URLs

URL: /en-US/docs/Web/HTTP/Headers
Title: HTTP headers
on GitHub


URL: /en-US/docs/Web/HTTP/Headers/DNT
Title: DNT
on GitHub

No new external URLs


URL: /en-US/docs/Web/HTTP/Headers/Tk
Title: Tk
on GitHub

No new external URLs


URL: /en-US/docs/Web/HTTP/Resources_and_specifications
Title: HTTP resources and specifications
on GitHub


URL: /en-US/docs/Web/API/Navigator/doNotTrack
Title: Navigator.doNotTrack
on GitHub

No new external URLs

sideshowbarker added a commit to w3c/browser-specs that referenced this pull request May 13, 2021
https://www.w3.org/TR/tracking-dnt/ never made it to Recommendation;
instead it was retired as a Working Group Note:

https://www.w3.org/TR/2019/NOTE-tracking-dnt-20190117/

Its formal status is Retired:

https://www.w3.org/TR/?tag=privacy&status=ret

And its Status section says:

> Since its last publication as a Candidate Recommendation, there has
> not been sufficient deployment of these extensions (as defined) to
> justify further advancement, nor have there been indications of planned
> support among user agents, third parties, and the ecosystem at large.

Related BCD change: mdn/browser-compat-data#10469
Related MDN change: mdn/content#4960
sideshowbarker added a commit to w3c/browser-compat-data that referenced this pull request May 15, 2021
The https://www.w3.org/TR/tracking-dnt/ spec never made it to W3C
Recommendation; instead it was retired as a W3C Working Group Note:

https://www.w3.org/TR/2019/NOTE-tracking-dnt-20190117/

In the W3C spec database its formal status is Retired:

https://www.w3.org/TR/?tag=privacy&status=ret

And the Status section of https://www.w3.org/TR/tracking-dnt/ itself says:

> Since its last publication as a Candidate Recommendation, there has
> not been sufficient deployment of these extensions (as defined) to
> justify further advancement, nor have there been indications of planned
> support among user agents, third parties, and the ecosystem at large.

All of that is sufficient to merit the features being marked as
deprecated in BCD.

The affected features are:

* the DNT HTTP request header
* the Tk HTTP response header
* the navigator.doNotTrack property

Related MDN change: mdn/content#4960
sideshowbarker added a commit to mdn/browser-compat-data that referenced this pull request May 15, 2021
The https://www.w3.org/TR/tracking-dnt/ spec never made it to W3C
Recommendation; instead it was retired as a W3C Working Group Note:

https://www.w3.org/TR/2019/NOTE-tracking-dnt-20190117/

In the W3C spec database its formal status is Retired:

https://www.w3.org/TR/?tag=privacy&status=ret

And the Status section of https://www.w3.org/TR/tracking-dnt/ itself says:

> Since its last publication as a Candidate Recommendation, there has
> not been sufficient deployment of these extensions (as defined) to
> justify further advancement, nor have there been indications of planned
> support among user agents, third parties, and the ecosystem at large.

All of that is sufficient to merit the features being marked as
deprecated in BCD.

The affected features are:

* the DNT HTTP request header
* the Tk HTTP response header
* the navigator.doNotTrack property

Related MDN change: mdn/content#4960
Copy link
Collaborator

@wbamberg wbamberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 , looks good to me, thanks @sideshowbarker !

@wbamberg wbamberg merged commit 7059d0e into main May 15, 2021
@wbamberg wbamberg deleted the sideshowbarker/tracking-dnt-features-deprecate branch May 15, 2021 03:10
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants