summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-06-16 19:28:54 -0500
committerFederico Mena Quintero <federico@gnome.org>2022-06-21 21:05:09 -0500
commit8b1643271129673a90273fb8f21f9ab157c961d2 (patch)
treeb0baebdd8970c4020b2a1c699edc8541c16357a5
parenta2f6acc4cc02ff5e0f39cda5e56045c93f82f0be (diff)
downloadat-spi2-core-8b1643271129673a90273fb8f21f9ab157c961d2.tar.gz
Start a document with ATK deprecations that need work elsewhere
-rw-r--r--devel-docs/atk-deprecations.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/devel-docs/atk-deprecations.md b/devel-docs/atk-deprecations.md
new file mode 100644
index 00000000..0ea33e2f
--- /dev/null
+++ b/devel-docs/atk-deprecations.md
@@ -0,0 +1,9 @@
+# Deprecations in ATK that need work elsewhere
+
+`atk_document_get_locale()` and the corresponding field in the vtable
+`AtkDocumentIface.get_document_locale` are documented as deprecated since 2013 (commit
+97880727). However, WebKitGtk still seems to implement it; it should use
+`AtkObjectClass.get_object_locale` instead.
+
+Note that Orca does not seem to use the `Document.GetLocale` method nor the
+`Accessible.Locale` property, so probably the code above from WebKitGtk is not exercised.