Skip to content

Commit

Permalink
Exception for CSS transforms applied to video elements (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRiv authored Oct 13, 2021
1 parent f462422 commit f692a4d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,11 @@ <h3>CSS specifications</h3>
<li>Exception: <a href="https://www.w3.org/TR/css-text-decor-3/#emphasis-marks"><code>emphasis marks</code></a> properties are not yet widely supported.</li>
</ul>
</li>
<li>CSS Transforms Module Level 1 [[!CSS-TRANSFORMS-1]]</li>
<li>CSS Transforms Module Level 1 [[!CSS-TRANSFORMS-1]]
<ul>
<li>Exception: applying CSS transform functions to <code>video</code> elements is not required to be supported. More complex requirements such as <a href="https://www.w3.org/TR/css-transforms-1/#funcdef-transform-rotate">2D rotate</a>, <a href="https://www.w3.org/TR/css-transforms-1/#funcdef-transform-skew">2D skew</a> or any of the 3D transforms may not work at all or may be limited to unencrypted content and/or to HD / SD content or even to only SD content. They may also result in dropped frames.</li>
</ul>
</li>
<li>CSS Transitions [[!CSS3-TRANSITIONS]]</li>
<li>CSS Values and Units Module Level 3 [[!CSS-VALUES]]</li>
<li>CSS Will Change Module Level 1 [[CSS-WILL-CHANGE-1]]</li>
Expand Down

0 comments on commit f692a4d

Please sign in to comment.