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 the table section IDL attributes for HTML tables #8745
Conversation
|
Review status: 0 of 3 files reviewed at latest revision, 2 unresolved discussions. components/script/dom/htmltableelement.rs, line 102 [r1] (raw file): Not sure if we're supposed to do that check before or after removing the existing thead. components/script/dom/htmltableelement.rs, line 116 [r1] (raw file): Comments from the review on Reviewable.io |
|
|
|
What's the status of this? |
|
The status is that it needs to address review comments and add tests but I haven't had time to work on it =/ If someone feels a desire to pick this up, I would appreciate it. Review status: 0 of 3 files reviewed at latest revision, 2 unresolved discussions, some commit checks failed. Comments from the review on Reviewable.io |
dzbarsky commentedNov 30, 2015
Rebasing this old PR. Still need to write tests but at least it compiles.