Skip to content

Commit bfba8af

Browse files
committed
Update links to issues
1 parent 36056da commit bfba8af

3 files changed

Lines changed: 51 additions & 32 deletions

File tree

src/layers/explainer.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,13 @@ Historic context:
4949
Typos or other document-specific issues
5050
[can be reported in this repo](https://github.com/oddbird/css-sandbox/issues).
5151

52-
## Table of Contents
52+
## Table of contents
53+
54+
<!-- generated by VSCode Markdown All-In-One extension -->
5355

5456
- [Authors](#authors)
5557
- [Participate](#participate)
56-
- [Table of Contents](#table-of-contents)
58+
- [Table of contents](#table-of-contents)
5759
- [Introduction](#introduction)
5860
- [Goals [or Motivating Use Cases, or Scenarios]](#goals-or-motivating-use-cases-or-scenarios)
5961
- [Non-goals](#non-goals)
@@ -80,6 +82,8 @@ Typos or other document-specific issues
8082
- [Alternative layer sorting](#alternative-layer-sorting)
8183
- [Stakeholder Feedback / Opposition](#stakeholder-feedback--opposition)
8284
- [References & acknowledgements](#references--acknowledgements)
85+
- [Changelog](#changelog)
86+
- [2021.01.29](#20210129)
8387

8488
## Introduction
8589

src/rwd/query/explainer.md

Lines changed: 27 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,37 @@
11
# Container Query Proposal & Explainer
22

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+
325
<!-- generated by VSCode Markdown All-In-One extension -->
426

527
- [Authors](#authors)
628
- [Participate](#participate)
29+
- [Table of contents](#table-of-contents)
730
- [Introduction](#introduction)
831
- [Goals](#goals)
932
- [Non-goals](#non-goals)
1033
- [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)
1235
- [Containment context](#containment-context)
1336
- [Container queries (`@container`)](#container-queries-container)
1437
- [Container features](#container-features)
@@ -17,6 +40,7 @@
1740
- [Modular components in any container](#modular-components-in-any-container)
1841
- [Components with internal containers](#components-with-internal-containers)
1942
- [Component in a responsive grid track](#component-in-a-responsive-grid-track)
43+
- [Combining media & container queries](#combining-media--container-queries)
2044
- [Detailed design discussion & alternatives](#detailed-design-discussion--alternatives)
2145
- [Single-axis containment issues](#single-axis-containment-issues)
2246
- [Implicit vs explicit containers](#implicit-vs-explicit-containers)
@@ -25,21 +49,8 @@
2549
- [Other questions to explore](#other-questions-to-explore)
2650
- [Stakeholder Feedback / Opposition](#stakeholder-feedback--opposition)
2751
- [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)
4354

4455
## Introduction
4556

src/scope/explainer.md

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,26 @@
11
# Scope Proposal & Explainer
22

3+
## Authors
4+
5+
- Miriam Suzanne
6+
7+
## Participate
8+
9+
Please leave any feedback on the CSSWG issues for this proposal:
10+
11+
- [Proposal for light-dom scoping/namespacing](https://github.com/w3c/csswg-drafts/issues/5809)
12+
- [Request for TAG review](https://github.com/w3ctag/design-reviews/issues/593)
13+
14+
Typos or other document-specific issues
15+
[can be reported in this repo](https://github.com/oddbird/css-sandbox/issues).
16+
17+
## Table of contents
18+
319
<!-- generated by VSCode Markdown All-In-One extension -->
420

521
- [Authors](#authors)
622
- [Participate on CSSWG threads](#participate-on-csswg-threads)
23+
- [Table of contents](#table-of-contents)
724
- [Introduction](#introduction)
825
- [Goals](#goals)
926
- [The namespace problem](#the-namespace-problem)
@@ -48,24 +65,11 @@
4865
- [References & acknowledgements](#references--acknowledgements)
4966
- [To Be Addressed](#to-be-addressed)
5067
- [Change log](#change-log)
68+
- [2021.01.29](#20210129)
5169
- [2021.01.28](#20210128)
5270
- [2021.01.27](#20210127)
5371
- [2021.01.18](#20210118)
5472

55-
## Authors
56-
57-
- Miriam Suzanne
58-
59-
## Participate on CSSWG threads
60-
61-
Please leave any feedback on the CSSWG issues for this proposal:
62-
63-
- [Proposal for light-dom scoping/namespacing](https://github.com/w3c/csswg-drafts/issues/5809)
64-
- [Request for TAG review](https://github.com/w3ctag/design-reviews/issues/593)
65-
66-
Typos or other document-specific issues
67-
[can be reported in this repo](https://github.com/oddbird/css-sandbox/issues).
68-
6973
## Introduction
7074

7175
There are many overlapping

0 commit comments

Comments
 (0)