Skip to content

Commit cd1eecb

Browse files
committed
Sync common files.
1 parent 90b3668 commit cd1eecb

File tree

3 files changed

+274
-225
lines changed

3 files changed

+274
-225
lines changed

common/algorithm-terms.html

Lines changed: 19 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
<dl class="termlist" data-sort>
22
<dt><dfn>active graph</dfn></dt><dd>
3-
The name of the currently active graph that the processor should use when
4-
processing.</dd>
3+
The name of the currently active graph that the processor should use when processing.</dd>
54
<dt><dfn>active object</dfn></dt><dd>
6-
The currently active object that the processor should use when
7-
processing.</dd>
5+
The currently active object that the processor should use when processing.</dd>
86
<dt><dfn>active property</dfn></dt><dd>
9-
The currently active <a>property</a> or <a>keyword</a> that the processor
10-
should use when processing. The <a>active property</a> is represented in
11-
the original lexical form, which is used for finding coercion mappings in
12-
the <a>active context</a>.</dd>
7+
The currently active <a>property</a> or <a>keyword</a> that the processor should use when processing.
8+
The <a>active property</a> is represented in the original lexical form,
9+
which is used for finding coercion mappings in the <a>active context</a>.</dd>
1310
<dt><dfn>active subject</dfn></dt><dd>
14-
The currently active subject that the processor should use when
15-
processing.</dd>
11+
The currently active subject that the processor should use when processing.</dd>
1612
<dt><dfn>explicit inclusion flag</dfn></dt><dd>
17-
A flag specifying that for <a>properties</a> to be included in the output, they
18-
MUST be explicitly declared in the matching <a>frame</a>.</dd>
13+
A flag specifying that for <a>properties</a> to be included in the output,
14+
they MUST be explicitly declared in the matching <a>frame</a>.</dd>
1915
<dt><dfn>framing state</dfn></dt><dd>
2016
A <a>dictionary</a> containing values for the
2117
<a>object embed flag</a>, the
@@ -35,24 +31,23 @@
3531
A flag specifying that <a>node objects</a> should be directly embedded in the output,
3632
instead of being referred to by their <a>IRI</a>.</dd>
3733
<dt><dfn>omit default flag</dfn></dt><dd>
38-
A flag specifying that properties that are missing from the
39-
<a>JSON-LD input</a>, but present in the <a>input frame</a>
34+
A flag specifying that properties that are missing from the <a>JSON-LD input</a>,
35+
but present in the <a>input frame</a>,
4036
should be omitted from the output.</dd>
4137
<dt class="changed"><dfn>omit graph flag</dfn></dt><dd class="changed">
42-
A flag that determines if framing output is always contained within a
43-
<code>@graph</code> member, or only if required to represent multiple <a>node objects</a>.</dd>
38+
A flag that determines if framing output is always contained within a <code>@graph</code> member,
39+
or only if required to represent multiple <a>node objects</a>.</dd>
4440
<dt><dfn>processor state</dfn></dt><dd>
45-
The <a>processor state</a>, which includes the <a>active
46-
context</a>, <a>active subject</a>, and
47-
<a>active property</a>. The <a>processor state</a> is managed
48-
as a stack with elements from the previous <a>processor state</a>
49-
copied into a new <a>processor state</a> when entering a new
50-
<a>JSON object</a>.</dd>
41+
The <a>processor state</a>,
42+
which includes the <a>active context</a>, <a>active subject</a>, and <a>active property</a>.
43+
The <a>processor state</a> is managed as a stack with elements from the previous <a>processor state</a>
44+
copied into a new <a>processor state</a> when entering a new <a>JSON object</a>.</dd>
5145
<dt><dfn>promise</dfn></dt><dd>
5246
A <a data-cite="ECMASCRIPT#sec-promise-objects" class="externalDFN">promise</a> is an object that represents the eventual result of a single asynchronous operation.
5347
Promises are defined in [[ECMASCRIPT]].</dd>
5448
<dt><dfn>require all flag</dfn></dt><dd>
5549
A flag specifying that all properties present in the <a>input frame</a>
56-
MUST either have a default value or be present in the <a>JSON-LD
57-
input</a> for the frame to match.</dd>
50+
MUST either have a default value
51+
or be present in the <a>JSON-LD input</a>
52+
for the frame to match.</dd>
5853
</dl>

0 commit comments

Comments
 (0)