From b6d02266f6cc1010d457755f35e57458f59e1d60 Mon Sep 17 00:00:00 2001 From: Phil de Joux Date: Fri, 13 Dec 2024 14:37:50 -0500 Subject: [PATCH] Include W3C quote is changelog --- changelog.d/pr-10629 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/changelog.d/pr-10629 b/changelog.d/pr-10629 index f587e8ce834..f048aa72f2c 100644 --- a/changelog.d/pr-10629 +++ b/changelog.d/pr-10629 @@ -5,5 +5,9 @@ prs: 10629 issues: 10622 --- -A URI that has trailing spaces is valid. We now warn about this. Fixes a problem -of mistaking such a URI for a file path. +> A string is a valid URL potentially surrounded by spaces if, after stripping +> leading and trailing whitespace from it, it is a valid URL." +> SOURCE: [W3C/HTML5/URLs](https://www.w3.org/TR/2010/WD-html5-20100624/urls.html) + +Fixes a problem of mistaking a URI for a file path when it has trailing spaces +and warn about such trailing spaces. \ No newline at end of file