From e884490a728a88d7984bfff9a43f5a54bf86eb8a Mon Sep 17 00:00:00 2001 From: Andy Seaborne Date: Tue, 26 Nov 2024 17:32:39 +0000 Subject: [PATCH] Use ReSpec for RFC 2119 keywords --- spec/index.html | 26 ++++++-------------------- 1 file changed, 6 insertions(+), 20 deletions(-) diff --git a/spec/index.html b/spec/index.html index a2c9599..e995e28 100644 --- a/spec/index.html +++ b/spec/index.html @@ -328,9 +328,6 @@ div.exampleHeader { font-weight: bold; margin: 4px} - em.rfc2119 { text-transform: lowercase; - font-variant: small-caps; - font-style: normal; } @media (max-width: 850px) { table th, table td { font-size: 12px; padding: 3px 4px;} .result table tr td:nth-child(2n), .result table tr th:nth-child(2n) { overflow-wrap: anywhere; min-width: 90px; } @@ -6308,8 +6305,7 @@
IRI

If the function is passed an IRI, it returns the IRI unchanged.

Passing any RDF term other than a literal with datatype xsd:string or an IRI is an error.

-

An implementation MAY - normalize the IRI.

+

An implementation MAY normalize the IRI.

Examples:

@@ -7521,9 +7517,7 @@

Hash Functions

MD5
 xsd:string  MD5 (xsd:string arg)
-

Returns the MD5 checksum, as a hex digit string, calculated on the lexical form of the xsd:string. Hex - digits SHOULD be in lower - case.

+

Returns the MD5 checksum, as a hex digit string, calculated on the lexical form of the xsd:string. Hex digits SHOULD be in lower case.

@@ -7538,9 +7532,7 @@
MD5
SHA1
 xsd:string  SHA1 (xsd:string arg)
-

Returns the SHA1 checksum, as a hex digit string, calculated on the lexical form of the xsd:string. Hex - digits SHOULD be in lower - case.

+

Returns the SHA1 checksum, as a hex digit string, calculated on the lexical form of the xsd:string. Hex digits SHOULD be in lower case.

@@ -7555,9 +7547,7 @@
SHA1
SHA256
 xsd:string  SHA256 (xsd:string arg)
-

Returns the SHA256 checksum, as a hex digit string, calculated on the lexical form of the xsd:string. Hex - digits SHOULD be in lower - case.

+

Returns the SHA256 checksum, as a hex digit string, calculated on the lexical form of the xsd:string. Hex digits SHOULD be in lower case.

@@ -7573,9 +7563,7 @@
SHA256
SHA384
 xsd:string  SHA384 (xsd:string arg)
-

Returns the SHA384 checksum, as a hex digit string, calculated on the lexical form of the xsd:string. Hex - digits SHOULD be in lower - case.

+

Returns the SHA384 checksum, as a hex digit string, calculated on the lexical form of the xsd:string. Hex digits SHOULD be in lower case.

@@ -7591,9 +7579,7 @@
SHA384
SHA512
 xsd:string  SHA512 (xsd:string arg)
-

Returns the SHA512 checksum, as a hex digit string, calculated on the lexical form of the xsd:string. Hex - digits SHOULD be in lower - case.

+

Returns the SHA512 checksum, as a hex digit string, calculated on the lexical form of the xsd:string. Hex digits SHOULD be in lower case.