Changes between Version 1 and Version 2 of PrefixedAPIs


Ignore:
Timestamp:
Apr 6, 2012 5:29:39 PM (12 years ago)
Author:
abarth@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PrefixedAPIs

    v1 v2  
    33This page lists the APIs in WebKit that have vendor prefixes and the status of those APIs on the standards track.
    44
    5 == DOM Interfaces ==
     5== DOM ==
    66
    7 ''FIXME: Fill in the DOM interfaces.''
     7 * Full Screen
     8    * [http://trac.webkit.org/browser/trunk/Source/WebCore/dom/Document.idl Document.webkitIsFullScreen, Document.webkitFullScreenKeyboardInputAllowed, etc]
    89
    9 == CSS Properties ==
     10== CSS ==
    1011
    1112''FIXME: Fill in the CSS properties.''
     13
     14 * Interfaces for CSS Animations
     15    * [http://trac.webkit.org/browser/trunk/Source/WebCore/css/WebKitCSSKeyframeRule.idl WebKitCSSKeyframeRule]
     16    * [http://trac.webkit.org/browser/trunk/Source/WebCore/css/WebKitCSSKeyframesRule.idl WebKitCSSKeyframesRule]
     17 * Interfaces for CSS Transforms
     18    * [http://trac.webkit.org/browser/trunk/Source/WebCore/css/WebKitCSSTransformValue.idl WebKitCSSTransformValue]
     19    * [http://trac.webkit.org/browser/trunk/Source/WebCore/css/WebKitCSSMatrix.idl WebKitCSSMatrix]
     20 * Interfaces for CSS Regions
     21    * [http://trac.webkit.org/browser/trunk/Source/WebCore/css/WebKitCSSMatrix.idl WebKitCSSRegionRule]