|
|
|
|
|
by goto11
2007 days ago
|
|
These days you actually can use <table> without compromising accessibility, by adding aria-annotations. So if you prefer this to CSS, go ahead. Most of the angst around <table> was before aria support, so using <table> purely for layout impacted accessibility, which meant it was not viable for most real-world scenarios. That said, if you need stuff like colspans for a layout, you are probably better of using grid. |
|