diff --git a/reference/uri/uri.whatwg.urlvalidationerror.xml b/reference/uri/uri.whatwg.urlvalidationerror.xml
index bcdc0d403573..a53ca9f4a7a2 100644
--- a/reference/uri/uri.whatwg.urlvalidationerror.xml
+++ b/reference/uri/uri.whatwg.urlvalidationerror.xml
@@ -7,6 +7,8 @@
&reftitle.intro;
+ Provides details about errors that were detected when parsing a URL with
+ Uri\WhatWg\Url.
@@ -63,7 +65,7 @@
type
- A Uri\WhatWg\UrlValidationErrorType instance.
+ The type of error.
@@ -71,7 +73,8 @@
failure
- Whether the error refers to a failure, or a soft-error.
+ If &true; the error caused the URL to be rejected as invalid. If &false;
+ the error is a soft error that was automatically corrected during parsing.