From 1516082dff5f9f03287dc32bb2f8eeee0d029d3b Mon Sep 17 00:00:00 2001 From: Patrick Nelson Date: Wed, 7 Jun 2023 19:15:28 -0700 Subject: [PATCH] Noting issue/progress of light DOM IIFE compatibility --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 22993ac..eb147cc 100644 --- a/README.md +++ b/README.md @@ -82,8 +82,8 @@ On the immediate horizon: - [x] Migrate to Vitest for unit testing - [x] Update logo - [x] Fix nested slot support (https://github.com/patricknelson/svelte-retag/pull/5) -- [ ] ⏳ Better support for slots during early execution of IIFE compiled packages (i.e. use `MutationObserver` to watch - for light DOM slots during initial parsing) +- [ ] ⏳ Better support for slots during early execution of IIFE compiled packages, i.e. use `MutationObserver` to watch + for light DOM slots during initial parsing (see https://github.com/patricknelson/svelte-retag/issues/7) - [ ] Support Lit-style lowercase props (see https://github.com/crisward/svelte-tag/issues/16) - [ ] Support context (see https://github.com/crisward/svelte-tag/issues/8)