Skip to content

Commit cf09a9a

Browse files
mfranzkeElchi3
authored andcommitted
docs(details): added name attribute entry (mdn#20861)
* docs(details): added `name` attribute entry * Update details.json * Update details.json * fix: eslint message * docs: added firefox impl_url thanks to @Elchi3
1 parent 0ca71d2 commit cf09a9a

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

html/elements/details.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,41 @@
3838
"deprecated": false
3939
}
4040
},
41+
"name": {
42+
"__compat": {
43+
"support": {
44+
"chrome": {
45+
"version_added": "120",
46+
"impl_url": "https://crbug.com/1444057"
47+
},
48+
"chrome_android": "mirror",
49+
"edge": "mirror",
50+
"firefox": {
51+
"version_added": false,
52+
"impl_url": "https://bugzil.la/1856460"
53+
},
54+
"firefox_android": "mirror",
55+
"ie": {
56+
"version_added": false
57+
},
58+
"oculus": "mirror",
59+
"opera": "mirror",
60+
"opera_android": "mirror",
61+
"safari": {
62+
"version_added": false,
63+
"impl_url": "https://webkit.org/b/262187"
64+
},
65+
"safari_ios": "mirror",
66+
"samsunginternet_android": "mirror",
67+
"webview_android": "mirror"
68+
},
69+
"status": {
70+
"experimental": false,
71+
"standard_track": true,
72+
"deprecated": false
73+
}
74+
}
75+
},
4176
"open": {
4277
"__compat": {
4378
"support": {

0 commit comments

Comments
 (0)