Re: [whatwg/url] Consider adding support for fragment parameters (#389)

Some additional notes from Domenic:

* Our first ask is to just put the right concepts in place in the URL Standard: basically, parsing fragments into a list of key/value pairs, instead of just treating them as an opaque string. Then, other specs can reference that parsing.

* There exists a spec for this which seems to be pretty general, but is named "Media Fragments", and doesn't integrate with the URL Standard. Can we basically adopt that work and put it on more solid footing, to meet out first ask?

* Second potential ask: should we add a URLHashParams or URLFragmentParams API to URL as well for manipulating these things?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/issues/389#issuecomment-391091649

Received on Tuesday, 22 May 2018 18:22:00 UTC