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 <table> 'rows' attribute #8084
Comments
|
/cc @asajeffrey @nox |
|
Blocks #9269. |
|
I'd like to take this. |
|
@MonsieurLanza Go for it! |
|
@MonsieurLanza Are you still working on this? Just checking, because currently Servo doesn't render some Wikipedia pages well. |
Yes, but i won't have time to get back on it until monday.Damien BRUN
|
|
@MonsieurLanza Still working? |
|
I m'm sorry I cannot free enough time to work efficiently on servo ATM (about 1h/week). So geek free to re-assign this, if you cannot wait. Damien BRUN
|
|
No worries! If you have time to work on Servo again, ferl free to drop me a message and I'll look for an easy issue for you :) |
Implement HTMLTableElement#rows Fixes #8084. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10086) <!-- Reviewable:end -->
Implement HTMLTableElement#rows Fixes #8084. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10086) <!-- Reviewable:end -->
Implement HTMLTableElement#rows Fixes #8084. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10086) <!-- Reviewable:end -->
Implement HTMLTableElement#rows Fixes #8084. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10086) <!-- Reviewable:end -->
https://html.spec.whatwg.org/multipage/tables.html#dom-table-rows
This requires
HTMLCollectionto be updated to support more flexible custom iterators than just a simple filterI started refactoring
HTMLCollectionand implementing<table>rowsin this branch, but I'm going to hold off on contributing more to it for the time being incase anyone thinks of a better system. If anyone wants to give this a shot, feel free to steal my existing work