Liking cljdoc? Tell your friends :D

web.shadow-dom.core

web.shadow-dom interfaces.

web.shadow-dom interfaces.
raw docstring

No vars found in this namespace.

web.shadow-dom.DocumentOrShadowRoot

The DocumentOrShadowRoot mixin of the Shadow DOM API provides that are shared between documents and shadow roots. The following are included in both web.Document and web.shadow-dom.ShadowRoot.

The DocumentOrShadowRoot mixin of the Shadow DOM API provides
that are shared between documents and shadow roots. The following
are included in both `web.Document` and `web.shadow-dom.ShadowRoot`.
raw docstring

web.shadow-dom.HTMLSlotElement

Fired on an HTMLSlotElement instance (<slot> element) when the contained in that slot change.

Fired on an HTMLSlotElement instance (<slot> element) when the
contained in that slot change.
raw docstring

web.shadow-dom.HTMLSlotElement.ev

HTMLSlotElement Events.

HTMLSlotElement Events.
raw docstring

web.shadow-dom.ShadowRoot

The ShadowRoot interface of the Shadow DOM API is the root node a DOM subtree that is rendered separately from a document's main tree.

The ShadowRoot interface of the Shadow DOM API is the root node
a DOM subtree that is rendered separately from a document's main
tree.
raw docstring

web.shadow-dom.Slotable

The Slotable mixin defines features that allow nodes to become contents of a <slot> element — the following features are included both web.Element and web.Text.

The Slotable mixin defines features that allow nodes to become
contents of a `<slot>` element — the following features are included
both `web.Element` and `web.Text`.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close