| ▲ | _micheee 2 days ago | ||||||||||||||||||||||||||||
Seems Like the recommendation changed from supporting ; and & to only using &. Thinking about it, it is a little surprising as, if I remember correctly, in HTML source you should encode & as & right? | |||||||||||||||||||||||||||||
| ▲ | Sardtok 2 days ago | parent [-] | ||||||||||||||||||||||||||||
& as an escape character only applies to text nodes. Of course, if you want to display the URL on a page, you have to escape it, but not in the href. | |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||