Fix
H037no longer reports two attributes whose names differ only before a.as duplicates (data-a.checkedanddata-b.checked, or alpine'sx-on:click.preventandx-on:keyup.prevent).- An attribute whose name merely ends in the name a rule looks for is no longer mistaken for it.
data-altanddata-x.altleftH013silent on an image with noalt,data-langandxml:langsilencedH005,data-heightanddata-widthsilencedH006,data-name="description"silencedH030anddata-name="keywords"silencedH031, anddata-x.idsatisfied a<label for>forH042. - A name written inside an attribute value is no longer read as an attribute.
title="alt=x"leftH013silent,class="language-en"silencedH005, andtitle="the ID=5"was reported byH010as an uppercase attribute name. H005no longer reports a tag whose name only starts withhtml, such as<htmlx>, and points at the<html>tag itself rather than at everything up to the last>in the file.