diff --git a/source b/source index d691684c2d3..6fbcd6ac802 100644 --- a/source +++ b/source @@ -1159,6 +1159,9 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
<a href="?bill&ted">Bill and Ted</a> <!-- &ted is ok, since it's not a named character reference -->
<a href="?art&copy">Art and Copy</a> <!-- the & has to be escaped, since © is a named character reference -->
+ It's best to always escape the "&" character as "&", which avoids ambiguities like + these when other syntax errors are present.
+ @@ -156399,6 +156402,7 @@ INSERT INTERFACES HERE Debanjana Sarkar, Debi Orton, Delan Azabani, + Dennis Snell, Derek Featherstone, Derek Guenther, Devarshi Pant, @@ -156660,6 +156664,7 @@ INSERT INTERFACES HERE Jon Gibbins, Jon Jensen, Jon Perlow, + Jon Surrell, Jonas Sicking, Jonathan Cook, Jonathan Kew,