Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2390,7 +2390,8 @@ <h3>Links</h3>
(e.g. <code>stylesheet</code>),
or extension types in the form of URIs [[!RFC3986]].
<span class="rfc2119-assertion" id="arch-rel-types">
Extension relation types MUST be compared as strings using a case-insensitive comparison.
Extension relation types MUST be compared as strings using ASCII case-insensitive comparison,
(c.f. <a href="https://infra.spec.whatwg.org/#ascii-case-insensitive">ASCII case insensitive</a>).
(If they are serialized in a different format they are to be converted to URIs).</span>
<span class="rfc2119-assertion" id="arch-rel-type-lowercase">
Nevertheless, all-lowercase URIs SHOULD be used for extension relation types [[!RFC8288]].</span>
Expand Down