- From: <bugzilla@jessica.w3.org>
- Date: Thu, 07 Jul 2016 15:42:45 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29664
C. M. Sperberg-McQueen <cmsmcq@blackmesatech.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
--- Comment #1 from C. M. Sperberg-McQueen <cmsmcq@blackmesatech.com> ---
The editors propose the following changes:
1 The third bullet item in the list at the beginning of section 9 should change
from:
A node in the data model instance is serialized to a JSON string
by outputting the result of serializing the node using the method
specified by the json-node-output-method parameter. If the
json-node-output-method parameter is set to xml or xhtml then the
node is serialized with the additional serialization parameter
omit-xml-declaration set to yes.
to:
A node in the data model instance is serialized to a JSON string by
outputting the result of serializing the node using the method
specified by the json-node-output-method parameter. The node is
serialized with the serialization parameter omit-xml-declaration set
to yes and with no other serialization parameters set.
2 The following sentence should be inserted into section 9.1, before the
heading for section 9.1.1:
9.1: When nodes are serialized using the JSON output method,
serialization is delegated to the output method specified by the
json-node-output-method serialization parameter. The
omit-xml-declaration parameter is set to 'yes', and no other
serialization parameters are passed down to the serialization
method responsible for serializing the node.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Thursday, 7 July 2016 15:43:03 UTC