Skip to content

Commit aeb17b8

Browse files
Wording change: drop links to File API's "object"
The default linking for [=object=] is to FileAPI's blob URL entry object member[1], which is definitely wrong. Replace such references with: * Infra's ordered map[2], when a dictionary is intended, as that's what a JavaScript object is translated into via bindings. * The generic phrase "platform object" Referencing Web IDL's "object"[3] wouldn't be correct since that's very specifically "non-null object references" meaning JS objects, and which these aren't at this stage in the spec processing model. [1] https://www.w3.org/TR/FileAPI/#blob-url-entry-object [2] https://infra.spec.whatwg.org/#ordered-map [3] https://webidl.spec.whatwg.org/#idl-object
1 parent 479ce17 commit aeb17b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.bs

+4-4
Original file line numberDiff line numberDiff line change
@@ -911,10 +911,10 @@ interface MLActivation {
911911
: <dfn>\[[builder]]</dfn> of type {{MLGraphBuilder}}
912912
::
913913
The graph builder object this {{MLActivation}} belongs to.
914-
: <dfn>\[[options]]</dfn> of type [=object=]
914+
: <dfn>\[[options]]</dfn> of type [=ordered map=]
915915
::
916916
A dictionary containing {{MLActivation}} options.
917-
: <dfn>\[[operator]]</dfn> of type [=object=]
917+
: <dfn>\[[operator]]</dfn> of type platform object
918918
::
919919
Reference to {{MLActivation}}'s corresponding [=implementation-defined=] platform operator object.
920920
</dl>
@@ -6103,11 +6103,11 @@ interface MLOperand {};
61036103
::
61046104
The {{MLOperand}}'s name (only for input operands).
61056105

6106-
: <dfn>\[[operand]]</dfn> of type [=object=]
6106+
: <dfn>\[[operand]]</dfn> of type platform object
61076107
::
61086108
Reference to {{MLOperand}}'s corresponding [=implementation-defined=] platform operand object.
61096109

6110-
: <dfn>\[[operator]]</dfn> of type [=object=]
6110+
: <dfn>\[[operator]]</dfn> of type platform object
61116111
::
61126112
Reference to {{MLOperand}}'s corresponding [=implementation-defined=] platform operator object.
61136113
</dl>

0 commit comments

Comments
 (0)