mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
script: remove non-actionable todo from script/dom/document.rs (#35472)
Signed-off-by: Shane Handley <shanehandley@fastmail.com>
This commit is contained in:
parent
453e4a81df
commit
3421185737
1 changed files with 1 additions and 2 deletions
|
@ -5743,8 +5743,7 @@ impl DocumentMethods<crate::DomTypeHolder> for Document {
|
|||
self.window.upcast::<EventTarget>().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::<Node>());
|
||||
|
||||
// Specs and tests are in a state of flux about whether
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue