From 3421185737deefe27e51e104708b02d9b3d4f4f3 Mon Sep 17 00:00:00 2001 From: shanehandley Date: Sat, 15 Feb 2025 14:55:53 +1100 Subject: [PATCH] script: remove non-actionable todo from script/dom/document.rs (#35472) Signed-off-by: Shane Handley --- components/script/dom/document.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/script/dom/document.rs b/components/script/dom/document.rs index 497decca433..b48c29dd635 100644 --- a/components/script/dom/document.rs +++ b/components/script/dom/document.rs @@ -5743,8 +5743,7 @@ impl DocumentMethods for Document { self.window.upcast::().remove_all_listeners(); } - // Step 11 - // TODO: https://github.com/servo/servo/issues/21936 + // Step 11. Replace all with null within document. Node::replace_all(None, self.upcast::()); // Specs and tests are in a state of flux about whether