Wikipedia:Manual of Style/Accessibility/Data tables tutorial: Difference between revisions

Content deleted Content added
Complex tables: Clarify, span can go the other way too.
Complex tables: Add missing row header with colspan to example.
Line 296:
|-
! scope="row" | row header 4
| data || data || data || data
|-
! scope="row" colspan="2" | row header 5
| data || data || data || data
|}
Line 323 ⟶ 326:
|-
! scope="row" | row header 4
| data || data || data || data
|-
! scope="row" colspan="2" | row header 5
| data || data || data || data
|}