You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have specific conformance checks for td elements being HTMLTableDataCellElement and th being HTMLTableHeaderCellElement - as per what was (at the time) the WHATWG Spec.
However the WHATWG Spec has been aligned to the browsers (see whatwg/html#1125, whatwg/html#1115) and any implementation that was destined to reflect this has backed out. So we should too.
Proposal is to remove both of these conformance checks and change the tests to reflect this.
We have specific conformance checks for
td
elements beingHTMLTableDataCellElement
andth
beingHTMLTableHeaderCellElement
- as per what was (at the time) the WHATWG Spec.However the WHATWG Spec has been aligned to the browsers (see whatwg/html#1125, whatwg/html#1115) and any implementation that was destined to reflect this has backed out. So we should too.
Proposal is to remove both of these conformance checks and change the tests to reflect this.
Relevant LOC:
type-detect/index.js
Lines 177 to 207 in f79e0e4
These two tests will need to change (but we should keep them):
type-detect/test/dom.js
Lines 286 to 292 in f79e0e4
The text was updated successfully, but these errors were encountered: