From 545e80b79197bc559368adc1d375a25300e835aa Mon Sep 17 00:00:00 2001 From: Rahim Abdi Date: Mon, 21 Oct 2024 16:40:26 -0700 Subject: [PATCH] Improve benefits section Co-authored-by: Keith Cirkel --- documentation/aria-idl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/aria-idl.md b/documentation/aria-idl.md index 9f86e77de..abaa9d65b 100644 --- a/documentation/aria-idl.md +++ b/documentation/aria-idl.md @@ -23,7 +23,7 @@ See: - ***Standardization***: Web APIs (e.g., `getAttribute()`) are implemented the same which ensures consistent behavior and usage across browsers - ***Language-independent***: - Define interfaces in a way that isn’t tied to a programming language, e.g., could have JavaScript/C++/Python or any other language implementation - - Easier to generate bindings (single web IDL spec can be used to generate bindings for multiple languages) + - Can be used to generate code (IDL files can be used to generate code across multiple languages) - Facilitates cross-language integration (e.g., Python backend can communicate with JavaScript frontend) - ***Feature detection***: If (el.someIDLAttribute) is true, then the feature is supported which facilitates user agent detection for that particular attribute - ***Type safety***: