-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge the two table cell interfaces together
Ever since the dawn of HTML (2ac31bb), there have been two table cell interfaces, HTMLTableDataCellElement for <td>, and HTMLTableHeaderCellElement for <th>. No browser ever implemented this split, instead using the single HTMLTableCellElement interface. This aligns the spec with browser reality. Fixes #1115.
- Loading branch information
Showing
1 changed file
with
23 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters