Add missing spec_url for http.headers.DNT and api.Navigator
Summary
spec_url was missing for http.headers.DNT so I search for it myself and now i hope to update the MDN docs with it.
Also updated api.Navigator.doNotTrack as it is in the same docuemnt.
Test results and supporting details
I checked my modification again the __compat object schema and included a fragment identifier in the spec_url
OK, look like the ci is failing. Locally when I run npm test I dont have any errors. Any idea where the difference could come from?
Concerning the errors:
Error → Invalid specification URL found:
- there is a more current specification URL: No, it is the latest version and there wont be a new version a the working group is closed.
- the specification is listed in https://github.com/w3c/browser-specs` : yes, i checked, it is listed on browsertech
- the specification has a "good" standing: I am not sure what that mean or how to check it.
Error → Marked as non-standard, but has a spec_url
I did not realize those were mutualy exclusive, but it make sense. Maybe it should be added to the spec_url description int the __compat object schema
Given that it will stay non-standard i guess I should just close the pull request? Sorry for the inconvenience.
maybe can use https://w3c.github.io/dnt/drafts/tracking-dnt.html
Given that it will stay non-standard i guess I should just close the pull request? Sorry for the inconvenience.
Yes, I think we should leave this as is. DNT has no active spec anymore.