Skip to content

Commit 9bd0b9e

Browse files
committed
Minor
1 parent 2caec79 commit 9bd0b9e

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

index.html

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -694,14 +694,19 @@ <h3 property="schema:name">Effective ACL Resource</h3>
694694

695695
<p id="effective-acl-resource-container-hierarchy">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>
696696

697-
<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>
698-
699-
<ol id="req-effective-acl-resource-algorithm">
700-
<li>Let <var>resource</var> be the <a href="#resource">resource</a>.</li>
701-
<li>Let <var>aclResource</var> be the <a href="#acl-resource">ACL resource</a> of <var>resource</var>.</li>
702-
<li>If <var>resource</var> has an associated <var>aclResource</var> with a representation, return <var>aclResource</var>.</li>
703-
<li>Otherwise, repeat the steps using the <a href="#container-resource">container resource</a> of <var>resource</var>.</li>
704-
</ol>
697+
<dl id="req-effective-acl-resource-algorithm" rel="schema:hasPart" resource="#req-effective-acl-resource-algorithm">
698+
<dt property="schema:name">Effective ACL Resource Algorithm</dt>
699+
<dd datatye="rdf:HTML" property="schema:description">
700+
<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>
701+
702+
<ol>
703+
<li>Let <var>resource</var> be the <a href="#resource">resource</a>.</li>
704+
<li>Let <var>aclResource</var> be the <a href="#acl-resource">ACL resource</a> of <var>resource</var>.</li>
705+
<li>If <var>resource</var> has an associated <var>aclResource</var> with a representation, return <var>aclResource</var>.</li>
706+
<li>Otherwise, repeat the steps using the <a href="#container-resource">container resource</a> of <var>resource</var>.</li>
707+
</ol>
708+
</dd>
709+
</dl>
705710

706711
<div class="note" id="effective-acl-resource-alternatives" inlist="" rel="schema:hasPart" resource="#effective-acl-resource-alternatives">
707712
<h4 property="schema:name"><span>Note</span>: Effective ACL Resource Alternatives</h4>

0 commit comments

Comments
 (0)