diff --git a/source b/source index 947d022212a..e5833bc48e9 100644 --- a/source +++ b/source @@ -3328,6 +3328,19 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
pointerup
eventThe following features are defined in CSS Animations:
+onanimationend
attributeonanimationiteration
attributeonanimationstart
attributeThe following features are defined in CSS Transitions:
+ontransitionend
attributeThis specification sometimes uses the term name to refer to the event's
type; as in, "an event named click
" or "if the event name is keypress
". The terms
@@ -117838,6 +117851,12 @@ if (s = prompt('What is your name?')) {
Use script to handle the dragenter
and dragover
events instead.
onwebkitanimationend
on all elementsonwebkitanimationiteration
on all elementsonwebkitanimationstart
on all elementsonwebkittransitionend
on all elementsUse the unprefixed variants instead: onanimationend
, onanimationiteration
, onanimationstart
, and ontransitionend
.
+
alink
on body
elementsbgcolor
on body
elementsbottommargin
on body
elements