closes #1592
This commit is contained in:
parent
978a3a2911
commit
2063dbddd7
1 changed files with 5 additions and 1 deletions
|
@ -4,7 +4,11 @@ importance: 1
|
||||||
|
|
||||||
# Why does "aaa" remain?
|
# Why does "aaa" remain?
|
||||||
|
|
||||||
Run the example. Why does `table.remove()` not delete the text `"aaa"`?
|
In the example below, the call `table.remove()` removes the table from the document.
|
||||||
|
|
||||||
|
But if you run it, you can see that the text `"aaa"` is still visible.
|
||||||
|
|
||||||
|
Why does that happen?
|
||||||
|
|
||||||
```html height=100 run
|
```html height=100 run
|
||||||
<table id="table">
|
<table id="table">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue