Skip to content

Commit

Permalink
Add "consistency" in IDL 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 6cab2c1 commit 2dd4343
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions documentation/aria-idl.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ See:
- Specifies how web APIs should behave for both browser implementers and developers
- Interfaces are largely self documenting
- ***Backwards compatibility***: Can add new properties/methods without breaking backwards-compatibility
- ***Consistency***: New APIs, such as methods and properties, follow similar forms to existing APIs - conventions and types are heavily reused, creating familiarity of interfaces between APIs.

### How IDL works
- Browser IDL implementation
Expand Down

0 comments on commit 2dd4343

Please sign in to comment.