Re: [whatwg/dom] Add Event's cancelBubble attribute (#383)

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