Closed mstange closed 2 years ago
I was noticing missing table borders in Firefox (bugzilla bug) and then found out that the tables are actually malformed: The rowspans are incorrect.
Example:
The two "rows" are actually just two <p> elements in the same row, so no rowspan is needed.
<p>
Thanks! I can confirm the borders are present in Firefox now.
Also, thank you for maintaining this resource.
I was noticing missing table borders in Firefox (bugzilla bug) and then found out that the tables are actually malformed: The rowspans are incorrect.
Example:
The two "rows" are actually just two
<p>
elements in the same row, so no rowspan is needed.