From edb349f52c974a81799c8af4d996faa1a6441db1 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Tue, 9 Sep 2025 10:45:05 -0700 Subject: [PATCH 1/2] Changing (primary) editor of HTML to Simon With Domenic's impending departure, we will need a new (singular) Editor for the HTML workstream. For SG approval. --- db.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db.json b/db.json index cdb4649..bd3a77a 100644 --- a/db.json +++ b/db.json @@ -219,8 +219,8 @@ "scope": "A kitchen sink full of technologies for the web, including the core markup language for the web, HTML, as well as numerous APIs like Web Sockets, Web Workers, `localStorage`, etc.", "editors": [ { - "name": "Domenic Denicola", - "email": "d@domenic.me" + "name": "Simon Pieters", + "email": "zcorpan@mozilla.com" } ], "standards": [ From 2425ec47c8f1548427ed2cf2b33c7cd9c5bed65a Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Tue, 16 Sep 2025 09:57:13 +0200 Subject: [PATCH 2/2] fix email Co-authored-by: Simon Pieters --- db.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db.json b/db.json index bd3a77a..21b8523 100644 --- a/db.json +++ b/db.json @@ -220,7 +220,7 @@ "editors": [ { "name": "Simon Pieters", - "email": "zcorpan@mozilla.com" + "email": "zcorpan@gmail.com" } ], "standards": [