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

@domenic commented on this pull request.



>  
 The <dfn attribute for=FileReader>error</dfn> attribute's getter,
-when invoked, must return the [=context object=]'s [=FileReader/error=].
+when invoked, must return [=this=]'s [=FileReader/error=].
 
 <div algorithm="read operation">
 A {{FileReader}} |fr| has an associated <dfn id=readOperation>read operation</dfn> algorithm,

[=this=] only has meaning inside method steps/getter steps/setter steps/constructor steps, so I don't think that works.

-- 
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_r616139829

Received on Monday, 19 April 2021 20:01:37 UTC