Open davidbarratt opened 7 years ago
The generated markup from this library is not symantic. It should use the <table> element since the data being respresented is tabular:
<table>
The HTML Table Element <table> represents tabular data —that is, information expressed via a two-dimensional data table.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/table
Would it be possible to add an option to output a semantically correct table?
The generated markup from this library is not symantic. It should use the
<table>
element since the data being respresented is tabular:https://developer.mozilla.org/en-US/docs/Web/HTML/Element/table
Would it be possible to add an option to output a semantically correct table?