- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 07 Dec 2016 11:32:54 -0800
- To: whatwg/dom <dom@noreply.github.com>
Received on Wednesday, 7 December 2016 19:33:27 UTC
annevk commented on this pull request. > @@ -511,6 +511,7 @@ interface Event { readonly attribute unsigned short eventPhase; void stopPropagation(); + attribute boolean cancelBubble; // historical This is the normal indentation for attributes without readonly. They are aligned with their readonly counterparts. -- 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/pull/383
Received on Wednesday, 7 December 2016 19:33:27 UTC