Understanding why nesting sectioning elements does not automatically adjust heading levels.
You wrap content in nested <section> elements, each starting with an <h1>, expecting the HTML5 outline algorithm to render them as h1, h2, h3 based on nesting depth. What is the correct expert-level understanding of this approach?