Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -1159,6 +1159,9 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
<pre><code class="html">&lt;a href="?bill&amp;ted">Bill and Ted&lt;/a> &lt;!-- &amp;ted is ok, since it's not a named character reference --></code></pre>
<pre><code class="html">&lt;a href="?art&amp;amp;copy">Art and Copy&lt;/a> &lt;!-- the &amp; has to be escaped, since &amp;copy <em>is</em> a named character reference --></code></pre>

<p>It's best to always escape the "&amp;" character as "&amp;amp;", which avoids ambiguities like
these when other syntax errors are present.</p>

</div>
</dd>

Expand Down Expand Up @@ -156399,6 +156402,7 @@ INSERT INTERFACES HERE
Debanjana Sarkar, <!-- debanjana-a11y on GitHub -->
Debi Orton,
Delan Azabani, <!-- delan on GitHub -->
Dennis Snell, <!-- dmsnell on GitHub -->
Derek Featherstone,
Derek Guenther,
Devarshi Pant,
Expand Down Expand Up @@ -156660,6 +156664,7 @@ INSERT INTERFACES HERE
Jon Gibbins,
Jon Jensen,
Jon Perlow,
Jon Surrell, <!-- sirreal on GitHub -->
Jonas Sicking,
Jonathan Cook,
Jonathan Kew,
Expand Down