Changes between Version 11 and Version 12 of PrefixedAPIs


Ignore:
Timestamp:
Apr 6, 2012 6:16:10 PM (12 years ago)
Author:
rniwa@webkit.org
Comment:

Add specifications for mutation observers API and drag & drop API

Legend:

Unmodified
Added
Removed
Modified
  • PrefixedAPIs

    v11 v12  
    2020 * Mutation Observers
    2121    * [http://trac.webkit.org/browser/trunk/Source/WebCore/dom/WebKitMutationObserver.idl WebKitMutationObserver]
     22    * Specified in DOM4: http://www.w3.org/TR/dom/#mutation-observers
    2223 * Touch Events
    2324    * [http://trac.webkit.org/browser/trunk/Source/WebCore/dom/Touch.idl Touch.webkitRadiusX, Touch.webkitRadiusY, Touch.webkitRotationAngle, Touch.webkitForce]
     
    3233 * Drag and Drop
    3334    * [http://trac.webkit.org/browser/trunk/Source/WebCore/html/HTMLElement.idl HTMLElement.webkitdropzone]
     35    * HTML5 section 7: http://dev.w3.org/html5/spec/dnd.html#the-dropzone-attribute
    3436 * Battery Status
    3537    * [http://trac.webkit.org/browser/trunk/Source/WebCore/Modules/battery/NavigatorBattery.idl Navigator.webkitBattery]