CSS Container Queries Notes
Detecting a layout container
- If the target rule represents a style rule;
- If the target rule style contains a fallback contain property;
1. If the fallback contain property represents a layout container;
- For each element matching the selector of the target rule;
- Add the element to the list of layout containers, then;
- Add a fallback layout containment rule for that specific element.