servo/components/script/dom/bindings
bors-servo 69e5243810
Auto merge of #21856 - zcorpan:zcorpan/remove-td-th-interfaces, r=jdm
Remove the HTMLTable{Header,Data}CellElement interfaces

Fixes #17222.

<!-- Please describe your changes on the following line: -->
This removes the `HTMLTableHeaderCellElement` and `HTMLTableDataCellElement` interfaces and uses the `HTMLTableCellElement` interface for both `th` and `td` elements, as per the spec.

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #17222.

<!-- Either: -->
- [X] There are tests for these changes OR
- [ ] These changes do not require tests because _____

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21856)
<!-- Reviewable:end -->
2018-10-12 09:30:41 -04:00
..
codegen Upgrade to rustc 1.31.0-nightly (8c4ad4e9e 2018-10-04) 2018-10-05 15:06:29 +02:00
callback.rs Format script component 2018-09-19 17:40:47 -04:00
cell.rs Format script component 2018-09-19 17:40:47 -04:00
constant.rs Format script component 2018-09-19 17:40:47 -04:00
conversions.rs Format script component 2018-09-19 17:40:47 -04:00
error.rs script: Optionally store backtraces when throwing DOM exceptions. 2018-10-01 16:04:56 +02:00
guard.rs Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393 2018-03-28 21:28:30 +02:00
htmlconstructor.rs Remove the HTMLTable{Header,Data}CellElement interfaces 2018-10-02 19:23:02 +02:00
inheritance.rs Format script component 2018-09-19 17:40:47 -04:00
interface.rs Format script component 2018-09-19 17:40:47 -04:00
iterable.rs Format script component 2018-09-19 17:40:47 -04:00
mod.rs Replace NonNullJSObjectPtr with std::ptr::NonNull<JSObject> 2018-01-22 17:41:25 +01:00
mozmap.rs Format script component 2018-09-19 17:40:47 -04:00
namespace.rs Format script component 2018-09-19 17:40:47 -04:00
num.rs Format script component 2018-09-19 17:40:47 -04:00
proxyhandler.rs Format script component 2018-09-19 17:40:47 -04:00
refcounted.rs Format script component 2018-09-19 17:40:47 -04:00
reflector.rs Format script component 2018-09-19 17:40:47 -04:00
root.rs Format script component 2018-09-19 17:40:47 -04:00
settings_stack.rs Format script component 2018-09-19 17:40:47 -04:00
str.rs Format script component 2018-09-19 17:40:47 -04:00
structuredclone.rs Format script component 2018-09-19 17:40:47 -04:00
trace.rs Handle Player errors 2018-10-08 16:12:04 +02:00
utils.rs Format script component 2018-09-19 17:40:47 -04:00
weakref.rs Format script component 2018-09-19 17:40:47 -04:00
xmlname.rs Format script component 2018-09-19 17:40:47 -04:00