|
| 1 | +<!doctype html> |
| 2 | +<html> |
| 3 | +<head> |
| 4 | + <style> |
| 5 | + .fpwd {background: hsl(10,55%,55%); color: #fff} |
| 6 | + .wd {background: hsl(20, 78%, 55%); color: #fff} |
| 7 | + .cr {background: hsl(62, 86%, 45%); color: #000} |
| 8 | + .pr {background: hsl(89, 53%, 44%); color: #fff} |
| 9 | + .rec, .note {background: hsl(129, 53%, 40%); color: #fff} |
| 10 | + |
| 11 | + a, a:visited { color: #000; } |
| 12 | + |
| 13 | + body { |
| 14 | + font: 1em/1.2 sans-serif; |
| 15 | + } |
| 16 | + table { |
| 17 | + border-collapse: collapse; |
| 18 | + margin: 0; |
| 19 | + } |
| 20 | + th { |
| 21 | + font-size: 1.2em; |
| 22 | + font-weight: 700; |
| 23 | + color: #333; |
| 24 | + border-bottom: 1px solid #999; |
| 25 | + padding-top: 1em; |
| 26 | + } |
| 27 | + th:first-child { |
| 28 | + text-align: left; |
| 29 | + } |
| 30 | + tr { |
| 31 | + border: 0; |
| 32 | + margin: 0; |
| 33 | + } |
| 34 | + tr:nth-child(2n) { |
| 35 | + background: #DDD; |
| 36 | + } |
| 37 | + tr:last-child { |
| 38 | + border-bottom: 1px solid #999; |
| 39 | + } |
| 40 | + td { |
| 41 | + padding: 0; |
| 42 | + } |
| 43 | + td a { |
| 44 | + display: block; |
| 45 | + padding: 0.5em; |
| 46 | + text-decoration: none; |
| 47 | + text-align: right; |
| 48 | + } |
| 49 | + |
| 50 | + </style> |
| 51 | +</head> |
| 52 | +<body> |
| 53 | + <h1>Table of Specifications</h1> |
| 54 | + <table> |
| 55 | + <tbody id="complete"> |
| 56 | + <tr> |
| 57 | + <th>Complete</th> |
| 58 | + <th>ED</th> |
| 59 | + <th>TR</th> |
| 60 | + </tr> |
| 61 | + <tr> |
| 62 | + <td>Content Security Policy Level 1</td> |
| 63 | + <td></td> |
| 64 | + <td><a href="http://w3.org/TR/CSP1/" class="note">NOTE: /TR/CSP1</a></td> |
| 65 | + </tr> |
| 66 | + </tbody> |
| 67 | + <tbody id="stable"> |
| 68 | + <tr> |
| 69 | + <th>Stable</th> |
| 70 | + <th>ED</th> |
| 71 | + <th>TR</th> |
| 72 | + </tr> |
| 73 | + <tr> |
| 74 | + <td>Content Security Policy Level 2</td> |
| 75 | + <td><a href="https://w3c.github.io/webappsec/specs/CSP2/">GitHub: w3c/webappsec</a></td> |
| 76 | + <td><a href="http://w3.org/TR/CSP1/" class="cr">CR: /TR/CSP2</a></td> |
| 77 | + </tr> |
| 78 | + <tr> |
| 79 | + <td>Mixed Content</td> |
| 80 | + <td><a href="https://w3c.github.io/webappsec/specs/mixedcontent/">GitHub: w3c/webappsec</a></td> |
| 81 | + <td><a href="http://w3.org/TR/mixed-content/" class="cr">CR: /TR/mixed-content/</a></td> |
| 82 | + </tr> |
| 83 | + <tr> |
| 84 | + <td>Subresource Integrity</td> |
| 85 | + <td><a href="https://w3c.github.io/webappsec/specs/subresourceintegrity/">GitHub: w3c/webappsec</a></td> |
| 86 | + <td><a href="http://w3.org/TR/SRI/" class="wd">WD: /TR/SRI/</a></td> |
| 87 | + </tr> |
| 88 | + <tr> |
| 89 | + <td>Upgrade Insecure Requests</td> |
| 90 | + <td><a href="https://w3c.github.io/webappsec/specs/upgrade/">GitHub: w3c/webappsec</a></td> |
| 91 | + <td><a href="http://w3.org/TR/upgrade-insecure-requests/" class="wd">WD: /TR/upgrade-insecure-requests/</a></td> |
| 92 | + </tr> |
| 93 | + </tbody> |
| 94 | + <tbody id="stabilizing"> |
| 95 | + <tr> |
| 96 | + <th>Stabilizing</th> |
| 97 | + <th>ED</th> |
| 98 | + <th>TR</th> |
| 99 | + </tr> |
| 100 | + <tr> |
| 101 | + <td>Credential Management Level 1</td> |
| 102 | + <td><a href="https://w3c.github.io/webappsec/specs/credentialmanagement/">GitHub: w3c/webappsec</a></td> |
| 103 | + <td><a href="http://w3.org/TR/referrer-policy/" class="wd">WD: /TR/credential-management/</a></td> |
| 104 | + </tr> |
| 105 | + <tr> |
| 106 | + <td>Permissions API</td> |
| 107 | + <td><a href="https://w3c.github.io/permissions/">GitHub: w3c/permissions</a></td> |
| 108 | + <td><a href="http://w3.org/TR/permissions/" class="fpwd">FPWD: /TR/permissions/</a></td> |
| 109 | + </tr> |
| 110 | + <tr> |
| 111 | + <td>Referrer Policy</td> |
| 112 | + <td><a href="https://w3c.github.io/webappsec/specs/referrer-policy/">GitHub: w3c/webappsec</a></td> |
| 113 | + <td><a href="http://w3.org/TR/referrer-policy/" class="wd">WD: /TR/referrer-policy/</a></td> |
| 114 | + </tr> |
| 115 | + <tr> |
| 116 | + <td>Secure Contexts</td> |
| 117 | + <td><a href="https://w3c.github.io/webappsec/specs/powerfulfeatures/">GitHub: w3c/webappsec</a></td> |
| 118 | + <td><a href="http://w3.org/TR/powerful-features/" class="wd">WD: /TR/powerful-features/</a></td> |
| 119 | + </tr> |
| 120 | + </tbody> |
| 121 | + <tbody id="wip"> |
| 122 | + <tr> |
| 123 | + <th>Works in Progress</th> |
| 124 | + <th>ED</th> |
| 125 | + <th>TR</th> |
| 126 | + </tr> |
| 127 | + <tr> |
| 128 | + <td>Clear Site Data</td> |
| 129 | + <td><a href="https://w3c.github.io/webappsec/specs/clear-site-data/">GitHub: w3c/webappsec</a></td> |
| 130 | + <td><a href="http://w3.org/TR/clear-site-data/" class="fpwd">FPWD: /TR/clear-site-data/</a></td> |
| 131 | + </tr> |
| 132 | + <tr> |
| 133 | + <td>Confinement with Origin Web Labels</td> |
| 134 | + <td><a href="https://w3c.github.io/webappsec/specs/cowl/">GitHub: w3c/webappsec</a></td> |
| 135 | + <td></td> |
| 136 | + </tr> |
| 137 | + <tr> |
| 138 | + <td>CSP Pinning</td> |
| 139 | + <td><a href="https://w3c.github.io/webappsec/specs/csp-pinning/">GitHub: w3c/webappsec</a></td> |
| 140 | + <td><a href="http://w3.org/TR/csp-pinning/" class="fpwd">FPWD: /TR/csp-pinning/</a></td> |
| 141 | + </tr> |
| 142 | + <tr> |
| 143 | + <td>Entry Point Regulation</td> |
| 144 | + <td><a href="https://w3c.github.io/webappsec/specs/epr/">GitHub: w3c/webappsec</a></td> |
| 145 | + <td><a href="http://w3.org/TR/epr/" class="fpwd">FPWD: /TR/epr/</a></td> |
| 146 | + </tr> |
| 147 | + </tbody> |
| 148 | +</body> |
| 149 | +</html> |
0 commit comments