Skip to content
Open
Changes from 4 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
42 changes: 42 additions & 0 deletions css/types/attr.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,48 @@
}
}
},
"namespaces": {
Comment thread
dletorey marked this conversation as resolved.
Outdated
"__compat": {
"description": "namespaced attributes",
Comment thread
dletorey marked this conversation as resolved.
Outdated
"spec_url": "https://drafts.csswg.org/css-values-5/#typedef-attr-name",
Comment thread
dletorey marked this conversation as resolved.
Outdated
"tags": [
"web-features:attr"
],
"support": {
"chrome": {
"version_added": false
Comment thread
dletorey marked this conversation as resolved.
Outdated
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "150",
"flags": [
{
"type": "preference",
"name": "layout.css.attr.enabled",
"value_to_set": "true"
}
]
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
Comment thread
dletorey marked this conversation as resolved.
Outdated
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"type_function": {
"__compat": {
"description": "`type(<syntax>)` function",
Expand Down
Loading