Post Comments Form: ensure typography styles are applied to child elements #36188
Labels
[Block] Comments (legacy)
The legacy mode of the Comments block (formerly known as Post Comments)
[Feature] Design Tools
Tools that impact the appearance of blocks both to expand the number of tools and improve the experi
[Status] In Progress
Tracking issues with work in progress
What problem does this address?
In #34064 we opted into and added default Typography support controls.
For the Post Comments Form, we noticed that the
<h3 />
element isn't targeted by some of the Typography settings set at the container: the font weight gets applied at the container, but not the heading.Props to @andrewserong for the bug report.
What is your proposed solution?
Fine tune the server rendered block (either via CSS inheritance tweaking or otherwise) to ensure that inner elements inherit typography styles.
The text was updated successfully, but these errors were encountered: