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 upImplement element.innerText #16107
Closed
Implement element.innerText #16107
Labels
Comments
|
Hey @ferjm whats your plan of action for this? |
|
Hello @Jayflux, I have a WIP patch for this that I'd like to finish next week (I'm afk today). |
|
The getter part landed in #19754 |
bors-servo
added a commit
that referenced
this issue
Feb 15, 2018
Implement element.innerText setter - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #16107 - [X] There are tests for these changes <!-- 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/20054) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Feb 16, 2018
Implement element.innerText setter - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #16107 - [X] There are tests for these changes <!-- 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/20054) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Spec: https://html.spec.whatwg.org/multipage/dom.html#the-innertext-idl-attribute
May block #13942