whatwg / html

HTML Standard
https://html.spec.whatwg.org/multipage/
Other
8.18k stars 2.69k forks source link

Missing conversion step in **encoding-parsing a URL** #10757

Open yyny opened 2 weeks ago

yyny commented 2 weeks ago

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 a scalar value string instead.