plzwrk-0.0.0.9: A front-end framework

Copyright(c) Mike Solomon 2020
LicenseGPL-3
Maintainermike@meeshkan.com
Stabilityexperimental
PortabilityPOSIX, Windows
Safe HaskellSafe
LanguageHaskell2010

Web.Framework.Plzwrk.Tag

Description

This module contains tags for web development. It has stuff like img, div, br, span, etc. Because the module is huge, we recommend doing selective import of the tags you need.

There are three conventions for tag naming:

  • tags that accept children, like div and p
  • tags that do not have children but could have attributes, like img
  • tags that have no attributes and no children, like br

For tags that can have children, the following six tags are exported (we'll use div as an example, but the same works for span, section etc):

  • div : A div that does not need to be hydrated with a state.
  • div' : A div that is hydrated with a state.
  • div_ : A div with no attributes that does not need to be hydrated with a state.
  • div'_ : A div with no attributes that is hydrated with a state.
  • div__ : A div that only contains text that does not need to be hydrated with a state.
  • div'__ : A div that only contains text that is hydrated with a state.

For tags that do not have children, the following six tags are exported (we'll use img as an example):

  • img : A div that does not need to be hydrated with a state.
  • img' : A div that is hydrated with a state.
  • img_ : A div with no attributes that does not need to be hydrated with a state.
  • img'_ : A div with no attributes that is hydrated with a state.

For tags like br, there is only one export, namely br.

Here are some gotchyas to bear in mind:

  • The HTML data tag is renamed to _data here.
  • Due to the volume of tags in this module, some of them follow an incorrect convention, ie accepting children when they shouldn't be able to. If you spot one, please make a PR.

Documentation

a :: AFSig s opq Source #

a' :: Sig s opq Source #

a_ :: AFSig_ s opq Source #

a'_ :: Sig_ s opq Source #

a__ :: AFSig__ s opq Source #

a'__ :: Sig__ s opq Source #

abbr :: AFSig s opq Source #

abbr' :: Sig s opq Source #

abbr_ :: AFSig_ s opq Source #

abbr'_ :: Sig_ s opq Source #

abbr__ :: AFSig__ s opq Source #

abbr'__ :: Sig__ s opq Source #

acronym :: AFSig s opq Source #

acronym' :: Sig s opq Source #

acronym_ :: AFSig_ s opq Source #

acronym'_ :: Sig_ s opq Source #

acronym__ :: AFSig__ s opq Source #

acronym'__ :: Sig__ s opq Source #

address :: AFSig s opq Source #

address' :: Sig s opq Source #

address_ :: AFSig_ s opq Source #

address'_ :: Sig_ s opq Source #

address__ :: AFSig__ s opq Source #

address'__ :: Sig__ s opq Source #

applet :: AFSig s opq Source #

applet' :: Sig s opq Source #

applet_ :: AFSig_ s opq Source #

applet'_ :: Sig_ s opq Source #

applet__ :: AFSig__ s opq Source #

applet'__ :: Sig__ s opq Source #

area :: AFSig s opq Source #

area' :: Sig s opq Source #

area_ :: AFSig_ s opq Source #

area'_ :: Sig_ s opq Source #

area__ :: AFSig__ s opq Source #

area'__ :: Sig__ s opq Source #

article :: AFSig s opq Source #

article' :: Sig s opq Source #

article_ :: AFSig_ s opq Source #

article'_ :: Sig_ s opq Source #

article__ :: AFSig__ s opq Source #

article'__ :: Sig__ s opq Source #

aside :: AFSig s opq Source #

aside' :: Sig s opq Source #

aside_ :: AFSig_ s opq Source #

aside'_ :: Sig_ s opq Source #

aside__ :: AFSig__ s opq Source #

aside'__ :: Sig__ s opq Source #

audio :: AFSig s opq Source #

audio' :: Sig s opq Source #

audio_ :: AFSig_ s opq Source #

audio'_ :: Sig_ s opq Source #

audio__ :: AFSig__ s opq Source #

audio'__ :: Sig__ s opq Source #

b :: AFSig s opq Source #

b' :: Sig s opq Source #

b_ :: AFSig_ s opq Source #

b'_ :: Sig_ s opq Source #

b__ :: AFSig__ s opq Source #

b'__ :: Sig__ s opq Source #

base :: AFSig s opq Source #

base' :: Sig s opq Source #

base_ :: AFSig_ s opq Source #

base'_ :: Sig_ s opq Source #

base__ :: AFSig__ s opq Source #

base'__ :: Sig__ s opq Source #

basefont :: AFSig s opq Source #

basefont' :: Sig s opq Source #

basefont_ :: AFSig_ s opq Source #

basefont'_ :: Sig_ s opq Source #

basefont__ :: AFSig__ s opq Source #

basefont'__ :: Sig__ s opq Source #

bdi :: AFSig s opq Source #

bdi' :: Sig s opq Source #

bdi_ :: AFSig_ s opq Source #

bdi'_ :: Sig_ s opq Source #

bdi__ :: AFSig__ s opq Source #

bdi'__ :: Sig__ s opq Source #

bdo :: AFSig s opq Source #

bdo' :: Sig s opq Source #

bdo_ :: AFSig_ s opq Source #

bdo'_ :: Sig_ s opq Source #

bdo__ :: AFSig__ s opq Source #

bdo'__ :: Sig__ s opq Source #

big :: AFSig s opq Source #

big' :: Sig s opq Source #

big_ :: AFSig_ s opq Source #

big'_ :: Sig_ s opq Source #

big__ :: AFSig__ s opq Source #

big'__ :: Sig__ s opq Source #

blockquote :: AFSig s opq Source #

blockquote' :: Sig s opq Source #

blockquote_ :: AFSig_ s opq Source #

blockquote'_ :: Sig_ s opq Source #

blockquote__ :: AFSig__ s opq Source #

blockquote'__ :: Sig__ s opq Source #

body :: AFSig s opq Source #

body' :: Sig s opq Source #

body_ :: AFSig_ s opq Source #

body'_ :: Sig_ s opq Source #

body__ :: AFSig__ s opq Source #

body'__ :: Sig__ s opq Source #

br :: s -> PwNode s opq Source #

button :: AFSig s opq Source #

button' :: Sig s opq Source #

button_ :: AFSig_ s opq Source #

button'_ :: Sig_ s opq Source #

button__ :: AFSig__ s opq Source #

button'__ :: Sig__ s opq Source #

canvas :: AFSig s opq Source #

canvas' :: Sig s opq Source #

canvas_ :: AFSig_ s opq Source #

canvas'_ :: Sig_ s opq Source #

canvas__ :: AFSig__ s opq Source #

canvas'__ :: Sig__ s opq Source #

caption :: AFSig s opq Source #

caption' :: Sig s opq Source #

caption_ :: AFSig_ s opq Source #

caption'_ :: Sig_ s opq Source #

caption__ :: AFSig__ s opq Source #

caption'__ :: Sig__ s opq Source #

center :: AFSig s opq Source #

center' :: Sig s opq Source #

center_ :: AFSig_ s opq Source #

center'_ :: Sig_ s opq Source #

center__ :: AFSig__ s opq Source #

center'__ :: Sig__ s opq Source #

cite :: AFSig s opq Source #

cite' :: Sig s opq Source #

cite_ :: AFSig_ s opq Source #

cite'_ :: Sig_ s opq Source #

cite__ :: AFSig__ s opq Source #

cite'__ :: Sig__ s opq Source #

code :: AFSig s opq Source #

code' :: Sig s opq Source #

code_ :: AFSig_ s opq Source #

code'_ :: Sig_ s opq Source #

code__ :: AFSig__ s opq Source #

code'__ :: Sig__ s opq Source #

col :: AFSig s opq Source #

col' :: Sig s opq Source #

col_ :: AFSig_ s opq Source #

col'_ :: Sig_ s opq Source #

col__ :: AFSig__ s opq Source #

col'__ :: Sig__ s opq Source #

colgroup :: AFSig s opq Source #

colgroup' :: Sig s opq Source #

colgroup_ :: AFSig_ s opq Source #

colgroup'_ :: Sig_ s opq Source #

colgroup__ :: AFSig__ s opq Source #

colgroup'__ :: Sig__ s opq Source #

_data :: AFSig s opq Source #

_data' :: Sig s opq Source #

_data_ :: AFSig_ s opq Source #

_data'_ :: Sig_ s opq Source #

_data__ :: AFSig__ s opq Source #

_data'__ :: Sig__ s opq Source #

datalist :: AFSig s opq Source #

datalist' :: Sig s opq Source #

datalist_ :: AFSig_ s opq Source #

datalist'_ :: Sig_ s opq Source #

datalist__ :: AFSig__ s opq Source #

datalist'__ :: Sig__ s opq Source #

dd :: AFSig s opq Source #

dd' :: Sig s opq Source #

dd_ :: AFSig_ s opq Source #

dd'_ :: Sig_ s opq Source #

dd__ :: AFSig__ s opq Source #

dd'__ :: Sig__ s opq Source #

del :: AFSig s opq Source #

del' :: Sig s opq Source #

del_ :: AFSig_ s opq Source #

del'_ :: Sig_ s opq Source #

del__ :: AFSig__ s opq Source #

del'__ :: Sig__ s opq Source #

details :: AFSig s opq Source #

details' :: Sig s opq Source #

details_ :: AFSig_ s opq Source #

details'_ :: Sig_ s opq Source #

details__ :: AFSig__ s opq Source #

details'__ :: Sig__ s opq Source #

dfn :: AFSig s opq Source #

dfn' :: Sig s opq Source #

dfn_ :: AFSig_ s opq Source #

dfn'_ :: Sig_ s opq Source #

dfn__ :: AFSig__ s opq Source #

dfn'__ :: Sig__ s opq Source #

dialog :: AFSig s opq Source #

dialog' :: Sig s opq Source #

dialog_ :: AFSig_ s opq Source #

dialog'_ :: Sig_ s opq Source #

dialog__ :: AFSig__ s opq Source #

dialog'__ :: Sig__ s opq Source #

dir :: AFSig s opq Source #

dir' :: Sig s opq Source #

dir_ :: AFSig_ s opq Source #

dir'_ :: Sig_ s opq Source #

dir__ :: AFSig__ s opq Source #

dir'__ :: Sig__ s opq Source #

div :: AFSig s opq Source #

div' :: Sig s opq Source #

div_ :: AFSig_ s opq Source #

div'_ :: Sig_ s opq Source #

div__ :: AFSig__ s opq Source #

div'__ :: Sig__ s opq Source #

dl :: AFSig s opq Source #

dl' :: Sig s opq Source #

dl_ :: AFSig_ s opq Source #

dl'_ :: Sig_ s opq Source #

dl__ :: AFSig__ s opq Source #

dl'__ :: Sig__ s opq Source #

dt :: AFSig s opq Source #

dt' :: Sig s opq Source #

dt_ :: AFSig_ s opq Source #

dt'_ :: Sig_ s opq Source #

dt__ :: AFSig__ s opq Source #

dt'__ :: Sig__ s opq Source #

em :: AFSig s opq Source #

em' :: Sig s opq Source #

em_ :: AFSig_ s opq Source #

em'_ :: Sig_ s opq Source #

em__ :: AFSig__ s opq Source #

em'__ :: Sig__ s opq Source #

embed :: AFSig s opq Source #

embed' :: Sig s opq Source #

embed_ :: AFSig_ s opq Source #

embed'_ :: Sig_ s opq Source #

embed__ :: AFSig__ s opq Source #

embed'__ :: Sig__ s opq Source #

fieldset :: AFSig s opq Source #

fieldset' :: Sig s opq Source #

fieldset_ :: AFSig_ s opq Source #

fieldset'_ :: Sig_ s opq Source #

fieldset__ :: AFSig__ s opq Source #

fieldset'__ :: Sig__ s opq Source #

figcaption :: AFSig s opq Source #

figcaption' :: Sig s opq Source #

figcaption_ :: AFSig_ s opq Source #

figcaption'_ :: Sig_ s opq Source #

figcaption__ :: AFSig__ s opq Source #

figcaption'__ :: Sig__ s opq Source #

figure :: AFSig s opq Source #

figure' :: Sig s opq Source #

figure_ :: AFSig_ s opq Source #

figure'_ :: Sig_ s opq Source #

figure__ :: AFSig__ s opq Source #

figure'__ :: Sig__ s opq Source #

font :: AFSig s opq Source #

font' :: Sig s opq Source #

font_ :: AFSig_ s opq Source #

font'_ :: Sig_ s opq Source #

font__ :: AFSig__ s opq Source #

font'__ :: Sig__ s opq Source #

footer :: AFSig s opq Source #

footer' :: Sig s opq Source #

footer_ :: AFSig_ s opq Source #

footer'_ :: Sig_ s opq Source #

footer__ :: AFSig__ s opq Source #

footer'__ :: Sig__ s opq Source #

form :: AFSig s opq Source #

form' :: Sig s opq Source #

form_ :: AFSig_ s opq Source #

form'_ :: Sig_ s opq Source #

form__ :: AFSig__ s opq Source #

form'__ :: Sig__ s opq Source #

frame :: AFSig s opq Source #

frame' :: Sig s opq Source #

frame_ :: AFSig_ s opq Source #

frame'_ :: Sig_ s opq Source #

frame__ :: AFSig__ s opq Source #

frame'__ :: Sig__ s opq Source #

frameset :: AFSig s opq Source #

frameset' :: Sig s opq Source #

frameset_ :: AFSig_ s opq Source #

frameset'_ :: Sig_ s opq Source #

frameset__ :: AFSig__ s opq Source #

frameset'__ :: Sig__ s opq Source #

h1 :: AFSig s opq Source #

h1' :: Sig s opq Source #

h1_ :: AFSig_ s opq Source #

h1'_ :: Sig_ s opq Source #

h1__ :: AFSig__ s opq Source #

h1'__ :: Sig__ s opq Source #

h2 :: AFSig s opq Source #

h2' :: Sig s opq Source #

h2_ :: AFSig_ s opq Source #

h2'_ :: Sig_ s opq Source #

h2__ :: AFSig__ s opq Source #

h2'__ :: Sig__ s opq Source #

h3 :: AFSig s opq Source #

h3' :: Sig s opq Source #

h3_ :: AFSig_ s opq Source #

h3'_ :: Sig_ s opq Source #

h3__ :: AFSig__ s opq Source #

h3'__ :: Sig__ s opq Source #

h4 :: AFSig s opq Source #

h4' :: Sig s opq Source #

h4_ :: AFSig_ s opq Source #

h4'_ :: Sig_ s opq Source #

h4__ :: AFSig__ s opq Source #

h4'__ :: Sig__ s opq Source #

h5 :: AFSig s opq Source #

h5' :: Sig s opq Source #

h5_ :: AFSig_ s opq Source #

h5'_ :: Sig_ s opq Source #

h5__ :: AFSig__ s opq Source #

h5'__ :: Sig__ s opq Source #

h6 :: AFSig s opq Source #

h6' :: Sig s opq Source #

h6_ :: AFSig_ s opq Source #

h6'_ :: Sig_ s opq Source #

h6__ :: AFSig__ s opq Source #

h6'__ :: Sig__ s opq Source #

head :: AFSig s opq Source #

head' :: Sig s opq Source #

head_ :: AFSig_ s opq Source #

head'_ :: Sig_ s opq Source #

head__ :: AFSig__ s opq Source #

head'__ :: Sig__ s opq Source #

header :: AFSig s opq Source #

header' :: Sig s opq Source #

header_ :: AFSig_ s opq Source #

header'_ :: Sig_ s opq Source #

header__ :: AFSig__ s opq Source #

header'__ :: Sig__ s opq Source #

hr :: s -> PwNode s opq Source #

html :: AFSig s opq Source #

html' :: Sig s opq Source #

html_ :: AFSig_ s opq Source #

html'_ :: Sig_ s opq Source #

html__ :: AFSig__ s opq Source #

html'__ :: Sig__ s opq Source #

i :: AFSig s opq Source #

i' :: Sig s opq Source #

i_ :: AFSig_ s opq Source #

i'_ :: Sig_ s opq Source #

i__ :: AFSig__ s opq Source #

i'__ :: Sig__ s opq Source #

iframe :: AFSig s opq Source #

iframe' :: Sig s opq Source #

iframe_ :: AFSig_ s opq Source #

iframe'_ :: Sig_ s opq Source #

iframe__ :: AFSig__ s opq Source #

iframe'__ :: Sig__ s opq Source #

img :: [(String, s -> PwAttribute s opq)] -> s -> PwNode s opq Source #

img' :: [(String, s -> PwAttribute s opq)] -> PwNode s opq Source #

img_ :: s -> PwNode s opq Source #

img'_ :: PwNode s opq Source #

input :: AFSig s opq Source #

input' :: Sig s opq Source #

input_ :: AFSig_ s opq Source #

input'_ :: Sig_ s opq Source #

input__ :: AFSig__ s opq Source #

input'__ :: Sig__ s opq Source #

ins :: AFSig s opq Source #

ins' :: Sig s opq Source #

ins_ :: AFSig_ s opq Source #

ins'_ :: Sig_ s opq Source #

ins__ :: AFSig__ s opq Source #

ins'__ :: Sig__ s opq Source #

kbd :: AFSig s opq Source #

kbd' :: Sig s opq Source #

kbd_ :: AFSig_ s opq Source #

kbd'_ :: Sig_ s opq Source #

kbd__ :: AFSig__ s opq Source #

kbd'__ :: Sig__ s opq Source #

label :: AFSig s opq Source #

label' :: Sig s opq Source #

label_ :: AFSig_ s opq Source #

label'_ :: Sig_ s opq Source #

label__ :: AFSig__ s opq Source #

label'__ :: Sig__ s opq Source #

legend :: AFSig s opq Source #

legend' :: Sig s opq Source #

legend_ :: AFSig_ s opq Source #

legend'_ :: Sig_ s opq Source #

legend__ :: AFSig__ s opq Source #

legend'__ :: Sig__ s opq Source #

li :: AFSig s opq Source #

li' :: Sig s opq Source #

li_ :: AFSig_ s opq Source #

li'_ :: Sig_ s opq Source #

li__ :: AFSig__ s opq Source #

li'__ :: Sig__ s opq Source #

link :: AFSig s opq Source #

link' :: Sig s opq Source #

link_ :: AFSig_ s opq Source #

link'_ :: Sig_ s opq Source #

link__ :: AFSig__ s opq Source #

link'__ :: Sig__ s opq Source #

main :: AFSig s opq Source #

main' :: Sig s opq Source #

main_ :: AFSig_ s opq Source #

main'_ :: Sig_ s opq Source #

main__ :: AFSig__ s opq Source #

main'__ :: Sig__ s opq Source #

map :: AFSig s opq Source #

map' :: Sig s opq Source #

map_ :: AFSig_ s opq Source #

map'_ :: Sig_ s opq Source #

map__ :: AFSig__ s opq Source #

map'__ :: Sig__ s opq Source #

mark :: AFSig s opq Source #

mark' :: Sig s opq Source #

mark_ :: AFSig_ s opq Source #

mark'_ :: Sig_ s opq Source #

mark__ :: AFSig__ s opq Source #

mark'__ :: Sig__ s opq Source #

meta :: AFSig s opq Source #

meta' :: Sig s opq Source #

meta_ :: AFSig_ s opq Source #

meta'_ :: Sig_ s opq Source #

meta__ :: AFSig__ s opq Source #

meta'__ :: Sig__ s opq Source #

meter :: AFSig s opq Source #

meter' :: Sig s opq Source #

meter_ :: AFSig_ s opq Source #

meter'_ :: Sig_ s opq Source #

meter__ :: AFSig__ s opq Source #

meter'__ :: Sig__ s opq Source #

nav :: AFSig s opq Source #

nav' :: Sig s opq Source #

nav_ :: AFSig_ s opq Source #

nav'_ :: Sig_ s opq Source #

nav__ :: AFSig__ s opq Source #

nav'__ :: Sig__ s opq Source #

noframes :: AFSig s opq Source #

noframes' :: Sig s opq Source #

noframes_ :: AFSig_ s opq Source #

noframes'_ :: Sig_ s opq Source #

noframes__ :: AFSig__ s opq Source #

noframes'__ :: Sig__ s opq Source #

noscript :: AFSig s opq Source #

noscript' :: Sig s opq Source #

noscript_ :: AFSig_ s opq Source #

noscript'_ :: Sig_ s opq Source #

noscript__ :: AFSig__ s opq Source #

noscript'__ :: Sig__ s opq Source #

object :: AFSig s opq Source #

object' :: Sig s opq Source #

object_ :: AFSig_ s opq Source #

object'_ :: Sig_ s opq Source #

object__ :: AFSig__ s opq Source #

object'__ :: Sig__ s opq Source #

ol :: AFSig s opq Source #

ol' :: Sig s opq Source #

ol_ :: AFSig_ s opq Source #

ol'_ :: Sig_ s opq Source #

ol__ :: AFSig__ s opq Source #

ol'__ :: Sig__ s opq Source #

optgroup :: AFSig s opq Source #

optgroup' :: Sig s opq Source #

optgroup_ :: AFSig_ s opq Source #

optgroup'_ :: Sig_ s opq Source #

optgroup__ :: AFSig__ s opq Source #

optgroup'__ :: Sig__ s opq Source #

option :: AFSig s opq Source #

option' :: Sig s opq Source #

option_ :: AFSig_ s opq Source #

option'_ :: Sig_ s opq Source #

option__ :: AFSig__ s opq Source #

option'__ :: Sig__ s opq Source #

output :: AFSig s opq Source #

output' :: Sig s opq Source #

output_ :: AFSig_ s opq Source #

output'_ :: Sig_ s opq Source #

output__ :: AFSig__ s opq Source #

output'__ :: Sig__ s opq Source #

p :: AFSig s opq Source #

p' :: Sig s opq Source #

p_ :: AFSig_ s opq Source #

p'_ :: Sig_ s opq Source #

p__ :: AFSig__ s opq Source #

p'__ :: Sig__ s opq Source #

param :: AFSig s opq Source #

param' :: Sig s opq Source #

param_ :: AFSig_ s opq Source #

param'_ :: Sig_ s opq Source #

param__ :: AFSig__ s opq Source #

param'__ :: Sig__ s opq Source #

picture :: AFSig s opq Source #

picture' :: Sig s opq Source #

picture_ :: AFSig_ s opq Source #

picture'_ :: Sig_ s opq Source #

picture__ :: AFSig__ s opq Source #

picture'__ :: Sig__ s opq Source #

pre :: AFSig s opq Source #

pre' :: Sig s opq Source #

pre_ :: AFSig_ s opq Source #

pre'_ :: Sig_ s opq Source #

pre__ :: AFSig__ s opq Source #

pre'__ :: Sig__ s opq Source #

progress :: AFSig s opq Source #

progress' :: Sig s opq Source #

progress_ :: AFSig_ s opq Source #

progress'_ :: Sig_ s opq Source #

progress__ :: AFSig__ s opq Source #

progress'__ :: Sig__ s opq Source #

q :: AFSig s opq Source #

q' :: Sig s opq Source #

q_ :: AFSig_ s opq Source #

q'_ :: Sig_ s opq Source #

q__ :: AFSig__ s opq Source #

q'__ :: Sig__ s opq Source #

rp :: AFSig s opq Source #

rp' :: Sig s opq Source #

rp_ :: AFSig_ s opq Source #

rp'_ :: Sig_ s opq Source #

rp__ :: AFSig__ s opq Source #

rp'__ :: Sig__ s opq Source #

rt :: AFSig s opq Source #

rt' :: Sig s opq Source #

rt_ :: AFSig_ s opq Source #

rt'_ :: Sig_ s opq Source #

rt__ :: AFSig__ s opq Source #

rt'__ :: Sig__ s opq Source #

ruby :: AFSig s opq Source #

ruby' :: Sig s opq Source #

ruby_ :: AFSig_ s opq Source #

ruby'_ :: Sig_ s opq Source #

ruby__ :: AFSig__ s opq Source #

ruby'__ :: Sig__ s opq Source #

s :: AFSig s opq Source #

s' :: Sig s opq Source #

s_ :: AFSig_ s opq Source #

s'_ :: Sig_ s opq Source #

s__ :: AFSig__ s opq Source #

s'__ :: Sig__ s opq Source #

samp :: AFSig s opq Source #

samp' :: Sig s opq Source #

samp_ :: AFSig_ s opq Source #

samp'_ :: Sig_ s opq Source #

samp__ :: AFSig__ s opq Source #

samp'__ :: Sig__ s opq Source #

script :: AFSig s opq Source #

script' :: Sig s opq Source #

script_ :: AFSig_ s opq Source #

script'_ :: Sig_ s opq Source #

script__ :: AFSig__ s opq Source #

script'__ :: Sig__ s opq Source #

section :: AFSig s opq Source #

section' :: Sig s opq Source #

section_ :: AFSig_ s opq Source #

section'_ :: Sig_ s opq Source #

section__ :: AFSig__ s opq Source #

section'__ :: Sig__ s opq Source #

select :: AFSig s opq Source #

select' :: Sig s opq Source #

select_ :: AFSig_ s opq Source #

select'_ :: Sig_ s opq Source #

select__ :: AFSig__ s opq Source #

select'__ :: Sig__ s opq Source #

small :: AFSig s opq Source #

small' :: Sig s opq Source #

small_ :: AFSig_ s opq Source #

small'_ :: Sig_ s opq Source #

small__ :: AFSig__ s opq Source #

small'__ :: Sig__ s opq Source #

source :: AFSig s opq Source #

source' :: Sig s opq Source #

source_ :: AFSig_ s opq Source #

source'_ :: Sig_ s opq Source #

source__ :: AFSig__ s opq Source #

source'__ :: Sig__ s opq Source #

span :: AFSig s opq Source #

span' :: Sig s opq Source #

span_ :: AFSig_ s opq Source #

span'_ :: Sig_ s opq Source #

span__ :: AFSig__ s opq Source #

span'__ :: Sig__ s opq Source #

strike :: AFSig s opq Source #

strike' :: Sig s opq Source #

strike_ :: AFSig_ s opq Source #

strike'_ :: Sig_ s opq Source #

strike__ :: AFSig__ s opq Source #

strike'__ :: Sig__ s opq Source #

strong :: AFSig s opq Source #

strong' :: Sig s opq Source #

strong_ :: AFSig_ s opq Source #

strong'_ :: Sig_ s opq Source #

strong__ :: AFSig__ s opq Source #

strong'__ :: Sig__ s opq Source #

style :: AFSig s opq Source #

style' :: Sig s opq Source #

style_ :: AFSig_ s opq Source #

style'_ :: Sig_ s opq Source #

style__ :: AFSig__ s opq Source #

style'__ :: Sig__ s opq Source #

sub :: AFSig s opq Source #

sub' :: Sig s opq Source #

sub_ :: AFSig_ s opq Source #

sub'_ :: Sig_ s opq Source #

sub__ :: AFSig__ s opq Source #

sub'__ :: Sig__ s opq Source #

summary :: AFSig s opq Source #

summary' :: Sig s opq Source #

summary_ :: AFSig_ s opq Source #

summary'_ :: Sig_ s opq Source #

summary__ :: AFSig__ s opq Source #

summary'__ :: Sig__ s opq Source #

sup :: AFSig s opq Source #

sup' :: Sig s opq Source #

sup_ :: AFSig_ s opq Source #

sup'_ :: Sig_ s opq Source #

sup__ :: AFSig__ s opq Source #

sup'__ :: Sig__ s opq Source #

svg :: AFSig s opq Source #

svg' :: Sig s opq Source #

svg_ :: AFSig_ s opq Source #

svg'_ :: Sig_ s opq Source #

svg__ :: AFSig__ s opq Source #

svg'__ :: Sig__ s opq Source #

table :: AFSig s opq Source #

table' :: Sig s opq Source #

table_ :: AFSig_ s opq Source #

table'_ :: Sig_ s opq Source #

table__ :: AFSig__ s opq Source #

table'__ :: Sig__ s opq Source #

tbody :: AFSig s opq Source #

tbody' :: Sig s opq Source #

tbody_ :: AFSig_ s opq Source #

tbody'_ :: Sig_ s opq Source #

tbody__ :: AFSig__ s opq Source #

tbody'__ :: Sig__ s opq Source #

td :: AFSig s opq Source #

td' :: Sig s opq Source #

td_ :: AFSig_ s opq Source #

td'_ :: Sig_ s opq Source #

td__ :: AFSig__ s opq Source #

td'__ :: Sig__ s opq Source #

template :: AFSig s opq Source #

template' :: Sig s opq Source #

template_ :: AFSig_ s opq Source #

template'_ :: Sig_ s opq Source #

template__ :: AFSig__ s opq Source #

template'__ :: Sig__ s opq Source #

textarea :: AFSig s opq Source #

textarea' :: Sig s opq Source #

textarea_ :: AFSig_ s opq Source #

textarea'_ :: Sig_ s opq Source #

textarea__ :: AFSig__ s opq Source #

textarea'__ :: Sig__ s opq Source #

tfoot :: AFSig s opq Source #

tfoot' :: Sig s opq Source #

tfoot_ :: AFSig_ s opq Source #

tfoot'_ :: Sig_ s opq Source #

tfoot__ :: AFSig__ s opq Source #

tfoot'__ :: Sig__ s opq Source #

th :: AFSig s opq Source #

th' :: Sig s opq Source #

th_ :: AFSig_ s opq Source #

th'_ :: Sig_ s opq Source #

th__ :: AFSig__ s opq Source #

th'__ :: Sig__ s opq Source #

thead :: AFSig s opq Source #

thead' :: Sig s opq Source #

thead_ :: AFSig_ s opq Source #

thead'_ :: Sig_ s opq Source #

thead__ :: AFSig__ s opq Source #

thead'__ :: Sig__ s opq Source #

time :: AFSig s opq Source #

time' :: Sig s opq Source #

time_ :: AFSig_ s opq Source #

time'_ :: Sig_ s opq Source #

time__ :: AFSig__ s opq Source #

time'__ :: Sig__ s opq Source #

title :: AFSig s opq Source #

title' :: Sig s opq Source #

title_ :: AFSig_ s opq Source #

title'_ :: Sig_ s opq Source #

title__ :: AFSig__ s opq Source #

title'__ :: Sig__ s opq Source #

tr :: AFSig s opq Source #

tr' :: Sig s opq Source #

tr_ :: AFSig_ s opq Source #

tr'_ :: Sig_ s opq Source #

tr__ :: AFSig__ s opq Source #

tr'__ :: Sig__ s opq Source #

track :: AFSig s opq Source #

track' :: Sig s opq Source #

track_ :: AFSig_ s opq Source #

track'_ :: Sig_ s opq Source #

track__ :: AFSig__ s opq Source #

track'__ :: Sig__ s opq Source #

tt :: AFSig s opq Source #

tt' :: Sig s opq Source #

tt_ :: AFSig_ s opq Source #

tt'_ :: Sig_ s opq Source #

tt__ :: AFSig__ s opq Source #

tt'__ :: Sig__ s opq Source #

u :: AFSig s opq Source #

u' :: Sig s opq Source #

u_ :: AFSig_ s opq Source #

u'_ :: Sig_ s opq Source #

u__ :: AFSig__ s opq Source #

u'__ :: Sig__ s opq Source #

ul :: AFSig s opq Source #

ul' :: Sig s opq Source #

ul_ :: AFSig_ s opq Source #

ul'_ :: Sig_ s opq Source #

ul__ :: AFSig__ s opq Source #

ul'__ :: Sig__ s opq Source #

var :: AFSig s opq Source #

var' :: Sig s opq Source #

var_ :: AFSig_ s opq Source #

var'_ :: Sig_ s opq Source #

var__ :: AFSig__ s opq Source #

var'__ :: Sig__ s opq Source #

video :: AFSig s opq Source #

video' :: Sig s opq Source #

video_ :: AFSig_ s opq Source #

video'_ :: Sig_ s opq Source #

video__ :: AFSig__ s opq Source #

video'__ :: Sig__ s opq Source #

wbr :: s -> PwNode s opq Source #

txt :: String -> s -> PwNode s opq Source #

txt' :: String -> PwNode s opq Source #