Shared Flashcard Set

Details

Web Components
Web Components is an HTML-related technology which makes it possible to, essentially, create and use custom elements as if it were regular HTML. In addition, you can create custom versions of standard
5
Computer Science
Not Applicable
07/31/2019

Additional Computer Science Flashcards

 


 

Cards

Term
<content>
Definition
The HTML <content> element—an obsolete part of the Web Components suite of technologies—was used inside of Shadow DOMas an insertion point, and wasn't meant to be used in ordinary HTML.
Term
<element>
Definition
The obsolete HTML <element> element was part of the Web Components specification; it was intended to be used to define new custom DOM elements.
Term
<shadow>
Definition
The HTML <shadow> element—an obsolete part of the Web Components technology suite—was intended to be used as a shadow DOM insertion point.
Term
<slot>
Definition
The HTML <slot> element—part of the Web Components technology suite—is a placeholder inside a web component that you can fill with your own markup, which lets you create separate DOM trees and present them together.
Term
<template>
Definition
The HTML Content Template (<template>) element is a mechanism for holding HTML that is not to be rendered immediately when a page is loaded but may be instantiated subsequently during runtime using JavaScript.
Supporting users have an ad free experience!