Re: [url] Rename non-relative-flag (#89)

I don’t understand why flipping the default is a problem. The defaults are just the starting point of the parsing algorithm, then don’t form a "well-formed" URL record in themselves. For example the empty string is not a scheme per https://url.spec.whatwg.org/#syntax-url-scheme

And even with "can be a base" the default can still be unset and the flag be set in another set of cases in the parsing algorithm.

But I can live with double negations if you feel strongly that the alternative is worse.

---
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/89#issuecomment-200399410

Received on Wednesday, 23 March 2016 15:39:14 UTC