-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Firefox Nightly escapes < and > in attributes when serializing HTML
#26688
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
Changes from 4 commits
1b681fc
b42816d
69ece9d
25ec78a
d869ff0
1cee373
5128cb4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -391,6 +391,41 @@ | |
| "standard_track": true, | ||
| "deprecated": false | ||
| } | ||
| }, | ||
| "escape_lt_gt_in_attributes": { | ||
caugner marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| "__compat": { | ||
| "description": "Serializes `<` and `>` in attributes as `<` and `>`.", | ||
| "spec_url": "https://github.com/whatwg/html/issues/6235", | ||
hamishwillee marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| "support": { | ||
| "chrome": { | ||
| "version_added": false | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do we know if Chromium intentionally doesn't implement this? Otherwise, would it make sense to ask in https://issues.chromium.org/issues/40747109, and add this bug as
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Probably - at the end it says "Currently, there's an ongoing finch experiment to enable escaping for 50% of Canary, Dev and Beta and 1% of Stable. As far as I'm aware, there's been no complaints so far." I'm mostly interested in Firefox :-) |
||
| }, | ||
| "chrome_android": "mirror", | ||
| "edge": "mirror", | ||
| "firefox": { | ||
| "version_added": "preview" | ||
| }, | ||
| "firefox_android": "mirror", | ||
| "ie": { | ||
| "version_added": false | ||
| }, | ||
| "oculus": "mirror", | ||
| "opera": "mirror", | ||
| "opera_android": "mirror", | ||
| "safari": { | ||
| "version_added": "preview" | ||
| }, | ||
| "safari_ios": "mirror", | ||
| "samsunginternet_android": "mirror", | ||
| "webview_android": "mirror", | ||
| "webview_ios": "mirror" | ||
| }, | ||
| "status": { | ||
| "experimental": true, | ||
| "standard_track": true, | ||
hamishwillee marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| "deprecated": false | ||
| } | ||
| } | ||
| } | ||
| }, | ||
| "getSelection": { | ||
|
|
@@ -542,6 +577,40 @@ | |
| "deprecated": false | ||
| } | ||
| } | ||
| }, | ||
| "escape_lt_gt_in_attributes": { | ||
caugner marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| "__compat": { | ||
| "description": "Serializes `<` and `>` in attributes as `&lt;` and `&gt;` (see [this spec issue](https://github.com/whatwg/html/issues/6235))", | ||
| "support": { | ||
| "chrome": { | ||
| "version_added": false | ||
| }, | ||
hamishwillee marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| "chrome_android": "mirror", | ||
| "edge": "mirror", | ||
| "firefox": { | ||
| "version_added": "preview" | ||
| }, | ||
| "firefox_android": "mirror", | ||
| "ie": { | ||
| "version_added": false | ||
| }, | ||
| "oculus": "mirror", | ||
| "opera": "mirror", | ||
| "opera_android": "mirror", | ||
| "safari": { | ||
| "version_added": "preview" | ||
| }, | ||
| "safari_ios": "mirror", | ||
| "samsunginternet_android": "mirror", | ||
| "webview_android": "mirror", | ||
| "webview_ios": "mirror" | ||
| }, | ||
| "status": { | ||
| "experimental": true, | ||
| "standard_track": true, | ||
hamishwillee marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| "deprecated": false | ||
| } | ||
| } | ||
| } | ||
| }, | ||
| "mode": { | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.