MtMNC / mtmnc.github.io

https://mtmnc.github.io
0 stars 0 forks source link

HTML5 semantics - the sidebar should use the <aside> element #3

Closed neoncitylights closed 8 years ago

neoncitylights commented 8 years ago

Offending line: https://github.com/MtMNC/mtmnc.github.io/blob/master/bs01splash/alt/alt.html#L30

Something like this instead: (simplified, you can keep the other attributes stuff but again, this is just a simple concept of what it should like:)

<aside id="sidebar">
   <nav>
     <ul>...</ul>
     <ul>...</ul>
     <ul>...</ul>
   </nav>
</aside>
MtMNC commented 8 years ago

Done as of https://github.com/MtMNC/mtmnc.github.io/commit/744f92af8eb99e81038fcc15fa53b2974b65a425. Thanks.