Skip to content

Commit

Permalink
Initial 2023 draft preparation (#74)
Browse files Browse the repository at this point in the history
* Initial 2023 draft preparation

* Publish draft and clean up link rot

* Expand on Cross Root Aria section

* Add Scoped Custom Element Registries section content (#75)

* Intro to CSS Slot Content Detection

* Correct "last year"

* More authors

* Update status.html

---------

Co-authored-by: Michael Warren <michaelwarren1106@gmail.com>
  • Loading branch information
Westbrook and michaelwarren1106 authored Oct 1, 2024
1 parent c5e237a commit 054fcf7
Show file tree
Hide file tree
Showing 4 changed files with 637 additions and 12 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
paths: ['reports/**']
push:
branches: ['main', 'report']
branches: ['main', '2023']
paths: ['reports/**']
workflow_dispatch: {}

Expand All @@ -21,6 +21,8 @@ jobs:
destination: 2021.html
- source: reports/2022.html
destination: 2022.html
- source: reports/2023.html
destination: 2023.html
steps:
- uses: actions/checkout@v2
- uses: w3c/spec-prod@v2
Expand Down
22 changes: 11 additions & 11 deletions reports/2022.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ <h2>Children changed callback</h2>
<h3>Links</h3>
<dl>
<dt>Previous WCCG Report(s)</dt>
<dd><a href="https://w3c.github.io/webcomponents-cg/index.html#children-changed-callback">2021</a></dd>
<dd><a href="https://w3c.github.io/webcomponents-cg/2021.html#children-changed-callback">2021</a></dd>
<dt>GitHub issues:</dt>
<dd>
<ul>
Expand Down Expand Up @@ -288,7 +288,7 @@ <h2>Composed Selection</h2>
<h3>Links</h3>
<dl>
<dt>Previous WCCG Report(s)</dt>
<dd><a href="https://w3c.github.io/webcomponents-cg/index.html#composed-selection">2021</a></dd>
<dd><a href="https://w3c.github.io/webcomponents-cg/2021.html#composed-selection">2021</a></dd>
<dt>GitHub issues:</dt>
<dd><a href="https://github.com/WICG/webcomponents/issues/79">Selection APIs for Shadow DOM (main issue)</a></dd>
<dd><a href="https://github.com/w3c/selection-api/issues/98">Add getComposedRange to Selection</a></dd>
Expand Down Expand Up @@ -373,7 +373,7 @@ <h2>Constructable Stylesheets & adoptedStyleSheets</h2>
<h3>Links</h3>
<dl>
<dt>Previous WCCG Report(s)</dt>
<dd><a href="https://w3c.github.io/webcomponents-cg/index.html#constructable-stylesheets-adoptedstylesheets">2021</a></dd>
<dd><a href="https://w3c.github.io/webcomponents-cg/2021.html#constructable-stylesheets-adoptedstylesheets">2021</a></dd>
<dt>GitHub issues:</dt>
<dd><a href="https://github.com/WICG/webcomponents/issues/468">WICG/webcomponents#468</a></dd>
<dt>Browser positions:</dt>
Expand Down Expand Up @@ -452,7 +452,7 @@ <h2>Cross-root ARIA</h2>
<h3>Links</h3>
<dl>
<dt>Previous WCCG Report(s)</dt>
<dd><a href="https://w3c.github.io/webcomponents-cg/index.html#cross-root-aria">2021</a></dd>
<dd><a href="https://w3c.github.io/webcomponents-cg/2021.html#cross-root-aria">2021</a></dd>
<dt>GitHub issues:</dt>
<dd><a href="https://github.com/leobalter/cross-root-aria-delegation" target="_blank">Cross-root ARIA Delegation</a></dd>
<dd><a href="https://github.com/Westbrook/cross-root-aria-reflection" target="_blank">Cross-root ARIA Reflection</a></dd>
Expand Down Expand Up @@ -563,7 +563,7 @@ <h2>CSS Module Scripts</h2>
<h3>Links</h3>
<dl>
<dt>Previous WCCG Report(s)</dt>
<dd><a href="https://w3c.github.io/webcomponents-cg/index.html#css-module-scripts">2021</a></dd>
<dd><a href="https://w3c.github.io/webcomponents-cg/2021.html#css-module-scripts">2021</a></dd>
<dt>GitHub issues:</dt>
<dd><a href="https://github.com/WICG/webcomponents/issues/759">WICG/webcomponents#759</a></dd>
<dt>Browser positions:</dt>
Expand Down Expand Up @@ -927,7 +927,7 @@ <h2>Declarative CSS Modules</h2>
<h3>Links</h3>
<dl>
<dt>Previous WCCG Report(s)</dt>
<dd><a href="https://w3c.github.io/webcomponents-cg/index.html#declarative-css-modules">2021</a></dd>
<dd><a href="https://w3c.github.io/webcomponents-cg/2021.html#declarative-css-modules">2021</a></dd>
<dt>GitHub issues:</dt>
<dd>---</dd>
<dt>Browser positions:</dt>
Expand Down Expand Up @@ -983,7 +983,7 @@ <h2>Declarative custom elements</h2>
<h3>Links</h3>
<dl>
<dt>Previous WCCG Report(s)</dt>
<dd><a href="https://w3c.github.io/webcomponents-cg/index.html#declarative-custom-elements">2021</a></dd>
<dd><a href="https://w3c.github.io/webcomponents-cg/2021.html#declarative-custom-elements">2021</a></dd>
<dt>GitHub issues:</dt>
<dd>
<ul>
Expand Down Expand Up @@ -1105,7 +1105,7 @@ <h2>Declarative Shadow DOM</h2>
<h3>Links</h3>
<dl>
<dt>Previous WCCG Report(s)</dt>
<dd><a href="https://w3c.github.io/webcomponents-cg/index.html#declarative-shadow-dom">2021</a></dd>
<dd><a href="https://w3c.github.io/webcomponents-cg/2021.html#declarative-shadow-dom">2021</a></dd>
<dt>GitHub issues:</dt>
<dd><a href="https://github.com/whatwg/dom/issues/831">https://github.com/whatwg/dom/issues/831</a></dd>
<dt>Browser positions:</dt>
Expand Down Expand Up @@ -1328,7 +1328,7 @@ <h2>Form-Associated Custom Elements</h2>
<h3>Links</h3>
<dl>
<dt>Previous WCCG Report(s)</dt>
<dd><a href="https://w3c.github.io/webcomponents-cg/index.html#form-associated-custom-elements">2021</a></dd>
<dd><a href="https://w3c.github.io/webcomponents-cg/2021.html#form-associated-custom-elements">2021</a></dd>
<dt>GitHub issues:</dt>
<dd><a href="https://github.com/whatwg/html/issues">https://github.com/whatwg/html/issues</a></dd>
<dt>Browser positions:</dt>
Expand Down Expand Up @@ -1787,7 +1787,7 @@ <h2>Open styling of shadow roots</h2>
<h3>Links</h3>
<dl>
<dt>Previous WCCG Report(s)</dt>
<dd><a href="https://w3c.github.io/webcomponents-cg/index.html#open-styling-of-shadow-roots">2021</a></dd>
<dd><a href="https://w3c.github.io/webcomponents-cg/2021.html#open-styling-of-shadow-roots">2021</a></dd>
<dt>GitHub issues:</dt>
<dd>---</dd>
<dt>Browser positions:</dt>
Expand Down Expand Up @@ -1843,7 +1843,7 @@ <h2>Scoped Element Registries</h2>
<h3>Links</h3>
<dl>
<dt>Previous WCCG Report(s)</dt>
<dd><a href="https://w3c.github.io/webcomponents-cg/index.html#scoped-element-registries">2021</a></dd>
<dd><a href="https://w3c.github.io/webcomponents-cg/2021.html#scoped-element-registries">2021</a></dd>
<dt>GitHub issues:</dt>
<dd><a href="https://github.com/WICG/webcomponents/issues/716">WICG/webcomponents#716</a></dd>
<dt>Browser positions:</dt>
Expand Down
Loading

0 comments on commit 054fcf7

Please sign in to comment.