HTML Components
{{Short description|Internet Explorer script component technology}}
{{distinguish|Web Components}}
HTML Components (HTCs) are a legacy technology[http://msdn.microsoft.com/en-us/library/hh772404(v=vs.85).aspx declared obsolete by Microsoft as of MSIE 10 "This topic documents a feature of Binary Behaviors, which are obsolete as of Internet Explorer 10"] used to implement components in script as Dynamic HTML (DHTML) "behaviors"[http://msdn2.microsoft.com/en-us/library/ms531018.aspx Introduction to DHTML Behaviors] in the Microsoft Internet Explorer web browser. Such files typically use an .htc extension and the "text/x-component" MIME type.[https://technet.microsoft.com/en-us/library/bb742440.aspx MIME Types in IIS]
An HTC is typically an HTML file (with JScript / VBScript) and a set of elements that define the component. This helps to organize behavior encapsulated in script modules that can be attached to parts of a Webpage DOM.
Example
See also
- Web components
- HTML Template Language (HTL), supported by Adobe Experience Manager (AEM)
References
External links
- [http://msdn2.microsoft.com/en-us/library/ms532146.aspx Using HTML Components to Implement DHTML Behaviors in Script]
- [http://www.w3.org/TR/NOTE-HTMLComponents W3C Note on HTML Components]
- [http://dean.edwards.name/moz-behaviors/ Using cross-browser HTML Components]
- [http://ehudpardo.blogspot.com.br/2011/09/part-1-converting-htc-behaviors-to.html#!/2011/09/part-1-converting-htc-behaviors-to.html/ Converting HTC behaviors to cross browser Javascript]
{{Internet Explorer}}
{{software-type-stub}}