Validate duplicate attributes
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.