The current HTML coding standards document contains two separate sections addressing how to handle boolean attributes:
Both sections communicate essentially the same rule:
Boolean attributes in HTML5 should not have an explicit value (e.g., use checked, not checked="true").
This duplication may lead to confusion for readers
Proposed Change
Merge the two sections into one unified rule under a single heading (e.g., Boolean Attributes).