Tweak arrayBuffer() function and stop() method text slightly#590
Conversation
|
|
||
| <section><h3>The <dfn>arrayBuffer()</dfn> function</h3> | ||
| When invoked, MUST run the following steps: | ||
| When invoked, it MUST run the following steps: |
There was a problem hiding this comment.
Or maybe "the function MUST run the following steps:" ?
There was a problem hiding this comment.
Either works. I might go so far as the `arrayBuffer()` function MUST run the following steps
There was a problem hiding this comment.
We have some similar wordings in other places, e.g.,
BTW, w.t.r. I noticed we use "stop() function" vs. "arrayBuffer() method".
I wonder whether we should use "method" in the case of "value()", "arrayBuffer()", "query()", "cancel()" etc since it is associated with a class/object and not a static function per se 🤔
There was a problem hiding this comment.
Ok for applying the same pattern to all the occurrences:
the
arrayBuffer()function MUST run the following steps
There was a problem hiding this comment.
I made those changes, please take a look.
The alignments w.r.t. method vs function we tackle in a follow-up (see #593)
Preview | Diff