|
1 | 1 | <dl class="termlist" data-sort>
|
2 | 2 | <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> |
5 | 4 | <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> |
8 | 6 | <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> |
13 | 10 | <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> |
16 | 12 | <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> |
19 | 15 | <dt><dfn>framing state</dfn></dt><dd>
|
20 | 16 | A <a>dictionary</a> containing values for the
|
21 | 17 | <a>object embed flag</a>, the
|
|
35 | 31 | A flag specifying that <a>node objects</a> should be directly embedded in the output,
|
36 | 32 | instead of being referred to by their <a>IRI</a>.</dd>
|
37 | 33 | <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>, |
40 | 36 | should be omitted from the output.</dd>
|
41 | 37 | <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> |
44 | 40 | <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> |
51 | 45 | <dt><dfn>promise</dfn></dt><dd>
|
52 | 46 | 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.
|
53 | 47 | Promises are defined in [[ECMASCRIPT]].</dd>
|
54 | 48 | <dt><dfn>require all flag</dfn></dt><dd>
|
55 | 49 | 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> |
58 | 53 | </dl>
|
0 commit comments