[Futures] Use of "context object" in the spec is really confusing

The spec says:

   The term context object means the object on which the method or
   attribute being discussed was called. When the context object is
   unambiguous, the term can be omitted.

But then http://dom.spec.whatwg.org/#concept-resolver-accept talks about 
"the context object".  But there is no method or attribute being 
discussed at that point, just an algorithm...

I _think_ what's meant is that in the accept algorithm the context 
object is the resolver under discussion.  Maybe.

The reject algorithm has a similar problem.

-Boris

Received on Friday, 31 May 2013 03:12:19 UTC