File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -6008,7 +6008,8 @@ <h3>Algorithm</h3>
6008
6008
< a data-link-for ="JsonLdProcessor "> expand()</ a > method
6009
6009
using < a data-lt ="jsonldprocessor-toRdf-input "> input</ a >
6010
6010
and < a data-lt ="jsonldprocessor-toRdf-options "> options</ a >
6011
- < span class ="changed "> with {{JsonLdOptions/ordered}} set to < code > false</ code > </ span > .</ li >
6011
+ < span class ="changed "> with {{JsonLdOptions/ordered}} set to < code > false</ code > ,
6012
+ and {{JsonLdOptions/extractAllScripts}} defaulting to < code > true</ code > </ span > .</ li >
6012
6013
< li > Create a new < a > RdfDataset</ a > < var > dataset</ var > .</ li >
6013
6014
< li > Create a new < a > map</ a > < var > node map</ var > .</ li >
6014
6015
< li > Invoke the < a href ="#node-map-generation "> Node Map Generation algorithm</ a > ,
@@ -7118,6 +7119,12 @@ <h2>Changes since Recommendation of 16 July 2020</h2>
7118
7119
14 to begin with < q > Otherwise</ q > .</ li >
7119
7120
< li > Use < a > code point order</ a > as a better definition for the more vague "lexicographical order".</ li >
7120
7121
< li > Remove spurious paragraph in the description of {{JsonLdOptions/frameExpansion}}</ li >
7122
+ < li > Specify that the default value of < a data-link-for ="LoadDocumentOptions "> extractAllScripts</ a >
7123
+ in < a data-link-for ="JsonLdProcessor "> toRdf()</ a >
7124
+ defaults to `true`, rather than `false`.
7125
+ This is consistent with wording in
7126
+ < a data-cite ="JSON-LD11#embedding-json-ld-in-html-documents "> Embedding JSON-LD in HTML Documents</ a > [[JSON-LD11]]
7127
+ for teating script elements as a single document.</ li >
7121
7128
</ ul >
7122
7129
</ section >
7123
7130
< section id ="ack "
You can’t perform that action at this time.
0 commit comments