Skip to content

Commit

Permalink
Wording: refine "object" links, define platform operand/operator
Browse files Browse the repository at this point in the history
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.

* Links to new definitions for "platform operator" and "platform
  operand" which include the "implementation-defined" phrase so links
  to the terms can be greatly simplified. These definitions should
  be further expanded to include "connect", "input" and "output" but
  that can be tackled later.

This reduces the number of "implementation-defined" phrases to just
a handful in the spec, which helps with #462.

[1] https://www.w3.org/TR/FileAPI/#blob-url-entry-object

[2] https://infra.spec.whatwg.org/#ordered-map

Co-authored-by: Anssi Kostiainen <[email protected]>
Co-authored-by: Ningxin Hu <[email protected]>
  • Loading branch information
3 people committed Feb 2, 2024
1 parent 479ce17 commit 6ab284b
Showing 1 changed file with 97 additions and 95 deletions.
Loading

0 comments on commit 6ab284b

Please sign in to comment.