interactive-examples icon indicating copy to clipboard operation
interactive-examples copied to clipboard

<hgroup> example doesn't seem idiomatic

Open danburzo opened this issue 3 years ago • 1 comments

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.

danburzo avatar Aug 07 '22 07:08 danburzo

👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it.

welcome[bot] avatar Aug 07 '22 07:08 welcome[bot]