File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ function formatFile (file) {
4646
4747 const content =
4848 ' <div class="row page">\n' +
49- ' <button type="button" role="heading" aria-level="2"><span class="heading2 ">' + file . name + '</span></button>' +
49+ ' <button type="button"><span class="heading2" role="heading" aria-level="2">' + file . name + '</span></button>' +
5050 ' <span class="buttons">' + buttonMarkup + '</span>\n' +
5151 ' </div>\n' +
5252 ' <div class="row report">' + returnedErrors + returnedWarnings + returnedNotices + '</div>\n'
@@ -107,7 +107,7 @@ module.exports = function (results) {
107107 const firstOccurrence = 'Warn about the first occurrence only'
108108 const heading =
109109 ' <div class="row summary">\n' +
110- ' <button type="button" role="heading" aria-level="1"><span class="heading1 ">HTML Validity Report</span></button>' +
110+ ' <button type="button"><span class="heading1" role="heading" aria-level="1">HTML Validity Report</span></button>' +
111111 ' <span class="buttons">' + buttonMarkup + '</span>\n' +
112112 ' </div>\n' +
113113 ' <div class="row filters form-group">\n' +
You can’t perform that action at this time.
0 commit comments