Re: [whatwg/url] It's not immediately clear that "URL syntax" and "URL parser" conflict (#118)

> Others specs would just have some plain English for the slashes section explaining how producers should put two there, but consumers need to accept a bazillion

Why is BNF-ish more RFC-ish expression not preferable over plain English for producers?

The thing is that BNF works for defining rules for producers, because error handling isn't needed for the rules for producers, but doesn't work for defining rules for consumers, because BNF doesn't do error handling but rules for consumers involve error handling.

-- 
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/118#issuecomment-276323253

Received on Tuesday, 31 January 2017 10:07:44 UTC