Skip to content

Commit e0002bd

Browse files
committed
Add progress-indicator emojis to explainer list
1 parent 8bef641 commit e0002bd

12 files changed

Lines changed: 24 additions & 7 deletions

File tree

src/_data/status.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,19 @@ section:
44
archive: Archived Topics
55
archive:
66
abandoned: >
7+
78
This feature has been abandoned
89
(at least for now).
910
Our notes are likely out-of-date.
1011
shipped: >
12+
1113
This feature has shipped in browsers.
1214
Our notes are likely out-of-date.
1315
moved: >
16+
👀
1417
This content
1518
is being maintained elsewhere.
1619
Our notes are likely out-of-date.
1720
inactive: >
21+
🤷🏻‍♀️
1822
Not much active in here at the moment…

src/_includes/base/list.macros.njk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<li>
66
{%- if page.data.draft -%}
77
<strong> [draft] </strong>
8+
{%- elif page.data.progress -%}
9+
<span> {{ page.data.progress }} </span>
810
{%- endif -%}
911

1012
<a href="{{ page.url }}">

src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ as we do our thinking in public.
1919

2020
{% import "base/list.macros.njk" as list %}
2121

22-
## Explainers
22+
## Proposals & Explainers
2323

2424
{{ list.all(collections.explainer, collections) }}
2525

26-
## More Topics
26+
## Research Topics
2727

2828
{{ list.all(collections.index, collections) }}

src/layers/explainer.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
---
22
title: CSS Cascade Layers Explainer
3+
progress:
4+
tags:
5+
- explainer
36
created: 2021-01-08
47
changes:
58
- time: 2021-09-09

src/overflow/explainer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
created: 2023-12-14
33
title: CSS Overflow - Broad Research
4+
progress: 👍🏼
45
tags:
56
- overflow
67
- explainer

src/rwd/query/explainer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: CSS Container Query Proposal & Explainer
33
created: 2020-12-17
4+
progress:
45
changes:
56
- time: 2021-08-20
67
log: Work has moved to CSS Containment Module level 3

src/rwd/style/explainer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: CSS Style Query Explainer
33
created: 2022-11-21
4+
progress: 🚀
45
tags:
56
- explainer
67
---

src/sass/color-spaces/proposal.11tydata.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
title: Sass Color Spaces Proposal
22
created: 2022-03-11
3+
progress: 🚀
34
tags: [explainer]
45
changes:
56
- time: 2022-04-04T15:56:51-06:00

src/sasslike/mixins-functions.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
---
22
created: 2023-08-21
33
title: CSS Mixins & Functions Explainer
4+
progress: 👍🏼
45
tags:
56
- explainer
67
- mixins-functions
8+
note: >
9+
👍🏼
10+
The CSS Working Group has
11+
[resolved to adopt this proposal](https://github.com/w3c/csswg-drafts/issues/9350#issuecomment-1939628591),
12+
and begin drafting a new specification
13+
for CSS Mixins & Functions.
714
changes:
815
- time: 2023-08-22T10:20:26-06:00
916
log: Document issues with function fallbacks

src/scope/explainer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: CSS Scope Proposal & Explainer
3+
progress: 🚀
34
tags:
45
- explainer
56
created: 2020-12-15

0 commit comments

Comments
 (0)