[Webkit-unassigned] [Bug 216530] MerchantValidationEvent's validationURL should resolve against doc base URL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 26 02:55:06 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=216530

--- Comment #5 from Anne van Kesteren <annevk at annevk.nl> ---
It seems it was moved to https://w3c.github.io/merchant-validation/ which still has that requirement.

Instead of using the URL constructor we probably want to use Document's completeURL (and force UTF-8), which should automatically pick up the correct base URL.

We should probably make this change as it'll make our code more consistent and if this ends up in a standard we'd have a very hard time arguing it should be anything else.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231126/3e3a48b7/attachment.htm>


More information about the webkit-unassigned mailing list