Re: [whatwg/url] Provide a succinct grammar for valid URL strings (#479)

If an implementation is syntax-driven, like a recursive descent compiler, you can be _certain_ that it follows the grammar, which is really what @alwinb just implied is the benefit of a syntax-driven parser. It can still have broken semantics, though.
Do any of the major browsers work that way?

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

Message ID: <whatwg/url/issues/479/1235878480@github.com>

Received on Friday, 2 September 2022 20:39:40 UTC