mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
7af6d81acf
commit_hash:bd5410fce76019f866df5bafeff97fd646aa7a20
82 lines
2.3 KiB
JSON
82 lines
2.3 KiB
JSON
{
|
|
"features": [{
|
|
"id": "accessibility_type",
|
|
"name": "accessibility <code>type</code> property",
|
|
"status": {
|
|
"notes": "Partial implementation refers to a limited values support"
|
|
},
|
|
"compat": {
|
|
"android": {
|
|
"version_added": "1.0.0",
|
|
"partial_implementation": true
|
|
},
|
|
"ios": {
|
|
"version_added": "1.0.0",
|
|
"partial_implementation": true
|
|
},
|
|
"web": {
|
|
"version_added": "30.30.0",
|
|
"partial_implementation": true
|
|
}
|
|
}
|
|
}, {
|
|
"id": "accessibility_is_checked",
|
|
"name": "accessibility <code>is_checked</code> property",
|
|
"compat": {
|
|
"web": {
|
|
"version_added": "30.30.0"
|
|
},
|
|
"ios": {
|
|
"version_added": "32.2.0"
|
|
},
|
|
"android": {
|
|
"version_added": "32.12.0"
|
|
}
|
|
}
|
|
}, {
|
|
"id": "accessibility_mode",
|
|
"name": "accessibility <code>mode</code> property",
|
|
"compat": {
|
|
"android": {
|
|
"version_added": "1.0.0"
|
|
},
|
|
"ios": {
|
|
"version_added": "1.0.0"
|
|
},
|
|
"web": {
|
|
"version_added": "31.11.0",
|
|
"partial_implementation": true,
|
|
"notes": "Partial implementation on the Web due to support for only the \"exclude\" value"
|
|
}
|
|
}
|
|
}, {
|
|
"id": "accessibility_state_description",
|
|
"name": "accessibility <code>state_description</code> property",
|
|
"compat": {
|
|
"android": {
|
|
"version_added": "1.0.0"
|
|
},
|
|
"ios": {
|
|
"version_added": "1.0.0"
|
|
},
|
|
"web": {
|
|
"version_added": "31.12.0"
|
|
}
|
|
}
|
|
}, {
|
|
"id": "accessibility_hint",
|
|
"name": "accessibility <code>hint</code> property",
|
|
"compat": {
|
|
"android": {
|
|
"version_added": "1.0.0"
|
|
},
|
|
"ios": {
|
|
"version_added": "1.0.0"
|
|
},
|
|
"web": {
|
|
"version_added": "31.12.0"
|
|
}
|
|
}
|
|
}]
|
|
}
|