scoped :
<table>
<tr>
<style scoped> <--- "scoped" tells the browser to apply the styles inside the tr
{your-selector}{
{styles}
}
</style>
<td>cell 1 should be formatted to 7pt font</td>
<td>cell 2 should be formatted to 7pt font</td>
</tr>
...
</table>
, Browsersupport - atm.
Html5Doctor, , polyfill, , .
:
FF, Chrome Opera, , : HTML5Rocks