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 upHTMLTableSectionElement improvements #7750
Conversation
|
-S-awaiting-review +S-needs-code-changes Review status: 0 of 10 files reviewed at latest revision, 1 unresolved discussion, all commit checks successful. components/script/dom/htmltablesectionelement.rs, line 61 [r1] (raw file): Comments from the review on Reviewable.io |
|
Reviewed 10 of 10 files at r1. Comments from the review on Reviewable.io |
|
components/script/dom/htmltablesectionelement.rs, line 61 [r1] (raw file): Comments from the review on Reviewable.io |
|
Do you want to just drive in #6936? I don't have enough time these days =/ |
|
@dzbarsky Once this gets merged, I can take ownership of that PR if you want. |
36be8c4
to
8320578
|
Comments have been addressed |
8320578
to
c99fe10
'thead' and 'tfoot' now create instances of HTMLTableSectionElement HTMLTableSectionElement.rows has been implemented
c99fe10
to
adbcb53
|
Rebased to address merge conflicts |
|
-S-awaiting-review +S-awaiting-answer Reviewed 4 of 4 files at r2. components/script/dom/htmltablesectionelement.rs, line 61 [r1] (raw file): Comments from the review on Reviewable.io |
|
Review status: all files reviewed at latest revision, 1 unresolved discussion, all commit checks successful. components/script/dom/htmltablesectionelement.rs, line 61 [r1] (raw file): Comments from the review on Reviewable.io |
|
@bors-servo r+ |
|
|
HTMLTableSectionElement improvements 'thead' and 'tfoot' now create instances of HTMLTableSectionElement HTMLTableSectionElement.rows has been implemented <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7750) <!-- Reviewable:end -->
|
|
|
That test passes for me locally. Intermittent fail? If so, anyone know what issue it is? EDIT: ....or if there is an issue for it |
|
@bors-servo: retry |
HTMLTableSectionElement improvements 'thead' and 'tfoot' now create instances of HTMLTableSectionElement HTMLTableSectionElement.rows has been implemented <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7750) <!-- Reviewable:end -->
|
|
frewsxcv commentedSep 26, 2015
'thead' and 'tfoot' now create instances of HTMLTableSectionElement
HTMLTableSectionElement.rows has been implemented