Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions reference/uri/book.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
</simpara>
<simpara>
This extension implements functionality that follows the
<link xlink:href="http://www.ietf.org/rfc/rfc3986.txt">RFC 3986,
<link xlink:href="&url.url.rfc3986;">RFC 3986,
Uniform Resource Identifier (URI): Generic Syntax</link> and
<link xlink:href="https://url.spec.whatwg.org/">WHATWG URL Standard</link>
<link xlink:href="&url.url.whatwg-url;">WHATWG URL Standard</link>
specifications.
</simpara>
</preface>
Expand Down
1 change: 1 addition & 0 deletions reference/uri/uri.invaliduriexception.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<section xml:id="uri-invaliduriexception.intro">
&reftitle.intro;
<simpara>
Indicates that a given URI is invalid or that an operation would result in an invalid URI.
</simpara>
</section>

Expand Down
1 change: 1 addition & 0 deletions reference/uri/uri.urierror.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<section xml:id="uri-urierror.intro">
&reftitle.intro;
<simpara>
The base class for <type>Error</type>s that occur during processing of URIs.
Comment thread
kocsismate marked this conversation as resolved.
</simpara>
</section>

Expand Down
1 change: 1 addition & 0 deletions reference/uri/uri.uriexception.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<section xml:id="uri-uriexception.intro">
&reftitle.intro;
<simpara>
The base class for <type>Exception</type>s that occur during processing of URIs.
</simpara>
</section>

Expand Down
3 changes: 3 additions & 0 deletions reference/uri/uri.whatwg.invalidurlexception.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
<section xml:id="uri-whatwg-invalidurlexception.intro">
&reftitle.intro;
<simpara>
Indicates that a given URL is invalid or that an operation would
result in an invalid URL according to the
<link xlink:href="&url.url.whatwg-url;">WHATWG URL Standard</link>.
</simpara>
</section>

Expand Down