-
Notifications
You must be signed in to change notification settings - Fork 22.5k
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
Add glossary term 'escaping text' #37444
base: main
Are you sure you want to change the base?
Conversation
Preview URLs
Flaws (48)Note! 2 documents with no flaws that don't need to be listed. 🎉 URL:
External URLs (2)URL:
(comment last updated: 2024-12-31 12:37:16) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a few grammar nits and a see also reorder
Co-authored-by: Estelle Weyl <[email protected]>
@@ -0,0 +1,25 @@ | |||
--- | |||
title: Escaping Text |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A glossary title should be a concrete term, not a concept. I recommend either "escape character" or "escape sequence.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same idea, though not sure which one to choose, so i pick the one the issue title suggested
@estelle what's your opinion on this name?
Co-authored-by: Joshua Chen <[email protected]>
Co-authored-by: Joshua Chen <[email protected]>
Description
This may fixes #37206.
The addition mainly talks about the escape character and the escape sequence with several examples in HTML, CSS, JavaScript and URLs.