**Is your feature request related to a problem? Please describe.** Currently, `attr-sorted` is a native rule, sorting a [limited set of properties](https://github.com/htmlhint/HTMLHint/blob/master/src/core/rules/attr-sorted.ts#L8). There are many properties missing, and adding all properties in a single way is hard to maintain. **Describe the solution you'd like** This could be fixed by sorting HTML attributes specific to a particular tag. Additionally, by making sorting per-HTML tag, this would make overriding the configuration easier and less-repetitive **Describe alternatives you've considered** Not doing this