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

The colspan for the "platform type" header cells is initially wrong

Open afmenez opened this issue 8 years ago • 0 comments

The colspan for the "platform type" header cells is initially wrong. It is corrected dynamically later by setColSpans() on master.js, but since this is the first row, it defines the initial width for the entire table and I believe older browsers can't handle this (see #1127).

One solution is instead of hard-coding the platform headers on skeleton.html, adding them dynamically like the browser headers in dataToHtml() on build.js.

afmenez avatar Aug 01 '17 20:08 afmenez