From 382f3e05587ebd90da2e95ab4238fa7c5a6c591e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Mon, 6 Apr 2026 22:48:07 +0200 Subject: [PATCH] uri: Add a description for `UriComparisonMode` --- reference/uri/uri.uricomparisonmode.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/reference/uri/uri.uricomparisonmode.xml b/reference/uri/uri.uricomparisonmode.xml index 79957ae3530c..5dfd115a4efa 100644 --- a/reference/uri/uri.uricomparisonmode.xml +++ b/reference/uri/uri.uricomparisonmode.xml @@ -7,6 +7,13 @@
&reftitle.intro; + Specifies if the fragment component should affect + the result of a URI comparison. + + + If the fragment is excluded from the comparison, two URIs will be + compared as if neither of them has a fragment + component.