-
According to MDC (https://developer.mozilla.org/en-US/docs/CSS/transform) here are the CSS transforms that morpheus is currently missing:
scaleX, scaleY, skewX, skewY, translateX, translateY, matrix,…
Pauan updated
11 years ago
-
byBartek Szopka siteyear2012videoWatch
-
[https://www.w3.org/TR/css-transforms-1/](https://www.w3.org/TR/css-transforms-1/)
In example 5 of section 3, the first paragraph under the CSS snippet reads "The visual appareance is as if the div…
-
This is a follow up from #6202, where a discussion of paint containment and 3d transforms uncovered a similar point about `overflow: clip`.
On the one hand it seemed desirable that `overflow: clip`…
-
One thing I noticed, our implementation does not compose scale and rotate well.
According to spec rotate should be computed before scale but in our implementation rotate goes after scale.
https://…
-
For example: Individual translate is only usable like so: `translate: 0 0 10px`
But `translate` as an individual property should be a shorthand for
`translate-x`, `translate-y`, and `translate-z`
I…
-
Unicode has a character property to record its numeric value. This is mostly used for script-specific decimal digits, but also for precomposed vulgar fractions and other numerals. The relevant charact…
-
Hello,
CSS3D transforms offer a lot of options to apply the desired transform, from Euler angles, to matrix3D or even skews. As I am the author of Quaternion.js ( https://github.com/rawify/Quaterni…
-
If an element gets a 3d transform in the Z axis, that makes it visually grow in the x and y dimension, does that contribute to its scrollable overflow in those dimensions?
Here's a testcase, with a…
-
Checker rule [element_orientation_unlocked](https://github.com/IBMa/equal-access/blob/master/accessibility-checker-engine/src/v4/rules/element_orientation_unlocked.ts) reports inconsistent with ACT ru…