w3c / html-aria

ARIA in HTML
https://w3c.github.io/html-aria/
Other
181 stars 48 forks source link

Move tbody to the right place #178

Closed carmacleod closed 4 years ago

carmacleod commented 4 years ago

There's a spurious <tbody> part-way through the docconformance table, right before base. This messes up the :nth-child(even/odd) background color for tr's in this table. (i.e. note that the rows for "autonomous custom element" and "base" both have the same color background even though they are contiguous) (note also that the browser inserts a </tbody> even though the source code only contains a <tbody> there)

image

I will provide a PR for this shortly.