-
Notifications
You must be signed in to change notification settings - Fork 3k
<a> and <area> are not window named objects #3013
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This was missed in #1869.
Incorperates whatwg/html#2930 and whatwg/html#3013.
|
Tests: web-platform-tests/wpt#7266. |
|
Did we figure out why, per #2940 (comment) ,
? Without knowing that it's hard to say whether we're finally fixing this or if there's more confusion lurking. |
|
Isn't that because of web-platform-tests/wpt@1341204? |
|
Hmm, in that case I am confused by web-platform-tests/wpt#7266 . Is the only new thing it's testing #2930 ? But we haven't even gotten agreement on that behavior, so why are we rewriting the tests to test it? |
|
Good question, not sure, and I don't expect we'll hear from @ayg anytime soon. We should fix this though and the test (subtest two in particular) you pointed to above should also be fixed. |
Came up in whatwg/html#3013. Regressed in 208fa49.
domenic
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but let's not mention that test PR in the commit message since it's actually testing something very different.
Came up in whatwg/html#3013. Regressed in 208fa49.
Came up in whatwg/html#3013. Regressed in 208fa49.
Came up in whatwg/html#3013. Regressed in 208fa49.
This was missed in #1869.