Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve HTML examples #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mathiasbynens
Copy link
Contributor

No description provided.

<p><img src="/?score=35&compact"> <code>&lt;img src="https://lighthouse-badge.appspot.com?score=35&compact"></code></p>
<p></p><img src="/?score=65&compact"> <code>&lt;img src="https://lighthouse-badge.appspot.com?score=65&compact"></code></p>
<p><img src="/?score=95&compact"> <code>&lt;img src="https://lighthouse-badge.appspot.com?score=95&compact"></code></p>
<p><img src="/?score=35&amp;compact"> <code>&lt;img src="https://lighthouse-badge.appspot.com?score=35&amp;amp;compact" alt="Lighthouse score: 35/100"></code></p>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The & shouldnt be encoded in these urls.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They don't need to be in this case.

But it's generally easier and less error-prone to consistently encode ampersands in HTML, unless you like to remember the exact details of "ambiguous ampersands" (I sure don't).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants