-
_From @josh-stevens on June 1, 2018 19:29_
Hi,
So I'm doing a long running animation using CSS transforms. It's a digital signage application so this is something that runs for hours on end. After…
-
[css-overflow-3](https://www.w3.org/TR/css-overflow-3/#scrollable) defines the interaction of transformed boxes on the scrollable overflow area as follows:
> The border boxes of all boxes for which…
-
2D spec: https://drafts.csswg.org/css-transforms/#decomposing-a-2d-matrix
3D spec: https://drafts.csswg.org/css-transforms-2/#decomposing-a-3d-matrix
A minor tweak to a transformation matrix that …
-
I have uPlots embedded in pages where I'm using a CSS transform to scale the entire page up or down. This mostly works, but the mouse position is not tracked correctly. Someone else hit the same probl…
-
might perform better
-
See thread at http://groups.google.com/group/liftweb/browse_thread/thread/184b7eb51d461b30
I've found what looks like another CSS selector bug. The selector is
appending the attributes of the input…
-
How does a <div> with no specific transform-style or transform behave w.r.t. flattening?
[Current spec](https://drafts.csswg.org/css-transforms-2/#transform-style-property)
-
Found by @canaltinova and me while [implementing in Servo](https://github.com/servo/servo/pull/13188)
- In [2d recomposition](https://drafts.csswg.org/css-transforms/#recomposing-to-a-2d-matrix), the …
-
### Problem
Tables often contain data that needs to line up with the rest of its column in a specific way, like currency, decimals, or equations. Web developers have wanted the ability to do this f…
-
Fotema uses CSS to rotate images so they align with their EXIF orientation data. However, when rotated with CSS the images don't have the proper (rotated) width and height, which manifest as images ei…