Code cleanup to be w3c validated
Closed this issue · 1 comments
Outpox commented
I'll need to rework the css for the keyboard (even maybe redo it) to respect correct css rules.
This issue is related to the html for the keyboard where I have :
<ul>
<div> // div is not allowed as direct child of <ul>
<li></li>
</div>
</ul>
Outpox commented
Fixed in the keyboard branch which should be released someday.