You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Noticed this while working on #2545. According to MDN, rowspan=0 means the row spans to the end of the table (tested in Chrome).
if its value is set to 0, it extends until the end of the table section (<thead>, <tbody>, <tfoot>, even if implicitly defined), that the cell belongs to
Our get-headers code will also need to be adjusted to handle rospawn of 0.
The text was updated successfully, but these errors were encountered:
Noticed this while working on #2545. According to MDN,
rowspan=0
means the row spans to the end of the table (tested in Chrome).Our
get-headers
code will also need to be adjusted to handle rospawn of 0.The text was updated successfully, but these errors were encountered: