From 9283fab4008e711a182787e2f1e8b32e9efe129d Mon Sep 17 00:00:00 2001 From: Travis Leithead Date: Fri, 4 Sep 2015 14:34:31 -0700 Subject: [PATCH 1/2] dfn cleanup Per issue #6, removed dfn's around the exceptions. Trial removal around the DOM4 Event refs to ensure cross-linking intra-document still works. --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 73a40bf..235530b 100644 --- a/index.html +++ b/index.html @@ -748,12 +748,12 @@

Event exceptions

Description - InvalidStateError + InvalidStateError Thrown when the Event.type was not specified by initializing the event before dispatchEvent was called. Also thrown when the Event object provided to dispatchEvent is already being dispatched. - NotSupportedError + NotSupportedError Thrown when DocumentEvent.createEvent() is passed an Event interface that the implementation does not support. @@ -828,14 +828,14 @@

Basic Event Interfaces