- From: Simon Pieters <web-platform-tests-notifications@w3.org>
- Date: Fri, 27 May 2016 13:15:27 GMT
- To: public-web-platform-tests-notifications@w3.org
But https://html.spec.whatwg.org/multipage/webappapis.html#getting-the-current-value-of-the-event-handler says > If H is an onerror event handler of a Window object > Let the function have five arguments, named event, source, lineno, colno, and error. Since the spec changed from `column` to `colno` (in https://github.com/whatwg/html/commit/9f5fd3e4fb31ea3b168dbeca1624fb604bf7479b), I will assume that the IDL was just forgotten about, and it should really also be `colno`. I can fix that in the spec; that's for catching it. (Let me know if I'm missing something and it really should be `column`.) View on GitHub: https://github.com/w3c/web-platform-tests/pull/3079#issuecomment-222143188
Received on Friday, 27 May 2016 13:15:34 UTC