Skip to content

Commit fed326c

Browse files
committed
Clarify purpose of client-link-condition by reordering the sentence
Resolves comment #134 (comment)
1 parent a6c9242 commit fed326c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ <h4 property="schema:name"><span>Note</span>: URI Origin</h4>
594594
<h3 property="schema:name">ACL Resource Condition Discovery</h3>
595595
<div datatype="rdf:HTML" property="schema:description">
596596
<p about="" id="server-link-condition" rel="spec:requirement" resource="#server-link-condition"><span property="spec:statement">When a server wants to enable applications to discover supported condition types (<cite><a href="#access-conditions" rel="rdfs:seeAlso">Access Conditions</a></cite>) for a given <a href="#effective-acl-resource">effective ACL resource</a>, the <span rel="spec:requirementSubject" resource="spec:Server">server</span> <span rel="spec:requirementLevel" resource="spec:MUST">MUST</span> advertise each supported condition type by responding to an HTTP request on the effective ACL resource including a <code>Link</code> header with the <code>rel</code> value of <code>http://www.w3.org/ns/auth/acl#condition</code> and the condition type as link target [<cite><a class="bibref" href="#bib-rfc8288">RFC8288</a></cite>].</span></p>
597-
<p about="" id="client-link-condition" rel="spec:requirement" resource="#client-link-condition"><span property="spec:statement"><span rel="spec:requirementSubject" resource="spec:Client">Clients</span> <span rel="spec:requirementLevel" resource="spec:MUST">MUST</span> discover supported condition types (<cite><a href="#access-conditions" rel="rdfs:seeAlso">Access Conditions</a></cite>) by making an HTTP request on the <a href="#effective-acl-resource">effective ACL resource</a>, and checking the HTTP <code>Link</code> header with the <code>rel</code> parameter value of <code>http://www.w3.org/ns/auth/acl#condition</code>.</span></p>
597+
<p about="" id="client-link-condition" rel="spec:requirement" resource="#client-link-condition"><span property="spec:statement"><span rel="spec:requirementSubject" resource="spec:Client">Clients</span> <span rel="spec:requirementLevel" resource="spec:MUST">MUST</span> make an HTTP request on the <a href="#effective-acl-resource">effective ACL resource</a> and check the HTTP <code>Link</code> header with the <code>rel</code> parameter value of <code>http://www.w3.org/ns/auth/acl#condition</code> to discover supported condition types (<cite><a href="#access-conditions" rel="rdfs:seeAlso">Access Conditions</a></cite>).</span></p>
598598
</div>
599599
</section>
600600
<section id="acl-resource-representation" inlist="" rel="schema:hasPart" resource="#acl-resource-representation">

0 commit comments

Comments
 (0)