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

cvrebert commented on this pull request.



> @@ -511,6 +511,7 @@ interface Event {
   readonly attribute unsigned short eventPhase;
 
   void stopPropagation();
+           attribute boolean cancelBubble; // historical

Indentation seems wrong?

-- 
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#pullrequestreview-11718899

Received on Wednesday, 7 December 2016 01:15:10 UTC