What does idl attribute mean in the W3C html5 standard docum

Source: Internet
Author: User

The 'idl 'comes from the Web IDL spec: This document defines an interface definition language, Web IDL, that can be used to describe interfaces that are intended to be implemented in web browsers. web IDL is an IDL variant with a number of features that allow the behavior of common script objects in the web platform to be specified more readily. how interfaces described with Web IDL correspond to constructs within ECMAScript execution environments is also detailed in this document. content attributes are the ones that appear in the markup: <div id = "mydiv" class = "example"> </div> In the above code id and class are attributes. usually a content attribute will have a corresponding IDL attribute, for example doing this from JavaScript: document. getElementById ('mydiv '). className = 'example 'Is equivalent to setting the class content attribute.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.