Skip to content

Commit 4d10a30

Browse files
authored
Chrome 138 escapes < and > in attributes on serialization (#28881)
1 parent a50b8f2 commit 4d10a30

File tree

2 files changed

+5
-33
lines changed

2 files changed

+5
-33
lines changed

api/Element.json

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5710,14 +5710,7 @@
57105710
"description": "Serializes `<` and `>` in attributes as `&amp;lt;` and `&amp;gt;` (see [this spec issue](https://github.com/whatwg/html/issues/6235))",
57115711
"support": {
57125712
"chrome": {
5713-
"version_added": "114",
5714-
"flags": [
5715-
{
5716-
"type": "preference",
5717-
"name": "enable-experimental-web-platform-features",
5718-
"value_to_set": "enabled"
5719-
}
5720-
]
5713+
"version_added": "138"
57215714
},
57225715
"chrome_android": "mirror",
57235716
"edge": "mirror",
@@ -6094,14 +6087,7 @@
60946087
"description": "Serializes `<` and `>` in attributes as `&amp;lt;` and `&amp;gt;` (see [this spec issue](https://github.com/whatwg/html/issues/6235))",
60956088
"support": {
60966089
"chrome": {
6097-
"version_added": "114",
6098-
"flags": [
6099-
{
6100-
"type": "preference",
6101-
"name": "enable-experimental-web-platform-features",
6102-
"value_to_set": "enabled"
6103-
}
6104-
]
6090+
"version_added": "138"
61056091
},
61066092
"chrome_android": "mirror",
61076093
"edge": "mirror",
@@ -7374,14 +7360,7 @@
73747360
"description": "Serializes `<` and `>` in attributes as `&amp;lt;` and `&amp;gt;` (see [this spec issue](https://github.com/whatwg/html/issues/6235))",
73757361
"support": {
73767362
"chrome": {
7377-
"version_added": "114",
7378-
"flags": [
7379-
{
7380-
"type": "preference",
7381-
"name": "enable-experimental-web-platform-features",
7382-
"value_to_set": "enabled"
7383-
}
7384-
]
7363+
"version_added": "138"
73857364
},
73867365
"chrome_android": "mirror",
73877366
"edge": "mirror",

api/ShadowRoot.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@
401401
"description": "Serializes `<` and `>` in attributes as `&amp;lt;` and `&amp;gt;` (see [this spec issue](https://github.com/whatwg/html/issues/6235))",
402402
"support": {
403403
"chrome": {
404-
"version_added": false
404+
"version_added": "138"
405405
},
406406
"chrome_android": "mirror",
407407
"edge": "mirror",
@@ -564,14 +564,7 @@
564564
"description": "Serializes `<` and `>` in attributes as `&amp;lt;` and `&amp;gt;` (see [this spec issue](https://github.com/whatwg/html/issues/6235))",
565565
"support": {
566566
"chrome": {
567-
"version_added": "114",
568-
"flags": [
569-
{
570-
"type": "preference",
571-
"name": "enable-experimental-web-platform-features",
572-
"value_to_set": "enabled"
573-
}
574-
]
567+
"version_added": "138"
575568
},
576569
"chrome_android": "mirror",
577570
"edge": "mirror",

0 commit comments

Comments
 (0)