Changes between Version 6 and Version 7 of QtWebKitTableOfFeatures46


Ignore:
Timestamp:
Feb 15, 2010 2:14:54 AM (14 years ago)
Author:
Henry Haverinen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitTableOfFeatures46

    v6 v7  
    3333
    3434|| '''Feature''' || '''Status''' || '''Layout test''' ||
    35 || <canvas> element || Partially supported || ||
     35|| <canvas> element || Technology preview || ||
    3636|| canvas: text API || || ||
    3737|| canvas: gradient API || || ||
     
    4141|| canvas: shadows || || ||
    4242|| canvas: image API || || ||
    43 || <audio> element || partial and experimental support || ||
    44 || <video> element || partial and experimental support || ||
     43|| <audio> element || Technology preview || ||
     44|| <video> element || Technology preview || ||
    4545|| <source> element for alternative video or audio sources || || ||
    4646
     
    5050
    5151|| '''Feature''' || '''Status''' || '''Layout test''' ||
    52 || '''CSS 2D transforms''' || || ||
    53 || -webkit-transform: scale, scaleX, scaleY || || ||
    54 || -webkit-transform: rotate || || ||
    55 || -webkit-transform: translate, translateX, translateY  || || ||
    56 || -webkit-transform: skew, skewX, skewY || || ||
    57 || -webkit-transform: matrix || || ||
    58 || '''CSS 3D transforms''' || || ||
    59 || -webkit-transform: translate3d || || ||
    60 || -webkit-transform: translateZ || || ||
    61 || -webkit-transform: scale3d || || ||
    62 || -webkit-transform: scaleZ || || ||
    63 || -webkit-transform: rotate3D || || ||
    64 || -webkit-transform: rotateX || || ||
    65 || -webkit-transform: rotateY || || ||
    66 || -webkit-transform: rotateZ || || ||
    67 || -webkit-transform: perspective || || ||
    68 || -webkit-transform: matrix3d || || ||
    69 || '''CSS transitions''' || || ||
    70 || -webkit-transition-property || || ||
    71 || -webkit-transition-duration  || || ||
    72 || -webkit-transition-delay || || ||
    73 || -webkit-transition-timing-function: ease || || ||
    74 || -webkit-transition-timing-function: linear  || || ||
    75 || -webkit-transition-timing-function: ease-in || || ||
    76 || -webkit-transition-timing-function: ease-out || || ||
    77 || -webkit-transition-timing-function: ease-in-out || || ||
    78 || -webkit-transition-timing-function: cubic-bezier || || ||
    79 || element.addEventListener('webkitTransitionEnd', func) || || ||
    80 || '''CSS animations''' || || ||
    81 || -webkit-animation-name || || ||
    82 || -webkit-animation-duration || || ||
    83 || -webkit-animation-delay || || ||
    84 || -webkit-animation-iteration-count || || ||
    85 || -webkit-animation-direction || || ||
    86 || -webkit-animation-timing-function: ease || || ||
    87 || -webkit-animation-timing-function: linear  || || ||
    88 || -webkit-animation-timing-function: ease-in || || ||
    89 || -webkit-animation-timing-function: ease-out || || ||
    90 || -webkit-animation-timing-function: ease-in-out || || ||
    91 || -webkit-animation-timing-function: cubic-bezier || || ||
    92 || -webkit-animation-play-state || || ||
     52|| -webkit-transform for 2D transforms || || ||
     53|| -webkit-transform for 3D transforms || || ||
     54|| -webkit-transition-* || || ||
     55|| DOM events for CSS transitions  || || ||
     56|| -webkit-animation-*  || || ||
    9357|| @-webkit-keyframes || || ||
    94 || element.addEventListener('webkitAnimationStart', func) || || ||
    95 || element.addEventListener('webkitAnimationIteration', func) || || ||
    96 || element.addEventListener('webkitAnimationEnd', func) || || ||
     58|| DOM events for CSS animations  || || ||
    9759
    9860TODO: would it make more sense to refer to a W3C CSS3 draft spec version?