From f6d67cb04a33f9e46ba8718da23db76a59114bea Mon Sep 17 00:00:00 2001 From: Alan Davalos Date: Wed, 17 Aug 2022 17:59:37 +0900 Subject: [PATCH 1/2] Add the section for children changed callback in 2022 --- reports/2022.html | 42 ++++++++++++++++++++++++++++++++---------- 1 file changed, 32 insertions(+), 10 deletions(-) diff --git a/reports/2022.html b/reports/2022.html index e0c110a..562a0ed 100644 --- a/reports/2022.html +++ b/reports/2022.html @@ -109,7 +109,7 @@

Table of Contents

Children changed callback WICG/webcomponents#809 High - --- + Uncertain Open styling of shadow roots @@ -661,51 +661,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

From 12a67a71ba5e108ee1e0346c445473d3db727be6 Mon Sep 17 00:00:00 2001 From: Alan Davalos Date: Thu, 18 Aug 2022 12:46:44 +0900 Subject: [PATCH 2/2] Add editor name --- reports/2022.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reports/2022.html b/reports/2022.html index 562a0ed..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",