[hatari-devel] Warnings in hatari-ui.html |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: Eero Tamminen <oak@xxxxxxxxxxxxxx>
- Subject: [hatari-devel] Warnings in hatari-ui.html
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Fri, 27 May 2022 08:57:59 +0000
- Cc: Hatari Development <hatari-devel@xxxxxxxxxxxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1653641881; bh=cjnmJ81eQN5T3/NgcToAKKfJHCks0Hlu+2gusZC/RsI=; h=Date:From:To:Cc:Subject:From; b=SfwJISERlOcXnChdMLll2nvnjIOSj4DfoH9N5m2Uh4pDySoWQFeI8+RWeKo8UyzZm lT+QUlGoPZeFAP1OvQGL/ZWpOx+z6meFDYXKvAbBcLL0HJvgFp4chZIiqEMjIpbQc2 qJCk7nYP9qG5XnLDo3sanuelxO1lwNIA2kCY7y5W7ifAVHt93id4u0Sih5dO8Jh+xs yZVjq5Lcy2YScINvsHzI8Yq41NbtU0+/TLf4F7fBr3kG60ZDwpi6b+ZRu9pKUlPfMI 9QhB72/9YfmxQ2ttWtopprfhpX+DzaygnWCkTtvulcOiUFH34Nm2cbNS+RVTNLUeZV tZfKvFu9keryw==
Hi Eero,
I'm getting a bunch of warnings when tidy checks hatari-ui.html (I recently
upgraded to Fedora 36, maybe it's related to a new version in there?):
$ tidy python-ui/hatari-ui.html
line 21 column 3 - Info: missing optional end tag </li>
line 22 column 3 - Info: missing optional end tag </li>
line 23 column 3 - Info: missing optional end tag </li>
line 19 column 1 - Info: missing optional end tag </li>
line 26 column 1 - Info: missing optional end tag </li>
line 32 column 3 - Info: missing optional end tag </li>
line 30 column 1 - Info: missing optional end tag </li>
line 61 column 1 - Info: missing optional end tag </li>
line 62 column 1 - Info: missing optional end tag </li>
line 65 column 1 - Info: missing optional end tag </li>
line 68 column 1 - Info: missing optional end tag </li>
line 71 column 1 - Info: missing optional end tag </li>
line 99 column 1 - Info: missing optional end tag </li>
line 103 column 1 - Info: missing optional end tag </li>
line 106 column 1 - Info: missing optional end tag </li>
line 109 column 1 - Info: missing optional end tag </li>
line 111 column 1 - Info: missing optional end tag </li>
line 115 column 1 - Info: missing optional end tag </li>
line 119 column 1 - Info: missing optional end tag </li>
line 133 column 1 - Info: missing optional end tag </li>
line 134 column 1 - Info: missing optional end tag </li>
line 136 column 1 - Info: missing optional end tag </li>
line 137 column 1 - Info: missing optional end tag </li>
line 138 column 1 - Info: missing optional end tag </li>
line 139 column 1 - Info: missing optional end tag </li>
line 151 column 1 - Info: missing optional end tag </li>
line 155 column 1 - Info: missing optional end tag </li>
line 41 column 1 - Warning: <a> attribute "name" not allowed for HTML5
line 55 column 1 - Warning: <a> attribute "name" not allowed for HTML5
line 95 column 1 - Warning: <a> attribute "name" not allowed for HTML5
line 128 column 1 - Warning: <a> attribute "name" not allowed for HTML5
line 145 column 1 - Warning: <a> attribute "name" not allowed for HTML5
line 167 column 1 - Warning: <a> attribute "name" not allowed for HTML5
line 177 column 1 - Warning: <a> attribute "name" not allowed for HTML5
line 191 column 1 - Warning: <a> attribute "name" not allowed for HTML5
line 260 column 1 - Warning: <a> attribute "name" not allowed for HTML5
line 340 column 1 - Warning: <a> attribute "name" not allowed for HTML5
Info: Document content looks like HTML5
Tidy found 10 warnings and 0 errors!
This causes "make test" to fail here. Could you please have a look?
Thanks,
Thomas