splorp / tersus

An achingly simple WordPress theme without all the usual cruft.
GNU General Public License v3.0
99 stars 6 forks source link

Using the <aside> Element in Lieu of <section> #24

Closed Avengio closed 12 years ago

Avengio commented 12 years ago

Hi All - Shouldn't the two sidebars in tersus utilize the aside element in lieu of the section element? Based on a quick glance at the HTML 5 spec the aside element seems more more semantically accurate and would allow us to drop the "sidebar" class on that section element and simplify the specificity in the stylesheet.

splorp commented 12 years ago

Good call, Beau.

The short answer is … Yes.

The slightly longer answer is … we haven’t quite finished implementing all of the de facto HTML5 elements yet. Elements such as aside, figure, figcaption, and nav are all on the to do list. (Although not listed here as issues, for some reason.)

splorp commented 12 years ago

Ask and you shall receive.

The sidebar <section> elements (and associated selectors) have been replaced with <aside> elements.

Commit: 8db915ddedcaeb308162be5b361e4e35dd9322f6

Avengio commented 12 years ago

Noice! -bc