-
Notifications
You must be signed in to change notification settings - Fork 23.1k
Closed
Labels
Content:HTTPHTTP docsHTTP docs
Description
MDN URL: https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URIs
What information was incorrect, unhelpful, or incomplete?
The Hello World example incorrectly refers to the "comma" character as a "quote" character. The percent-encoding of %2C corresponds to the "," character, not the "'" character
Specific section or headline?
This is in the "Syntax" section under the "data:,Hello%2C%20World!" example
What did you expect to see?
The word "quote" should be replaced with the word "comma"
Did you test this? If so, how?
This is simply a typo based on the standard of percent-encodings
MDN Content page report details
- Folder:
en-us/web/http/basics_of_http/data_uris - MDN URL: https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URIs
- GitHub URL: https://github.com/mdn/content/blob/main/files/en-us/web/http/basics_of_http/data_uris/index.html
- Last commit: f6f11d2
- Document last modified: 2021-02-19T19:33:30.000Z
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Content:HTTPHTTP docsHTTP docs