You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Let urlRecord be null.
4. If url is not the empty string, then:
1. Set urlRecord to the result of encoding-parsing a URL given url, relative to sourceDocument.
1. If urlRecord is failure, then throw a "SyntaxError" DOMException.
...
9. Let noopener be the result of getting noopener for window open with sourceDocument, tokenizedFeatures, and urlRecord.
With "getting noopener for window open" taking a urlRecord (and never null).
This looks to have been a conflict between the merge requests with #10683 reordering the steps, and then #10731 being applied afterwards.
Interestingly, I think this is because of the branch of #10731 being behind, I can't see the bug present in the spec preview in MR description for either of those merge requests, which is likely how this was missed.
The text was updated successfully, but these errors were encountered:
What is the issue with the HTML Standard?
Repro being:
Due to the following sequence:
With "getting noopener for window open" taking a urlRecord (and never null).
This looks to have been a conflict between the merge requests with #10683 reordering the steps, and then #10731 being applied afterwards.
Interestingly, I think this is because of the branch of #10731 being behind, I can't see the bug present in the spec preview in MR description for either of those merge requests, which is likely how this was missed.
The text was updated successfully, but these errors were encountered: