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 event
  • +

    The following features are defined in CSS Animations:

    + + +

    The following features are defined in CSS Transitions:

    + + +

    This 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 elements
    +
    onwebkitanimationiteration on all elements
    +
    onwebkitanimationstart on all elements
    +
    onwebkittransitionend on all elements
    +

    Use the unprefixed variants instead: onanimationend, onanimationiteration, onanimationstart, and ontransitionend. +

    alink on body elements
    bgcolor on body elements
    bottommargin on body elements
    @@ -124392,7 +124411,7 @@ INSERT INTERFACES HERE
    CSS Intrinsic & Extrinsic Sizing Module, T. Atkins, E. Etemad. W3C.
    [CSSTRANSITIONS]
    -
    (Non-normative) CSS Transitions, D. Jackson, D. Hyatt, C. Marrin, L. Baron. W3C.
    +
    CSS Transitions, D. Jackson, D. Hyatt, C. Marrin, L. Baron. W3C.
    [CSSUI]
    CSS3 Basic User Interface Module, T. Çelik. W3C.