"Table Header Should Contain" might get <th> elements from footer
See original GitHub issueTable Header Should Contain
keyword is looking for <th>
elements everywhere in a table:
Given that <th>
tag can be enclosed within <tfoot>
, it doesn’t seem right to treat it as a header.
It seems like a bug.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
"Table Header Should Contain" might get <th> elements from ...
Given that <th> tag can be enclosed within <tfoot> , it doesn't seem right to treat it as a header.
Read more ><th>: The Table Header element - HTML - MDN Web Docs
This attribute contains a non-negative integer value that indicates for how many columns the cell extends. Its default value is 1 . Values ......
Read more >Tables in HTML documents
Table cells may either contain "header" information (see the TH element) or "data" (see the TD element). Cells may span multiple rows and...
Read more >html - Is it necessary to have <th> in any table? - Stack Overflow
<th> elements aren't required anywhere. They're simply one of the two cell types (the other being <td> ) that you can use in...
Read more >Making Tables With Sticky Header and Footers Got a Bit Easier
It wasn't long ago when I looked at sticky headers and footers in HTML s in ... But it could do table cells...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank you for the fast reply! Yes, sure I’ll prepare test cases on weekend.
Interesting, would it possible to get static HTML page and simple test case that demonstrates the problem?