This page replaces the offline form-problems.glitch.me repro for issue #40272723.
It includes form markup that triggers form-related Issues and attribute-level highlighting in the Elements tree.
Elements, inspect <label id="middle-name-label" ...>.for attribute gets issue highlighting.Issues panel and enable Group by kind.Page Errors, open the 3-dot menu and click Hide all current Page Errors.Elements and inspect the same label again.After hiding current Page Errors, the corresponding attribute highlight in Elements is removed.
The highlight remained visible even after the issue was hidden.
<label id="middle-name-label" for="middle-name">Middle name</label>
<input id="middle-name-input" name="middle-name" autocomplete="additional-name">
<label id="ghost-id-label" for="does-not-exist">Secondary problematic label</label>
No linked CL yet.