[whatwg/url] Is userinfo in URL deprecated? (#540)

Sorry if this question is already answered, I searched in the standard and I could find the answer.

In the [`authority state`](https://url.spec.whatwg.org/#authority-state) it says the following:
```
1. If c is U+0040 (@), then:

    1. Validation error.
    ...
```
Why does the `@` symbol in `authority` produce a validation error? Since it is not a failure, the only interpretation I can think of is that it is deprecated. But I did not find in the standard anything that says it's deprecated.

Am I correct?



-- 
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/540

Received on Thursday, 3 September 2020 15:49:50 UTC