Skip to content

Commit 4eaf18d

Browse files
authored
Merge pull request w3c#1555 from w3c/add-rfc2119-keywords
add missing rfc-2119 keyowrds
2 parents 97f591a + 5a6f2d8 commit 4eaf18d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6454,7 +6454,7 @@ <h3>Composition</h3>
64546454
A single TD can also be generated which contains the interaction definitions of the top level/parent
64556455
<a>Thing Model</a> and all interaction definitions of all sub/child <a>Thing Models</a>.
64566456
<span class="rfc2119-assertion" id="tm-compose-name-collision">
6457-
To avoid name collisions of the sub/child interaction names it is recommended to rename the JSON name to the <code>instanceName</code> followed with <code>'_'</code> and the interaction name of the sub/child <a>Thing Model</a>.
6457+
To avoid name collisions of the sub/child interaction names SHOULD rename the JSON name to the <code>instanceName</code> followed with <code>'_'</code> and the interaction name of the sub/child <a>Thing Model</a>.
64586458
</span>
64596459
The following example shows a generated (self-contained) <a>Thing Description</a> of the Smart Ventilator Thing Model.
64606460
</p>
@@ -6808,7 +6808,7 @@ <h2>Derivation of Thing Description Instances</h2>
68086808
<p>Please note that a TD can only be an instance of one TM at a time.
68096809
That means for Thing Descriptions:
68106810
<span class="rfc2119-assertion" id="tm-rel-type-maximum">
6811-
The <code>links</code> array can use the entry with <code>"rel" : "type"</code> a maximum of once.</span>
6811+
The <code>links</code> array MUST use the entry with <code>"rel" : "type"</code> a maximum of once.</span>
68126812
If it is desired to reflect all relationships to other Things in a Thing Description, the composition mechanism in TMs can be considered (see Section <a href="#thing-model-composition"></a>).
68136813
</p>
68146814

index.template.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5184,7 +5184,7 @@ <h3>Composition</h3>
51845184
A single TD can also be generated which contains the interaction definitions of the top level/parent
51855185
<a>Thing Model</a> and all interaction definitions of all sub/child <a>Thing Models</a>.
51865186
<span class="rfc2119-assertion" id="tm-compose-name-collision">
5187-
To avoid name collisions of the sub/child interaction names it is recommended to rename the JSON name to the <code>instanceName</code> followed with <code>'_'</code> and the interaction name of the sub/child <a>Thing Model</a>.
5187+
To avoid name collisions of the sub/child interaction names SHOULD rename the JSON name to the <code>instanceName</code> followed with <code>'_'</code> and the interaction name of the sub/child <a>Thing Model</a>.
51885188
</span>
51895189
The following example shows a generated (self-contained) <a>Thing Description</a> of the Smart Ventilator Thing Model.
51905190
</p>
@@ -5538,7 +5538,7 @@ <h2>Derivation of Thing Description Instances</h2>
55385538
<p>Please note that a TD can only be an instance of one TM at a time.
55395539
That means for Thing Descriptions:
55405540
<span class="rfc2119-assertion" id="tm-rel-type-maximum">
5541-
The <code>links</code> array can use the entry with <code>"rel" : "type"</code> a maximum of once.</span>
5541+
The <code>links</code> array MUST use the entry with <code>"rel" : "type"</code> a maximum of once.</span>
55425542
If it is desired to reflect all relationships to other Things in a Thing Description, the composition mechanism in TMs can be considered (see Section <a href="#thing-model-composition"></a>).
55435543
</p>
55445544

0 commit comments

Comments
 (0)