H1 inside article
section >
demo · v140
Pre-v140 the UA stylesheet shrunk nested <h1>s inside <article>, <section>, <aside>. Toggle to see the old vs new rendering — and a live probe of your browser's actual computed size.
article >
section >
/* Pre-v140 UA stylesheet (deprecated): */
article h1, section h1, aside h1 { font-size: 1.5em; }
/* v140+: removed. All <h1>s render at the standard 2em
unless your stylesheet says otherwise. */