Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFix remaining WPT failures for element.innerText #20060
Open
Labels
Comments
bors-servo
added a commit
that referenced
this issue
Feb 26, 2018
Identify if a node is the last table row or cell for innerText implem… …entation - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors This completes steps 6 and 7 from the [inner text collection steps](https://html.spec.whatwg.org/multipage/dom.html#inner-text-collection-steps). Unfortunately, it does not seem to fix the failing tests related to tables mentioned in #20060. <!-- 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/20125) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are still several tests failing for the getter of
element.innerText.Check: https://github.com/servo/servo/blob/master/tests/wpt/metadata/innerText/getter.html.ini
The table related ones are likely because of missing support here. The others require further investigation.
Blockers:
visibility: collapse#20142