Module
Chameleon.HTML.KeyedElements  
- Package
- purescript-chameleon
- Repository
- thought2/purescript-chameleon
#blockquote_ Source
blockquote_ :: forall html a. Html html => Array (Key /\ (html a)) -> html aDefines a section that is quoted from another source [No Attributes]
#figcaption_ Source
figcaption_ :: forall html a. Html html => Array (Key /\ (html a)) -> html aDefines a caption for a <figure> element [No Attributes]
- Modules
- Chameleon
- Chameleon.Class 
- Chameleon.HTML 
- Chameleon.HTML. Attributes 
- Chameleon.HTML. ElemNames 
- Chameleon.HTML. Elements 
- Chameleon.HTML. Events 
- Chameleon.HTML. KeyedElements 
- Chameleon.Impl. TestHtml 
- Chameleon.SVG. Attributes 
- Chameleon.SVG. ElemNames 
- Chameleon.SVG. Elements 
- Chameleon.SVG. KeyedElements 
- Chameleon.Types