Open yyny opened 2 weeks ago
As shown in https://github.com/web-platform-tests/wpt/pull/49082#issuecomment-2466691206, the encoding-parsing a URL AO is missing a conversion step. encoding-parsing a URL takes a string, but the URL parser AO that encoding-parsing a URL calls takes a scalar value string instead.
string
scalar value string
What is the issue with the HTML Standard?
As shown in https://github.com/web-platform-tests/wpt/pull/49082#issuecomment-2466691206, the encoding-parsing a URL AO is missing a conversion step. encoding-parsing a URL takes a
string
, but the URL parser AO that encoding-parsing a URL calls takes ascalar value string
instead.