Skip to content

Issue with "Data URLs": (Typo in example description) #2840

@jedshuang

Description

@jedshuang

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

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions