16:14
<Chris de Almeida>

the await dictionary PR has suggested changes: s/method/function/

the spec uses both method and function interchangeably

my questions are:

  1. is function preferred over method as a general rule?
  2. if yes, why should we not do s/method/function/g on the whole thing?
16:16
<bakkot>
IIRC we consistently use "function" for the preamble for things that are not on a prototype and "method" for things that are
16:16
<bakkot>
probably this should be documented in the editorial conventions
17:19
<jmdyck>
See https://github.com/tc39/ecma262/issues/2576 point 1(c) and pretty much all of the subsequent discussion
18:22
<jmdyck>
In the rendered ecma262, could the early-return symbol get a tooltip? I just encountered one for the first time, and (at my default font size) couldn't discern what it depicted. Hovering/clicking it did nothing, and I couldn't select it to find out what the Unicode character was.
18:23
<Michael Ficarra>
that's a good idea
18:23
<Michael Ficarra>
PRs welcome
18:23
<Michael Ficarra>
otherwise open an ecmarkup issue
18:25
<Michael Ficarra>
actually, I don't know how we'd do that since it's in a CSS ::before
18:25
<jmdyck>
yeah
18:55
<jmdyck>
https://github.com/tc39/ecmarkup/issues/717