<div class="wfaq">
<div class="frasqu">
<div class="hspan"><h5>What if I change my mind?</h5><span>+</span></div>
<p>The Benchmark Free Starter Plan was created to let you test out all our key features and tools at no cost.</p>
</div>
</div>
Question:
Is the semantic design correct or can this be further minimized or some alternative way to write the HTML part.
Objective: I wanted to create one frequently asked question accordion like this one →
And all this is happening without writing sinle line of javascript, Right?
Its only down side is that it(summary) doesnt works with the Internet Explorer →
In practice I have never opened Internet Explorer in the best of my memory, but there may be people who may be using that browser in some part of the world.
Microsoft is dropping support for IE11 soon and across all its products so it really is not worth supporting it. Indeed encouraging users to use insecure browsers should avoided at all costs as that’s how all the ransomeware viruses get access to your computer.
However, regarding the Details and Summary elements there is no real issue because IE11 will just see them as normal divs so a user will still get the content but not in an accordion structure.