-
On iOS Safari (iPhone 12 Pro Max) there is a bug where the animation timeline view block is incorrect, so the animation is at 100% briefly when it is coming into view.
You can see this happening at…
-
## Description
When using viewport units, eg
```css
.someclass {
height: 100vh;
}
```
The someclass height is greater than the actual viewport size.
## Actual result:
![image]…
-
Shouldn't viewport units like `dvh`, `svh`, and `lvh` be compiled to `vh` for older browsers? (same for `dvw`, `svw`, and `lvw` → `vw`)
Here we can see that the newer CSS colors are getting updated…
-
They work on Safari and Chrome on iOS. There are new APIs that should be used to make this work:
* https://developer.apple.com/documentation/webkit/wkwebview/3974127-setminimumviewportinset?language=…
-
In #6026 we resolved to have viewport units account for scrollbars, when `overflow:scroll` or `scrollbar-gutters:stable` is set on the root (propagating directly to viewport, not from `body`).
Thi…
-
Hi there!
I'm just started to use your package and faced the problem related to that route `/getrecord/:tablename/:label/:id`.
Inside of that route, you're expecting `id` as a number. Could you add …
-
### Introduction
I am writing to request support for viewport units in React Native. These units allow developers to define sizes and dimensions in relation to the viewport, providing a different l…
-
Tl;dr viewport unit sizing doesn't work in browsers.
1. Is this a spec issue or an implementation issue?
2. Should viewport units be with respect to the element or the viewable portion? Or should ne…
-
Consider a SVG `` element with the following attributes:
It would be expanded according to the initial values defined in [§ 8](https://drafts.fxtf.org/filter-effects-1/#FilterEffectsRegion)…
-
Once #3820 is done, which fixes
- #2489
we will want to upgrade `TableView` to support `ScrollBar`. There are two approaches:
1) Upgrade `TableView` to utilize the virtual content scrolling …