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
whatwg/url#186 made it so that passwords can no longer be null. In the HTML spec for the HTMLHyperlinkElementUtils interface, step number 3 of the password attribute's getter states:
If url or url's password is null, return the empty string.
This should probably be rephrased to the following, to be less misleading about the values that a url's password can contain:
If url is null, return the empty string.
The text was updated successfully, but these errors were encountered:
whatwg/url#186 made it so that passwords can no longer be null. In the HTML spec for the HTMLHyperlinkElementUtils interface, step number 3 of the password attribute's getter states:
This should probably be rephrased to the following, to be less misleading about the values that a url's password can contain:
The text was updated successfully, but these errors were encountered: