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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ My aim is to make the polyfill work correctly for the _majority_ of use-cases, b
44
44
}
45
45
```
46
46
47
-
- Boolean operations (`and`, `or` and `not`) are supporrted.
47
+
- Boolean operations (`and`, `or` and `not`) are supported.
48
48
- The polyfill does _not_ support style queries (e.g. `@container style(--color: red)`), as there is no way to get notified of computed style changes.
49
49
- The polyfill does _not_ support pseudo elements (::before & ::after), as they don’t have a real DOM handle and can't be observed with `ResizeObserver`.
50
50
- Container Queries will not work when nested inside a Media Query. For now, the polyfill only supports top-level CQs.
0 commit comments