- From: CVS User plehegar <cvsmail@w3.org>
- Date: Fri, 18 Jan 2019 15:47:42 +0000
- To: public-tracking-commit@w3.org
Update of /w3ccvs/WWW/2011/tracking-protection/drafts In directory gil:/var/tmp/cvs-serv6181 Modified Files: tracking-compliance.html Log Message: Removed respec --- /w3ccvs/WWW/2011/tracking-protection/drafts/tracking-compliance.html 2019/01/18 15:42:46 1.166 +++ /w3ccvs/WWW/2011/tracking-protection/drafts/tracking-compliance.html 2019/01/18 15:47:41 1.167 @@ -1,87 +1,532 @@ -<!DOCTYPE html> - -<html lang="en" dir="ltr"> -<head> +<!DOCTYPE html><html lang="en" dir="ltr"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="ReSpec 24.2.2"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><style>/* --- EXAMPLES --- */ +span.example-title { + text-transform: none; +} +aside.example, div.example, div.illegal-example { + padding: 0.5em; + margin: 1em 0; + position: relative; + clear: both; +} +div.illegal-example { color: red } +div.illegal-example p { color: black } +aside.example, div.example { + padding: .5em; + border-left-width: .5em; + border-left-style: solid; + border-color: #e0cb52; + background: #fcfaee; +} + +aside.example div.example { + border-left-width: .1em; + border-color: #999; + background: #fff; +} +aside.example div.example span.example-title { + color: #999; +} +</style><style>/* --- ISSUES/NOTES --- */ +div.issue-title, div.note-title , div.ednote-title, div.warning-title { + padding-right: 1em; + min-width: 7.5em; + color: #b9ab2d; +} +div.issue-title { color: #e05252; } +div.note-title, div.ednote-title { color: #2b2; } +div.warning-title { color: #f22; } +div.issue-title span, div.note-title span, div.ednote-title span, div.warning-title span { + text-transform: uppercase; +} +div.note, div.issue, div.ednote, div.warning { + margin-top: 1em; + margin-bottom: 1em; +} +.warning > p:first-child { margin-top: 0 } +.warning { + padding: .5em; + border-left-width: .5em; + border-left-style: solid; +} +div.issue, div.note , div.ednote, div.warning { + padding: 1em 1.2em 0.5em; + margin: 1em 0; + position: relative; + clear: both; +} +span.warning { padding: .1em .5em .15em; } + +.issue { + border-color: #e05252; + background: #fbe9e9; +} +.issue.closed span.issue-number { + text-decoration: line-through; +} + +.warning { + border-color: #f11; + border-width: .2em; + border-style: solid; + background: #fbe9e9; +} + +.warning-title:before{ + content: "⚠"; /*U+26A0 WARNING SIGN*/ + font-size: 3em; + float: left; + height: 100%; + padding-right: .3em; + vertical-align: top; + margin-top: -0.5em; +} + +li.task-list-item { + list-style: none; +} + +input.task-list-item-checkbox { + margin: 0 0.35em 0.25em -1.6em; + vertical-align: middle; +} + +.issue a.respec-gh-label { + padding: 5px; + margin: 0 2px 0 2px; + font-size: 10px; + text-transform: none; + text-decoration: none; + font-weight: bold; + border-radius: 4px; + position: relative; + bottom: 2px; +} + +.issue a.respec-label-dark { + color: #fff; + background-color: #000; +} + +.issue a.respec-label-light { + color: #000; + background-color: #fff; +} +</style> <title>Tracking Compliance and Scope</title> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> - <script src="https://www.w3.org/Tools/respec/respec-w3c-common" class="remove" - async=""> -</script> - <script class="remove"> -var respecConfig = { - specStatus: "WG-NOTE", - shortName: "tracking-compliance", - publishDate: "2019-01-19", - previousMaturity: "CR", - previousPublishDate: "2016-04-26", - edDraftURI: "https://www.w3.org/2011/tracking-protection/drafts/tracking-compliance.html", - editors: [ - { name: "Nick Doty", "w3cid": 47451, url: "https://npdoty.name" }, - { name: "Heather West", "w3cid": 84519, - company: "Google", companyURL: "http://google.com/", - note: "until 2014" }, - { name: "Justin Brookman", "w3cid": 80718, - company: "CDT", companyURL: "http://cdt.org/", - note: "until September 2013" }, - { name: "Sean Harvey", "w3cid": 50011, - company: "Google", companyURL: "http://google.com/", - note: "until June 2012" }, - { name: "Erica Newland", "w3cid": 44738, - company: "CDT", companyURL: "http://cdt.org/", - note: "until May 2012" }, - ], - license: "w3c", - wg: "Tracking Protection Working Group", - wgURI: "https://www.w3.org/2011/tracking-protection/", - wgPublicList: "public-tracking", - wgPatentURI: "https://www.w3.org/2004/01/pp-impl/49311/status", - issueBase: "https://www.w3.org/2011/tracking-protection/track/issues/", - } - </script> + + + <style> table.simple { width: 40%; margin: 0 auto; } </style> -</head> +<style id="respec-mainstyle">/***************************************************************** + * ReSpec 3 CSS + * Robin Berjon - http://berjon.com/ + *****************************************************************/ + +/* Override code highlighter background */ +.hljs { + background: transparent !important; +} + +/* --- INLINES --- */ +h1 abbr, +h2 abbr, +h3 abbr, +h4 abbr, +h5 abbr, +h6 abbr, +a abbr { + border: none; +} + +dfn { + font-weight: bold; +} + +a.internalDFN { + color: inherit; + border-bottom: 1px solid #99c; + text-decoration: none; +} + +a.externalDFN { + color: inherit; + border-bottom: 1px dotted #ccc; + text-decoration: none; +} + +a.bibref { + text-decoration: none; +} + +#references :target { + background: #eaf3ff; +} + +cite .bibref { + font-style: normal; +} + +code { + color: #c83500; +} + +th code { + color: inherit; +} + +/* --- TOC --- */ + +.toc a, +.tof a { + text-decoration: none; +} + +a .secno, +a .figno { + color: #000; +} + +ul.tof, +ol.tof { + list-style: none outside none; +} + +.caption { + margin-top: 0.5em; + font-style: italic; +} + +/* --- TABLE --- */ + +table.simple { + border-spacing: 0; + border-collapse: collapse; + border-bottom: 3px solid #005a9c; +} + +.simple th { + background: #005a9c; + color: #fff; + padding: 3px 5px; + text-align: left; +} + +.simple th[scope="row"] { + background: inherit; + color: inherit; + border-top: 1px solid #ddd; +} + +.simple td { + padding: 3px 10px; + border-top: 1px solid #ddd; +} + +.simple tr:nth-child(even) { + background: #f0f6ff; +} + +/* --- DL --- */ + +.section dd>p:first-child { + margin-top: 0; +} + +.section dd>p:last-child { + margin-bottom: 0; +} + +.section dd { + margin-bottom: 1em; +} + +.section dl.attrs dd, +.section dl.eldef dd { + margin-bottom: 0; +} + +#issue-summary>ul, +.respec-dfn-list { + column-count: 2; +} + +#issue-summary li, +.respec-dfn-list li { + list-style: none; +} + +details.respec-tests-details { + margin-left: 1em; + display: inline-block; + vertical-align: top; +} + +details.respec-tests-details>* { + padding-right: 2em; +} + +details.respec-tests-details[open] { + z-index: 999999; + position: absolute; + border: thin solid #cad3e2; + border-radius: 0.3em; + background-color: white; + padding-bottom: 0.5em; +} + +details.respec-tests-details[open]>summary { + border-bottom: thin solid #cad3e2; + padding-left: 1em; + margin-bottom: 1em; + line-height: 2em; +} + +details.respec-tests-details>ul { + width: 100%; + margin-top: -0.3em; +} + +details.respec-tests-details>li { + padding-left: 1em; +} + +a[href].self-link:hover { + opacity: 1; + text-decoration: none; + background-color: transparent; +} + +h2, +h3, +h4, +h5, +h6 { + position: relative; +} + +aside.example .marker > a.self-link { + color: inherit; +} + +h2>a.self-link, +h3>a.self-link, +h4>a.self-link, +h5>a.self-link, +h6>a.self-link { + border: none; + color: inherit; + font-size: 83%; + height: 2em; + left: -1.6em; + opacity: .5; + position: absolute; + text-align: center; + text-decoration: none; + top: 0; + transition: opacity .2s; + width: 2em; +} + +h2>a.self-link::before, +h3>a.self-link::before, +h4>a.self-link::before, +h5>a.self-link::before, +h6>a.self-link::before { + content: "§"; + display: block; +} + +@media (max-width: 767px) { + dd { + margin-left: 0; + } + + /* Don't position self-link in headings off-screen */ + h2>a.self-link, + h3>a.self-link, + h4>a.self-link, + h5>a.self-link, + h6>a.self-link { + left: auto; + top: auto; + } [947 lines skipped]
Received on Friday, 18 January 2019 15:47:43 UTC