From 6770363c9abd9b09125a19b786e126c559e22f52 Mon Sep 17 00:00:00 2001 From: Eemeli Aro Date: Mon, 24 Nov 2025 15:56:23 +0200 Subject: [PATCH] Archive import-text explainer --- README.md | 2 +- tc39-import-text.md => archive/tc39-import-text.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tc39-import-text.md => archive/tc39-import-text.md (100%) diff --git a/README.md b/README.md index 447052e..2e53d68 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,6 @@ Oldest first: * [Translation API](translation.md) * [Standard Measures with U.S. English](standard-measures-en-us.md) * [DOM Localization](dom-localization.md) -* [TC39: Import Text](tc39-import-text.md) * [Web API for Messaging Layer Security (MLS)](MessagingLayerSecurity.md) * ... @@ -31,6 +30,7 @@ Exception: minor non-substantive or typographical changes may be submitted as PR Explainers migrated or incorporated into an incubation group or standards working group. * [Privacy-Preserving Attribution Measurement API](https://github.com/mozilla/explainers/tree/main/archive/ppa-experiment), moved to PATWG as [Privacy-Preserving Attribution: Level 1](https://w3c.github.io/ppa/) +* [TC39: Import Text](archive/tc39-import-text.md), moved to [tc39/proposal-import-text](https://github.com/tc39/proposal-import-text). ## Archived Explainers Explainers we are no longer pursuing, have been superseded, or have been incorporated into another explainer. diff --git a/tc39-import-text.md b/archive/tc39-import-text.md similarity index 100% rename from tc39-import-text.md rename to archive/tc39-import-text.md