/* some of the HTML5 tags that should display as blocks by default */
article,
aside,
audio,
canvas,
datagrid,
datalist,
details,
dialog,
figure,
footer,
header,
menu,
nav,
section,
video {
display: block;
}
/* some of the HTML5 tags that should display as inline text by default */
abbr,
figcaption,
eventsource,
mark,
meter,
time,
progress,
output,
bb {
display:inline;
}