firefox does not support html5 /details tag!
firefox does not support html5 <details></details> tag!
firefox does not support html5 <details></details> tag!
All Replies (2)
As said on http://www.w3schools.com/html5/tag_details.asp <details> -tag is only supported by Chrome yet. You can still use JavaScript (jQuery preferred) to show/hide div-blocks so long before Firefox supports that tag.
See also https://developer.mozilla.org/en/HTML/Element/details
- bug 591737 - Support for HTML5's <details> and <summary>
Modified