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.outerHTML setter #5338
Conversation
hoppipolla-critic-bot
commented
Mar 24, 2015
|
Critic review: https://critic.hoppipolla.co.uk/r/4348 This is an external review system which you may optionally use for the code review of your pull request. In order to help critic track your changes, please do not make in-place history rewrites (e.g. via |
|
Assigning @jdm since the remaining open issues were filed by him. |
26b0db3
to
d0544b0
|
@bors-servo: r+ |
|
|
|
|
|
|
|
Sorry about the endless rebase treadmill :/ |
|
@bors-servo: r+ |
|
|
|
|
The first commit refactors the fragment parsing and innerHTML setter. This makes the code mirror the structure of the spec more closely, and also prepares for reusing code with the outerHTML setter.
The first commit refactors the fragment parsing and innerHTML setter. This makes the code mirror the structure of the spec more closely, and also prepares for reusing code with the outerHTML setter.
|
|
|
@bors-servo: retry |
The first commit refactors the fragment parsing and innerHTML setter. This makes the code mirror the structure of the spec more closely, and also prepares for reusing code with the outerHTML setter.
ChrisParis commentedMar 24, 2015
The first commit refactors the fragment parsing and innerHTML setter. This makes the code mirror the structure of the spec more closely, and also prepares for reusing code with the outerHTML setter.