- From: Domenic Denicola <notifications@github.com>
- Date: Fri, 24 Feb 2017 10:15:44 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 24 February 2017 18:16:42 UTC
My perspective: - (2) is less likely to be web-compatible than (1), but the visible changes are so small compared to today's intersection semantics, I very much doubt it would cause problems. (Basically, people would have to be reading back the value of `e.returnValue` and expecting a string, not just a truthy value.) - (3) seems a bit more dangerous. - (2) or (3) require many more changes in browsers to achieve than (1). So on balance probably (1) is going to be the way to go, even if it's significantly less nice. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/334#issuecomment-282363465
Received on Friday, 24 February 2017 18:16:42 UTC