Skip to content

Commit 2fd1533

Browse files
committed
Clarify client's reason to determine efective-acl-resource: control operation
1 parent d284d38 commit 2fd1533

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
<main>
139139
<article about="" typeof="schema:Article doap:Specification">
140140
<h1 property="schema:name">Web Access Control</h1>
141-
<h2>Editor’s Draft, 2021-06-18</h2>
141+
<h2>Editor’s Draft, 2021-06-23</h2>
142142

143143
<dl id="document-identifier">
144144
<dt>This version</dt>
@@ -164,7 +164,7 @@ <h2>Editor’s Draft, 2021-06-18</h2>
164164

165165
<dl id="document-modified">
166166
<dt>Modified</dt>
167-
<dd><time content="2021-06-18T00:00:00Z" datatype="xsd:dateTime" datetime="2021-06-18T00:00:00Z" property="schema:dateModified">2021-06-18</time></dd>
167+
<dd><time content="2021-06-23T00:00:00Z" datatype="xsd:dateTime" datetime="2021-06-23T00:00:00Z" property="schema:dateModified">2021-06-23</time></dd>
168168
</dl>
169169

170170
<dl id="document-repository">
@@ -677,13 +677,13 @@ <h2 property="schema:name">Authorization Process</h2>
677677
<section id="effective-acl-resource" inlist="" rel="schema:hasPart" resource="#effective-acl-resource">
678678
<h3 property="schema:name">Effective ACL Resource</h3>
679679
<div datatype="rdf:HTML" property="schema:description">
680-
<p>Servers enforce the effective ACL resource of a resource, whereas clients determine the effective ACL resource of a resource to perform write operations.</p>
680+
<p>Servers enforce the effective ACL resource of a resource, whereas clients determine the effective ACL resource of a resource to perform control operations.</p>
681681

682682
<p>When an ACL resource associated with a resource has a representation (<cite><a href="#acl-resource-representation" rel="rdfs:seeAlso">ACL Resource Representation</a></cite>), it is the <em>effective ACL resource</em> of the requested resource.</p>
683683

684684
<p>When an ACL resource associated with a resource does not have a representation (<cite><a href="#acl-resource-representation" rel="rdfs:seeAlso">ACL Resource Representation</a></cite>), no Authorizations can be immediately checked against the requested resource. In this case, a container resource’s ACL resource may apply on every access to a member resource, in specifying Authorizations for the requested resource.</p>
685685

686-
<p>WAC has the property of being recursive with respect to container hierarchy, meaning that a member resource inherits Authorizations from the closest container resource (heading toward the root container).</p>
686+
<p>WAC has the property of being recursive with respect to container hierarchy, meaning that a member resource inherits Authorizations from the closest container resource (heading towards the root container).</p>
687687

688688
<p>To determine the <em>effective ACL resource</em> of a resource, perform the following steps. Returns <a href="https://infra.spec.whatwg.org/#strings">string</a> (the URI of an ACL Resource).</p>
689689

0 commit comments

Comments
 (0)