compat-table icon indicating copy to clipboard operation
compat-table copied to clipboard

Problem with the "platform type" header for empty categories

Open afmenez opened this issue 8 years ago • 0 comments

The colspan for the "platform type" header cells is calculated dynamically by setColSpans() on master.js, but there is a problem when the category is empty. On the non-standard tab, the "Compilers/polyfills" column is empty and is (correctly) calculated with colspan 0, but the browsers always show at least one column.

afmenez avatar Oct 17 '17 20:10 afmenez