Scenario:
- Table with two tbody's
- First tbody has a th with a scope="col" applied.
- First tbody closes.
- Second tbody opens - it too has a th - this needs a scope="col" applied as well.
- Let's say for arguments sake the th's are in the same column.
The question: Does the first scope stop when it reaches the second tbody? the next scope? or does it stop at all?
If you have any tutorials or insights, I'm all ears.
Thanks.