|
1 | 1 | # Container Query Proposal & Explainer |
2 | 2 |
|
| 3 | +## Authors |
| 4 | + |
| 5 | +- Miriam Suzanne |
| 6 | + |
| 7 | +## Participate |
| 8 | + |
| 9 | +Please leave any feedback on the CSSWG issues for this proposal: |
| 10 | + |
| 11 | +- [Fleshing out @container queries with single-axis containment](https://github.com/w3c/csswg-drafts/issues/5796) |
| 12 | +- [Single-axis containment](https://github.com/w3c/csswg-drafts/issues/1031) |
| 13 | +- [Request for TAG review](https://github.com/w3ctag/design-reviews/issues/592) |
| 14 | + |
| 15 | +More specific issues for discussion: |
| 16 | + |
| 17 | +- ["container width" and "container height" units](https://github.com/w3c/csswg-drafts/issues/5888) |
| 18 | +- [`srcset` and `sizes` interaction with container queries](https://github.com/w3c/csswg-drafts/issues/5889) |
| 19 | + |
| 20 | +Typos or other document-specific issues |
| 21 | +[can be reported in this repo](https://github.com/oddbird/css-sandbox/issues). |
| 22 | + |
| 23 | +## Table of contents |
| 24 | + |
3 | 25 | <!-- generated by VSCode Markdown All-In-One extension --> |
4 | 26 |
|
5 | 27 | - [Authors](#authors) |
6 | 28 | - [Participate](#participate) |
| 29 | +- [Table of contents](#table-of-contents) |
7 | 30 | - [Introduction](#introduction) |
8 | 31 | - [Goals](#goals) |
9 | 32 | - [Non-goals](#non-goals) |
10 | 33 | - [Proposed Solutions](#proposed-solutions) |
11 | | - - [Single-axis containment (`inline-size` & `block-size` values)](#single-axis-containment-inline-size--block-size-values) |
| 34 | + - [Single-axis containment (`inline-size` & related values)](#single-axis-containment-inline-size--related-values) |
12 | 35 | - [Containment context](#containment-context) |
13 | 36 | - [Container queries (`@container`)](#container-queries-container) |
14 | 37 | - [Container features](#container-features) |
|
17 | 40 | - [Modular components in any container](#modular-components-in-any-container) |
18 | 41 | - [Components with internal containers](#components-with-internal-containers) |
19 | 42 | - [Component in a responsive grid track](#component-in-a-responsive-grid-track) |
| 43 | + - [Combining media & container queries](#combining-media--container-queries) |
20 | 44 | - [Detailed design discussion & alternatives](#detailed-design-discussion--alternatives) |
21 | 45 | - [Single-axis containment issues](#single-axis-containment-issues) |
22 | 46 | - [Implicit vs explicit containers](#implicit-vs-explicit-containers) |
|
25 | 49 | - [Other questions to explore](#other-questions-to-explore) |
26 | 50 | - [Stakeholder Feedback / Opposition](#stakeholder-feedback--opposition) |
27 | 51 | - [References & acknowledgements](#references--acknowledgements) |
28 | | - |
29 | | -## Authors |
30 | | - |
31 | | -- Miriam Suzanne |
32 | | - |
33 | | -## Participate |
34 | | - |
35 | | -Please leave any feedback on the CSSWG issues for this proposal: |
36 | | - |
37 | | -- [CSSWG Issue for this proposal](https://github.com/w3c/csswg-drafts/issues/5796) |
38 | | -- [Single-axis containment](https://github.com/w3c/csswg-drafts/issues/1031) |
39 | | -- [Request for TAG review](https://github.com/w3ctag/design-reviews/issues/592) |
40 | | - |
41 | | -Typos or other document-specific issues |
42 | | -[can be reported in this repo](https://github.com/oddbird/css-sandbox/issues). |
| 52 | +- [Changelog](#changelog) |
| 53 | + - [2021.01.29](#20210129) |
43 | 54 |
|
44 | 55 | ## Introduction |
45 | 56 |
|
|
0 commit comments