interactive-examples
interactive-examples copied to clipboard
<hgroup> example doesn't seem idiomatic
The example for the <hgroup> page does not seem idiomatic:
<hgroup>
<h1>Calculus I</h1>
<p>Fundamentals</p>
</hgroup>
<p>This course will start with a brief introduction about the limit of a function. Then we will describe how the idea of derivative emerges in the Physics and Geometry fields. After that, we will explain that the key to master calculus is …</p>
Here, it looks like Fundamentals should really be a <h2>, as it delineates the introduction. If indeed Fundamentals is a tagline for Calculus I, I suggest a less ambiguous example. The styling on Fundamentals (Drop cap) likewise doesn't help discern its semantics.
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it.