Skip to content

Validate duplicate attributes

Choose a tag to compare

@hugithordarson hugithordarson released this 03 Sep 16:11
· 160 commits to master since this release

Validate duplicate attributes

Tags with duplicate attributes β€” e.g. `` β€” now produce a validation error. The first occurrence wins (per the HTML spec) and the duplicate is highlighted in the editor and Problems view. Detection is case-insensitive, so class and `Class` are correctly flagged as duplicates.

From the changelog, April 12, 2026.