Web IDL is an interface description language (IDL) format for describing application programming interfaces (APIs) that are intended to be implemented in web browsers. Its adoption was motivated by the desire to improve the interoperability of web programming interfaces by specifying how languages such as ECMAscript should bind these interfaces.[1]
Web IDL is an IDL variant with:[2]
Web specifications had been specified using OMG IDL since 1998, first with the DOM Level 1 specification.[3] However, interfaces defined using OMG IDL were not able to specify behavior for JavaScript precisely, leading to issues with interoperability.[3][1] WebIDL improved on this status quo by providing data types and binding specifications that make the intended behavior in JavaScript clearer.
The first edition of the Web IDL specification became a Candidate Recommendation on 19 April 2012 and a W3C Recommendation on 15 December 2016.[4] The second edition of Web IDL is an Editor's Draft, and most new web specifications reference this second edition.
By: Wikipedia.org
Edited: 2021-06-18 14:12:29
Source: Wikipedia.org