Skip to content

Commit 20cd6c4

Browse files
committed
address feedback of @ektrah
> Co-authored-by: @ektrah
1 parent f568346 commit 20cd6c4

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3819,9 +3819,10 @@ <h3><code>Form</code></h3>
38193819
Please note that the value of <code>href</code> is of of type URI [[RFC3986]] and what is sent as a
38203820
protocol message is protocol-specific and can be decoded from <code>href</code>.
38213821
<span class="rfc2119-assertion" id="td-form-href-unicode-usage">
3822-
When Universal Character Set (Unicode) [[ISO10646]] characters are to be sent in the protocol message,
3823-
the resource MAY be represented internally as an IRI [[!RFC3987]] and can be converted to a URI
3824-
following Section 3.1 of [[RFC3987]] before placing it in the <code>href</code>.
3822+
As the <a>Form</a> contains all the necessary information to send a protocol message, when Universal
3823+
Character Set (Unicode) [[ISO10646]] characters are used to represent the resource and are to be sent in
3824+
the protocol message, they MUST be converted to a URI following Section 3.1 of [[RFC3987]] before
3825+
placing it in the <code>href</code>.
38253826
</span>
38263827
</p>
38273828

testing/assertions.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"td-expectedResponse-missing-contentType","null","If there is no `contentType` value defined in a `response` object within a form, a Consumer MUST expect that the respective response does not contain any payload."
131131
"td-form-additional-mediatype-metadata","null",", Bindings MAY have additional information that specifies representation formats in more detail than the media type alone."
132132
"td-form-context-submission-target","null","As a Form but not just the href defines how to execute the interaction, href of multiple Forms MAY point to the same resource, where the different Forms represent different operations on that resource."
133-
"td-form-href-unicode-usage","null","When Universal Character Set (Unicode) [[ISO10646]] characters are to be sent in the protocol message, the resource MAY be represented internally as an IRI [[!RFC3987]] and can be converted to a URI following Section 3.1 of [[RFC3987]] before placing it in the href."
133+
"td-form-href-unicode-usage","null","As the Form contains all the necessary information to send a protocol message, when Universal Character Set (Unicode) [[ISO10646]] characters are used to represent the resource and are to be sent in the protocol message, they MUST be converted to a URI following Section 3.1 of [[RFC3987]] before placing it in the href."
134134
"td-form-protocolbindings","null","If required, form objects MAY be supplemented with protocol-specific Vocabulary Terms identified with a prefix."
135135
"td-format-validation-known-values","null","Servients MAY use the format value to perform additional validation accordingly."
136136
"td-format-validation-other-values","null","When a value that is not found in the known set of values is assigned to format, such a validation SHOULD succeed."

validation/td-validation.ttl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -750,8 +750,9 @@
750750
Please note that the value of <code>href</code> is of of type URI [[RFC3986]] and what is sent as a protocol message
751751
is protocol-specific and can be decoded from <code>href</code>.
752752
<span class="rfc2119-assertion" id="td-form-href-unicode-usage">
753-
When Universal Character Set (Unicode) [[ISO10646]] characters are to be sent in the protocol message,
754-
the resource MAY be represented internally as an IRI [[!RFC3987]] and can be converted to a URI following Section 3.1 of [[RFC3987]] before placing it in the <code>href</code>.
753+
As the <a>Form</a> contains all the necessary information to send a protocol message, when Universal Character Set (Unicode) [[ISO10646]]
754+
characters are used to represent the resource and are to be sent in the protocol message, they MUST be converted to a URI following Section
755+
3.1 of [[RFC3987]] before placing it in the <code>href</code>.
755756
</span>
756757
</p>
757758

0 commit comments

Comments
 (0)