Allow following <summary> elements
This commit is contained in:
parent
84a9655bb3
commit
b45ffea6a4
3 changed files with 14 additions and 3 deletions
|
@ -8,5 +8,10 @@
|
|||
<div id='editable_div_1' contenteditable>link</div>
|
||||
<div id='editable_div_2' contenteditable='true'>link</div>
|
||||
<div id='x' contenteditable='false'>link</div>
|
||||
<details>
|
||||
<summary id='summary_1'>summary link</summary>
|
||||
Some details
|
||||
<a href='#'>not visible</a>
|
||||
</details>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Reference in a new issue