|
75 | 75 | font-weight:bold; |
76 | 76 | } |
77 | 77 |
|
78 | | -article section:not([id=abstract]):not([id=sotd]):not([id=references]):not([id=appendix]):not([id=acknowledgements]):not([id=change-log]):not([id=exit-criteria]) { |
| 78 | +article section:not([id=abstract]):not([id=sotd]):not([id=references]):not([id=appendix]):not([id=acknowledgements]):not([id=changelog]):not([id=exit-criteria]) { |
79 | 79 | counter-increment:section; |
80 | 80 | counter-reset:sub-section; |
81 | 81 | } |
82 | | -article section:not([id=abstract]):not([id=sotd]):not([id=references]):not([id=appendix]):not([id=acknowledgements]):not([id=change-log]) section:not([id$=references]):not([id=exit-criteria]) { |
| 82 | +article section:not([id=abstract]):not([id=sotd]):not([id=references]):not([id=appendix]):not([id=acknowledgements]):not([id=changelog]) section:not([id$=references]):not([id=exit-criteria]) { |
83 | 83 | counter-increment:sub-section; |
84 | 84 | counter-reset:sub-sub-section; |
85 | 85 | } |
86 | | -article section:not([id=abstract]):not([id=sotd]):not([id=references]):not([id=appendix]):not([id=acknowledgements]):not([id=change-log]) section:not([id$=references]):not([id=exit-criteria]) section { |
| 86 | +article section:not([id=abstract]):not([id=sotd]):not([id=references]):not([id=appendix]):not([id=acknowledgements]):not([id=changelog]) section:not([id$=references]):not([id=exit-criteria]) section { |
87 | 87 | counter-increment:sub-sub-section; |
88 | 88 | counter-reset:sub-sub-sub-section; |
89 | 89 | } |
90 | | -article section:not([id=abstract]):not([id=sotd]):not([id=references]):not([id=appendix]):not([id=acknowledgements]):not([id=change-log]) section:not([id$=references]):not([id=exit-criteria]) section section { |
| 90 | +article section:not([id=abstract]):not([id=sotd]):not([id=references]):not([id=appendix]):not([id=acknowledgements]):not([id=changelog]) section:not([id$=references]):not([id=exit-criteria]) section section { |
91 | 91 | counter-increment:sub-sub-sub-section; |
92 | 92 | counter-reset:sub-sub-sub-sub-section; |
93 | 93 | } |
94 | | -article section:not([id=abstract]):not([id=sotd]):not([id=references]):not([id=appendix]):not([id=acknowledgements]):not([id=change-log]):not([id=exit-criteria]):not([id^=table-of-]) > h2:before { |
| 94 | +article section:not([id=abstract]):not([id=sotd]):not([id=references]):not([id=appendix]):not([id=acknowledgements]):not([id=changelog]):not([id=exit-criteria]):not([id^=table-of-]) > h2:before { |
95 | 95 | content:counter(section) ".\00a0"; |
96 | 96 | } |
97 | | -section:not([id$=references]):not([id^=change-log]):not([id=exit-criteria]) > h3:before { |
| 97 | +section:not([id$=references]):not([id^=changelog]):not([id=exit-criteria]) > h3:before { |
98 | 98 | content:counter(section) "." counter(sub-section) "\00a0"; |
99 | 99 | } |
100 | 100 | section > h4:before { |
|
139 | 139 | <article about="" typeof="schema:Article doap:Specification"> |
140 | 140 | <h1 property="schema:name">Web Access Control</h1> |
141 | 141 |
|
142 | | - <p id="w3c-state">Version <span property="doap:revision">1.0.0</span>, Editor’s Draft, <time>2022-07-05</time></p> |
| 142 | + <p id="w3c-state">Version <span property="doap:revision">1.0.0</span>, Editor’s Draft, <time>2023-11-06</time></p> |
143 | 143 |
|
144 | 144 | <details open=""> |
145 | 145 | <summary>More details about this document</summary> |
@@ -183,7 +183,7 @@ <h1 property="schema:name">Web Access Control</h1> |
183 | 183 |
|
184 | 184 | <dl id="document-modified"> |
185 | 185 | <dt>Modified</dt> |
186 | | - <dd><time content="2022-07-05T00:00:00Z" datatype="xsd:dateTime" datetime="2022-07-05T00:00:00Z" property="schema:dateModified">2022-07-05</time></dd> |
| 186 | + <dd><time content="2023-11-06T00:00:00Z" datatype="xsd:dateTime" datetime="2023-11-06T00:00:00Z" property="schema:dateModified">2023-11-06</time></dd> |
187 | 187 | </dl> |
188 | 188 |
|
189 | 189 | <dl id="document-repository"> |
@@ -1172,25 +1172,57 @@ <h3 property="schema:name">Security and Privacy Review</h3> |
1172 | 1172 | </div> |
1173 | 1173 | </section> |
1174 | 1174 |
|
1175 | | - <section id="change-log" inlist="" rel="schema:hasPart" resource="#change-log"> |
1176 | | - <h2 property="schema:name">Change Log</h2> |
| 1175 | + <section id="changelog" inlist="" rel="schema:hasPart" resource="#changelog" typeof="spec:Changelog"> |
| 1176 | + <h2 property="schema:name">Changelog</h2> |
1177 | 1177 | <div datatype="rdf:HTML" property="schema:description"> |
1178 | 1178 | <p><em>This section is non-normative.</em></p> |
1179 | 1179 |
|
1180 | | - <p><a about="https://solidproject.org/TR/2022/wac-20220705" href="https://solidproject.org/TR/2022/wac-20220705" rel="prov:wasRevisionOf" resource="https://solidproject.org/TR/2021/wac-20210711">wac-20220705</a> ← <a href="https://solidproject.org/TR/2021/wac-20210711">wac-20210711</a></p> |
1181 | | - |
1182 | | - <section id="change-log-wac-20210711" inlist="" rel="schema:hasPart" resource="#change-log-wac-20210711"> |
1183 | | - <h3 property="schema:name">Changes from wac-20210711 to this version</h3> |
1184 | | - <div datatype="rdf:HTML" property="schema:description"> |
1185 | | - <ul> |
1186 | | - <li>Amend language, document details, and markup.</li> |
1187 | | - <li>Update <a href="#acl-link-relation">acl Link Relation</a> definition.</li> |
1188 | | - <li>Add <a href="#document-contributors">Contributors</a>.</li> |
1189 | | - <li>Update <a href="#references">References</a>.</li> |
1190 | | - <li>Clarify existing requirements.</li> |
1191 | | - </ul> |
1192 | | - </div> |
1193 | | - </section> |
| 1180 | + <p>This document is based on <a href="https://solidproject.org/TR/wac-20220705">Web Access Control, Version 1.0.0-cr.1, Candidate Recommendation</a>. A <a href="https://github.com/solid/web-access-control-spec/issues?q=is%3Aopen+is%3Aissue+milestone%3Acg-draft">list of issues addressed</a>, a <a href="https://services.w3.org/htmldiff?doc1=https%3A%2F%2Fsolidproject.org%2FTR%2F2022%2Fwac-20220705&doc2=https%3A%2F%2Fsolid.github.io%2Fweb-access-control-spec%2F">diff from Web Access Control, Version 1.0.0-cr.1, Candidate Recommendation to this latest version</a>, as well as a <a href="https://github.com/solid/web-access-control-spec/commits/main/index.html">detailed log of changes</a> are available.</p> |
| 1181 | + |
| 1182 | + <p>The following summary of <em>editorial</em>, <em>substantive</em>, and <em>registry</em> <span about="" rel="spec:changelog" resource="#changelog">changes</span> are classified using the <cite>W3C Process Document</cite> <cite><a href="https://www.w3.org/Consortium/Process/#correction-classes">Classes of Changes</a></cite> [<cite><a class="bibref" href="#bib-w3c-process">W3C-PROCESS</a></cite>]:</p> |
| 1183 | + |
| 1184 | + <table id="changes-since-wac-20220705"> |
| 1185 | + <caption>Changes since <a href="https://solidproject.org/TR/wac-20220705">Web Access Control, Version 1.0.0-cr.1, Candidate Recommendation</a></caption> |
| 1186 | + <thead> |
| 1187 | + <tr> |
| 1188 | + <th>Change Class</th> |
| 1189 | + <th>Subject</th> |
| 1190 | + <th>Description</th> |
| 1191 | + </tr> |
| 1192 | + </thead> |
| 1193 | + <tbody about="#changelog" rel="spec:change"> |
| 1194 | + <tr about="#b2bb4e59-20a3-4f3b-b061-d7f98880eabe" typeof="spec:Change"> |
| 1195 | + <td><a href="https://www.w3.org/Consortium/Process/#class-1" rel="spec:changeClass" resource="spec:ChangeClass1">1</a></td> |
| 1196 | + <td><a href="" rel="spec:changeSubject">Document</a></td> |
| 1197 | + <td property="spec:statement">Amend broken links, style sheets, or invalid markup.</td> |
| 1198 | + </tr> |
| 1199 | + <tr about="#e66968b3-bffc-4e1a-bf9d-3e445349a421" typeof="spec:Change"> |
| 1200 | + <td><a href="https://www.w3.org/Consortium/Process/#class-2" rel="spec:changeClass" resource="spec:ChangeClass2">2</a></td> |
| 1201 | + <td><a href="" rel="spec:changeSubject">Document</a></td> |
| 1202 | + <td property="spec:statement">Amend language and document details.</td> |
| 1203 | + </tr> |
| 1204 | + <tr about="#f3350f91-a10f-4c63-9fff-d82864d36bc0" typeof="spec:Change"> |
| 1205 | + <td><a href="https://www.w3.org/Consortium/Process/#class-2" rel="spec:changeClass" resource="spec:ChangeClass2">2</a></td> |
| 1206 | + <td><a href="#security-privacy-review-non-fully-active" rel="spec:changeSubject">#security-privacy-review-non-fully-active</a></td> |
| 1207 | + <td property="spec:statement">Add <a href="#security-privacy-review">Security Privacy Review questionnaire</a> for <a href="#security-privacy-review-non-fully-active">non-"fully-active" documents</a>.</td> |
| 1208 | + </tr> |
| 1209 | + </tbody> |
| 1210 | + <tfoot> |
| 1211 | + <tr> |
| 1212 | + <td colspan="3"> |
| 1213 | + <dl class="change-classes"> |
| 1214 | + <dt>1</dt><dd><a href="https://www.w3.org/Consortium/Process/#class-1">No changes to text content</a></dd> |
| 1215 | + <dt>2</dt><dd><a href="https://www.w3.org/Consortium/Process/#class-2">Corrections that do not affect conformance</a></dd> |
| 1216 | + <dt>3</dt><dd><a href="https://www.w3.org/Consortium/Process/#class-3">Corrections that do not add new features</a></dd> |
| 1217 | + <dt>4</dt><dd><a href="https://www.w3.org/Consortium/Process/#class-4">New features</a></dd> |
| 1218 | + <dt>5</dt><dd><a href="https://www.w3.org/Consortium/Process/#class-5">Changes to the contents of a registry table</a></dd> |
| 1219 | + </dl> |
| 1220 | + </td> |
| 1221 | + </tr> |
| 1222 | + </tfoot> |
| 1223 | + </table> |
| 1224 | + |
| 1225 | + <p id="changes-previous">Changes since earlier versions of the Solid Protocol are detailed in the <a href="https://solidproject.org/TR/2022/wac-20220705#change-log">changes section of the previous version</a> of the Solid Protocol.</p> |
1194 | 1226 | </div> |
1195 | 1227 | </section> |
1196 | 1228 |
|
|
0 commit comments