In https://www.minecraft.net/en-us/article/minecraft-1-21-100-bedrock-changelog Article, The Title of 1.21.100 update changelog has not have heading, It causes the button’s text is invisible
Code Analysis
The <hl class="MC_Heading_1></hl>
is blank text over the >< and <p class="MC_artideHeroA_header_subheadline">Minecraft: Bedrock Edition 1.21.100 Update</p>
appeared below should be move to Heading 1 hl class code.
Actual result
<div class="MC_articleHeroA_header_container"> == $0
<hl class="MC_Heading_1></hl>
<p class="MC_artideHeroA_header_subheadline">Minecraft: Bedrock
Edition 1.21.100 Update</p>
Expected result
<div class="MC_articleHeroA_header_container"> == $0
<hl class="MC_Heading_1>Minecraft: Bedrock
Edition 1.21.100 Update</hl>
<p class="MC_artideHeroA_header_subheadline">Minecraft Bedrock 1.21.100 Released</p>
Attachments
Comments 2

[media]