From b01d0d2e581b4124a34ffb3c5ed1dee6742fad4e Mon Sep 17 00:00:00 2001 From: Anatoly Scherbakov Date: Sun, 26 Jan 2025 13:03:30 +0400 Subject: [PATCH] #605 Replace `change_5` with `change_6`, to disambiguate against another PR --- index.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index 4d723092..fb5bb6fa 100644 --- a/index.html +++ b/index.html @@ -5713,8 +5713,8 @@

Algorithm

is used instead of looking at the HTTP Link Header directly. For the sake of simplicity, none of the algorithms in this document mention this directly.

-
- Candidate Correction 5 +
+ Candidate Correction 6

Details about transforming to and from a given serialization format have been abstracted so that other specifications can define serialization and deserialization requirements for their specific formats. @@ -5731,7 +5731,7 @@

Algorithm

For more information, refer to issue 605.

-

Methods resolving a {{Promise}} with the internal representation +

Methods resolving a {{Promise}} with the internal representation MUST either map it to the datatype used by the implementation, as described in , or serialize it to JSON (or another appropriate serialization format) @@ -5841,7 +5841,7 @@

Algorithm

to the provided context. -
  • Resolve the promise with compacted output +
  • Resolve the promise with compacted output transforming compacted output from the internal representation to a JSON serialization.
  • @@ -5929,7 +5929,7 @@

    Algorithm

    set expanded output to an array containing only expanded output. -
  • Resolve the promise with expanded output +
  • Resolve the promise with expanded output transforming expanded output from the internal representation to a JSON serialization.
  • @@ -5993,7 +5993,7 @@

    Algorithm

    otherwise to null. -
  • Resolve the promise with flattened output +
  • Resolve the promise with flattened output transforming flattened output from the internal representation to a JSON serialization.
  • @@ -6033,7 +6033,7 @@

    Algorithm

    Serialize RDF as JSON-LD Algorithm method using dataset and options. -
  • Resolve the promise with expanded result +
  • Resolve the promise with expanded result transforming expanded output from the internal representation to a JSON serialization.
  • @@ -6226,7 +6226,7 @@

    Internal Representation in Implementations

    Serialization and Deserialization

    - +

    This section defines the requirements for serializing and deserializing JSON from and to the internal representation, as appropriate, @@ -6257,7 +6257,7 @@

    Serialization and Deserialization

    - This section left intentially blank. + This section left intentially blank.
    @@ -7052,7 +7052,7 @@

    Change log

    as described in Candidate Correction 4.
  • 2024-10-31: Abstract JSON serialization from WebIDL interfaces to allow for alternative formats, - as described in Candidate Correction 5
  • + as described in Candidate Correction 5