diff --git a/spec/index.html b/spec/index.html index c0d5fe9..a434aee 100644 --- a/spec/index.html +++ b/spec/index.html @@ -331,9 +331,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; } @@ -6311,8 +6308,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:

@@ -7524,9 +7520,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.

@@ -7541,9 +7535,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.

@@ -7558,9 +7550,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.

@@ -7576,9 +7566,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.

@@ -7594,9 +7582,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.