Bug in HTML Code – Footer
-
I found a bug with the aria attribute.
<ul id=”responsive-menu” role=”menubar” “aria-label= main-menu” >
I think it should generate this code instead.
<ul id=”responsive-menu” role=”menubar” aria-label=”main-menu” >
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Bug in HTML Code – Footer’ is closed to new replies.