From 66d2f26d30eafdc08249e946c585b24245fc6f25 Mon Sep 17 00:00:00 2001 From: 4eb0da <4eb0da@yandex-team.com> Date: Tue, 22 Apr 2025 14:22:19 +0300 Subject: [PATCH] Compat upd commit_hash:2d92a23d9d9df615560b5bdcb5bb90158f97c61f --- compat_data/div-accessibility.json | 28 ++++++++++++++++++++++++++++ compat_data/div-image.json | 3 +++ compat_data/div-indicator.json | 3 +++ compat_data/expressions.json | 17 +++++++++++++++++ 4 files changed, 51 insertions(+) diff --git a/compat_data/div-accessibility.json b/compat_data/div-accessibility.json index d6b5f58d1..d71ab561f 100644 --- a/compat_data/div-accessibility.json +++ b/compat_data/div-accessibility.json @@ -43,5 +43,33 @@ "notes": "Partial implementation on the Web due to support for only the \"exclude\" value" } } + }, { + "id": "accessibility_state_description", + "name": "accessibility state_description 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 hint property", + "compat": { + "android": { + "version_added": "1.0.0" + }, + "ios": { + "version_added": "1.0.0" + }, + "web": { + "version_added": "31.12.0" + } + } }] } diff --git a/compat_data/div-image.json b/compat_data/div-image.json index 842c9f89c..e50ab2b52 100644 --- a/compat_data/div-image.json +++ b/compat_data/div-image.json @@ -8,6 +8,9 @@ }, "ios": { "version_added": "1.0.0" + }, + "web": { + "version_added": "31.12.0" } } }, { diff --git a/compat_data/div-indicator.json b/compat_data/div-indicator.json index f3fe5e3e8..146f08b34 100644 --- a/compat_data/div-indicator.json +++ b/compat_data/div-indicator.json @@ -8,6 +8,9 @@ }, "ios": { "version_added": "31.11.0" + }, + "web": { + "version_added": "31.12.0" } } }] diff --git a/compat_data/expressions.json b/compat_data/expressions.json index f3af74395..922644146 100644 --- a/compat_data/expressions.json +++ b/compat_data/expressions.json @@ -170,6 +170,9 @@ }, "web": { "version_added": "30.33.0" + }, + "android": { + "version_added": "31.12.0" } } }, { @@ -203,6 +206,9 @@ }, "web": { "version_added": "31.1.0" + }, + "android": { + "version_added": "31.12.0" } } }, { @@ -216,5 +222,16 @@ "version_added": "31.1.0" } } + }, { + "id": "fn_cot", + "name": "cot function", + "compat": { + "ios": { + "version_added": "31.12.0" + }, + "web": { + "version_added": "31.12.0" + } + } }] }