Re: [w3c/FileAPI] Editorial: move from context object to this (#164)

@annevk commented on this pull request.



> @@ -1187,7 +1183,7 @@ The {{FileReader}} object must be the event target for all events in this specif
 
 When this specification says to <dfn>fire a progress event</dfn> <i>called e</i>
 (for some {{ProgressEvent}} <code>e</code>
-at a given {{FileReader}} <code>reader</code> as the <a>context object</a>),
+at a given {{FileReader}} <code>reader</code> as <a>this</a>),

I think it's meant to say that when the spec says "fire a progress event" you have to use this as the target? But this could do with a rewrite.

I'm happy to drop "as this" though, but I'm not sure if that helps or hurts. (I'm not signing up for the bigger fix.)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/FileAPI/pull/164#discussion_r616432757

Received on Tuesday, 20 April 2021 07:49:58 UTC