cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
NReib
New member
Status: New idea

In chrome if you have a closed details tag and your url anchor targets the ID of its summary element, the details tag will be opened (on page load / hashchange). It would be nice to see this behaviour in FF as well.

Using: test.html#test

<details>
<summary id="test">Test open by ID</summary>
<div>	
I will be open
</div></details>

<details>
<summary>Test closed</summary>
<div>	
I will be closed
</div></details>

 

 

1 Comment
Status changed to: New idea
Jon
Community Manager
Community Manager

Thanks for submitting an idea to the Mozilla Connect community! Your idea is now open to votes (aka kudos) and comments.