You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: microsoft-edge/web-platform/release-notes/133.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,11 +69,11 @@ Use container queries to style descendants of containers based on their scroll s
69
69
70
70
The query container is either a scroll container, or an element affected by the scroll position of a scroll container. The following states can be queried:
71
71
72
-
*Whether a sticky-positioned container is stuck to one of the edges of the scroll box (`stuck`).
73
-
*Whether a scroll-snap aligned container is currently snapped horizontally or vertically (`snapped`).
74
-
* Whether a scroll container can be scrolled in a queried direction (`scrollable`).
72
+
*`stuck`: A stickypositioned container is stuck to one of the edges of the scroll box.
73
+
*`snapped`: A scrollsnap aligned container is currently snapped horizontally or vertically.
74
+
*`scrollable`: Whether a scroll container can be scrolled in a queried direction.
75
75
76
-
A new `container-type:scroll-state`has been introduced, to allow such containers to be queried.
76
+
A new `container-type:scroll-state`lets containers to be queried.
0 commit comments