Skip to content

Proposal: Merge redundant boolean attribute sections in HTML coding standards #81

@ashutoshbisoyi

Description

@ashutoshbisoyi

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).

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions