Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
105 changes: 105 additions & 0 deletions api/Element.json
Original file line number Diff line number Diff line change
Expand Up @@ -5929,6 +5929,41 @@
"standard_track": true,
"deprecated": false
}
},
"escape_lt_gt_in_attributes": {
Comment thread
caugner marked this conversation as resolved.
Outdated
"__compat": {
"description": "Serializes `<` and `>` in attributes as `&lt;` and `&gt;`.",
Comment thread
hamishwillee marked this conversation as resolved.
Outdated
"spec_url": "https://github.com/whatwg/html/issues/6235",
Comment thread
hamishwillee marked this conversation as resolved.
Outdated
Comment thread
hamishwillee marked this conversation as resolved.
Outdated
"support": {
"chrome": {
"version_added": false
Comment thread
hamishwillee marked this conversation as resolved.
Outdated
},
Comment thread
hamishwillee marked this conversation as 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,
Comment thread
hamishwillee marked this conversation as resolved.
Outdated
"deprecated": false
}
}
}
},
"gotpointercapture_event": {
Expand Down Expand Up @@ -6291,6 +6326,41 @@
"deprecated": false
}
}
},
"escape_lt_gt_in_attributes": {
Comment thread
caugner marked this conversation as resolved.
Outdated
"__compat": {
"description": "Serializes `<` and `>` in attributes as `&lt;` and `&gt;`.",
"spec_url": "https://github.com/whatwg/html/issues/6235",
Comment thread
hamishwillee marked this conversation as resolved.
Outdated
"support": {
"chrome": {
"version_added": false
},
Comment thread
hamishwillee marked this conversation as 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,
Comment thread
hamishwillee marked this conversation as resolved.
Outdated
"deprecated": false
}
}
}
},
"input_event": {
Expand Down Expand Up @@ -7468,6 +7538,41 @@
"standard_track": true,
"deprecated": false
}
},
"escape_lt_gt_in_attributes": {
Comment thread
caugner marked this conversation as resolved.
Outdated
"__compat": {
"description": "Serializes `<` and `>` in attributes as `&lt;` and `&gt;`.",
"spec_url": "https://github.com/whatwg/html/issues/6235",
Comment thread
hamishwillee marked this conversation as resolved.
Outdated
"support": {
"chrome": {
"version_added": false
},
Comment thread
hamishwillee marked this conversation as 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,
Comment thread
hamishwillee marked this conversation as resolved.
Outdated
"deprecated": false
}
}
}
},
"part": {
Expand Down
70 changes: 70 additions & 0 deletions api/ShadowRoot.json
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,41 @@
"standard_track": true,
"deprecated": false
}
},
"escape_lt_gt_in_attributes": {
Comment thread
caugner marked this conversation as resolved.
Outdated
"__compat": {
"description": "Serializes `<` and `>` in attributes as `&lt;` and `&gt;`.",
"spec_url": "https://github.com/whatwg/html/issues/6235",
Comment thread
hamishwillee marked this conversation as resolved.
Outdated
"support": {
"chrome": {
"version_added": false

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The 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 impl_url here?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The 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,
Comment thread
hamishwillee marked this conversation as resolved.
Outdated
"deprecated": false
}
}
}
},
"getSelection": {
Expand Down Expand Up @@ -542,6 +577,41 @@
"deprecated": false
}
}
},
"escape_lt_gt_in_attributes": {
Comment thread
caugner marked this conversation as resolved.
Outdated
"__compat": {
"description": "Serializes `<` and `>` in attributes as `&lt;` and `&gt;`.",
"spec_url": "https://github.com/whatwg/html/issues/6235",
Comment thread
hamishwillee marked this conversation as resolved.
Outdated
"support": {
"chrome": {
"version_added": false
},
Comment thread
hamishwillee marked this conversation as 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,
Comment thread
hamishwillee marked this conversation as resolved.
Outdated
"deprecated": false
}
}
}
},
"mode": {
Expand Down