Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
Nice!
I guess the feature doesn't have some wpt except for the idl, is that right? Perhaps worth creating a bug for that?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
LGTM. Looks like the tests just need to be updated.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
LGTM. Looks like the tests just need to be updated.
Yeah woops, lol.
Nice!
I guess the feature doesn't have some wpt except for the idl, is that right? Perhaps worth creating a bug for that?
I'm just silly and forgot to update the WPT
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
if ('targetSelector' in entry) {
This patch just updates the previous test, but I'm realizing that we don't require this attribute to pass the test (well, maybe down below we will fail with the matchingElements check...)
I wonder if its better to make this non-optional, but then mark the test as tentative?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
if ('targetSelector' in entry) {
This patch just updates the previous test, but I'm realizing that we don't require this attribute to pass the test (well, maybe down below we will fail with the matchingElements check...)
I wonder if its better to make this non-optional, but then mark the test as tentative?
I was going to suggest .tentative last review but forgot -- that might be the way to go for now.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |