From 99a122e4275be6429bf02cd802d462d6bd516139 Mon Sep 17 00:00:00 2001 From: Tobie Langel Date: Thu, 2 Oct 2025 13:14:18 +0200 Subject: [PATCH] Address missing authors in W3C i18n WG Closes #775 --- overwrites/w3c.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 overwrites/w3c.json diff --git a/overwrites/w3c.json b/overwrites/w3c.json new file mode 100644 index 000000000..b843cfab9 --- /dev/null +++ b/overwrites/w3c.json @@ -0,0 +1,26 @@ +[ + { + "id": "alreq", + "action": "replaceProp", + "prop": "authors", + "value": [ + "Behnam Esfahbod", + "Mostafa Hajizadeh", + "Najib Tounsi", + "Richard Ishida", + "Shervin Afshar", + "Titus Nemeth" + ] + }, + { + "id": "arabic-math", + "action": "replaceProp", + "prop": "authors", + "value": [ + "Azzeddine Lazrek", + "Mustapha Eddahibi", + "Khalid Sami", + "Bruce R. Miller" + ] + } +]