Skip to content

Commit

Permalink
Merge pull request #453 from w3c/wilaw-patch-1
Browse files Browse the repository at this point in the history
Update index.bs to clarify DOMString comparison method
  • Loading branch information
jan-ivar authored Jan 17, 2023
2 parents b93da1e + f9699ce commit e8515ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ spec:streams; type:interface; text:ReadableStream
spec:fetch; type:dfn; for:/; text:fetch
spec:url; type:dfn; text:scheme
spec:url; type:dfn; text:fragment
spec:infra; type:dfn; for:/; text:ASCII case-insensitive
</pre>
<pre class="anchors">
url: https://html.spec.whatwg.org/multipage/origin.html#concept-origin; type: dfn; text: origin; for:/
Expand Down Expand Up @@ -1130,7 +1131,7 @@ To <dfn>verify a certificate hash</dfn>, do the following:
1. For every hash |hash| in |hashes|:
1. If |hash|.{{WebTransportHash/value}} is not null:
1. Let |hashValue| be the byte sequence which |hash|.{{WebTransportHash/value}} represents.
1. If {{WebTransportHash/algorithm}} of |hash| is equal to "sha-256", and |hashValue| is equal
1. If {{WebTransportHash/algorithm}} of |hash| is an [=ASCII case-insensitive=] match with "sha-256", and |hashValue| is equal
to |referenceHash|, the certificate is valid. Return true.
1. Return false.

Expand Down

0 comments on commit e8515ae

Please sign in to comment.