role="grid" for columnsYou inherit a keyboard contract
An ARIA grid normally has one entry in the page tab sequence and requires code to move focus among cells. A role without that behavior is misleading.
<div role="grid" class="products">
<!-- Visual columns alone do not make this a grid widget. -->
</div>