diff --git a/reports/2022.html b/reports/2022.html index e0c110a..7d197ca 100644 --- a/reports/2022.html +++ b/reports/2022.html @@ -19,6 +19,10 @@ name: "Westbrook Johnson", url: "https://westbrookjohnson.com", }, + { + name: "Alan Dávalos", + url: "https://github.com/alangdm", + }, ], github: "w3c/webcomponents-cg", shortName: "webcomponents-cg", @@ -109,7 +113,7 @@

Table of Contents

Children changed callback WICG/webcomponents#809 High - --- + Uncertain Open styling of shadow roots @@ -661,51 +665,73 @@

Links

Previous WCCG Report(s)
2021
GitHub issues:
-
---
+
+ +
Browser positions:
---
+
Polyfills/Libraries
+
For the parsing behavior

Description

-

---

+

Provide a callback that triggers whenever the parser finishes parsing children or when a new child is inserted or an old child is removed.

Status

Initial API Summary/Quick API Proposal

-

Summary or proposal based on current status; paragraph(s) and code.

+

No concrete API proposal exists so far but the discussions seem to refer to using the callback similar to the attributeChangedCallback.

+

A component using said callback would look like this:

+
+          class ChildrenChangedCallbackSample extends HTMLElement {
+            childrenChangedCallback() {}
+          }
+        

Key Scenarios

-

---

+

Concerns

Dissenting Opinion

Related Specs

Open Questions