Skip to content

Commit ed4dfd5

Browse files
authored
Add Scrolling, Subgrid, Transforms (#282)
1 parent 84503cc commit ed4dfd5

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

2023/README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,38 @@ Pointer events are DOM events that are fired for a pointing device. They are des
225225
[Tests](https://wpt.fyi/results/?label=experimental&label=master&product=chrome&product=firefox&product=safari&aligned&view=interop&q=label%3Ainterop-2023-events)
226226

227227

228+
### Scrolling
229+
230+
The scroll-behavior, overscroll-behavior and scroll-snap CSS properties and the CSSOM View scroll-related APIs allow authors to influence how scrolling behaves.
231+
232+
[MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-behavior)
233+
234+
[Spec](https://drafts.csswg.org/css-overflow-3/#propdef-scroll-behavior)
235+
236+
[Tests](https://wpt.fyi/results/css?label=master&label=experimental&product=chrome&product=firefox&product=safari&aligned&view=interop&q=label%3Ainterop-2022-scrolling)
237+
238+
239+
### Subgrid
240+
241+
Subgrid makes it possible to nest grids while having the items of the nested grid line up with the main grid.
242+
243+
[MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/Subgrid)
244+
245+
[Spec](https://drafts.csswg.org/css-grid-2/)
246+
247+
[Tests](https://wpt.fyi/results/css/css-grid/subgrid?label=master&label=experimental&product=chrome&product=firefox&product=safari&aligned&view=interop&q=label%3Ainterop-2022-subgrid)
248+
249+
### Transforms
250+
251+
The transform CSS property lets you rotate, scale, skew, or translate an element.
252+
253+
[MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/transform)
254+
255+
[Spec](https://w3c.github.io/csswg-drafts/css-transforms-2/#transform-functions)
256+
257+
[Tests](https://wpt.fyi/results/css/css-transforms?label=master&label=experimental&product=chrome&product=firefox&product=safari&aligned&view=interop&q=label%3Ainterop-2021-transforms)
258+
259+
228260
### URL
229261

230262
The URL interface is used to parse, construct, normalize, and encode URLs. It works by providing properties which allow you to easily read and modify the components of a URL. This focus area is to get all browsers to agree on an implementation of URLs as defined in the URL Standard.

0 commit comments

Comments
 (0)