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

Update SPECIFICATION.md #107

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
2 changes: 1 addition & 1 deletion SPECIFICATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ The following table lists the available contexts:
|`html`|To safely output markup|Filters HTML in order to remove dangerous tags.|
|`number`|To display numbers|Validates that the passed value is a number, outputs nothing if validation fails.|
|`scriptComment`|Within JavaScript comments|Validates the JavaScript comment, outputs nothing if validation fails.|
|`scriptString`|Within JavsScript strings|Encodes characters that would break out of the string.|
|`scriptString`|Within JavaScript strings|Encodes characters that would break out of the string.|
|`scriptToken`|For JavaScript identifiers, literal numbers, or literal strings|Validates the JavaScript token, outputs nothing if validation fails.|
|`styleComment`|Within CSS comments|Validates the CSS comment, outputs nothing if validation fails.|
|`styleString`|Within CSS strings|Encodes characters that would break out of the string.|
Expand Down