Skip to content

Commit

Permalink
Improve benefits section
Browse files Browse the repository at this point in the history
Co-authored-by: Keith Cirkel <keithamus@users.noreply.github.com>
  • Loading branch information
rahimabdi and keithamus authored Oct 21, 2024
1 parent 09ab80f commit 545e80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/aria-idl.md
Original file line number Diff line number Diff line change
Expand Up @@ -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***:
Expand Down

0 comments on commit 545e80b

Please sign in to comment.