Hi, > Actually the toggle details is no longer relying on javascript but on a > HTML5 tag (<details><summary>Title</summary>Content</details>. Maybe > Iceweasel 31.7.0 does not support such a tag?
It seems so. At least the examples from https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details show up identically in my weasel: https://mdn.mozillademos.org/en-US/docs/Web/HTML/Element/details$samples/Providing_a_summary?revision=1338692 https://mdn.mozillademos.org/en-US/docs/Web/HTML/Element/details$samples/Creating_an_open_disclosure_box?revision=1338692 Chromium 43.0.2357.65 shows your work correctly and the "Toggle details" buttons toggle as they are supposed to. So: Thank you for removing the need for JavaScript. Have a nice day :) Thomas