gi-webkit-3.0.7: WebKit bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit.Objects.DOMHTMLTableElement

Contents

Description

 

Synopsis

Exported types

Methods

createCaption

createTBody

createTFoot

createTHead

deleteCaption

deleteRow

data DOMHTMLTableElementDeleteRowMethodInfo Source #

Instances

((~) * signature (CLong -> m ()), MonadIO m, IsDOMHTMLTableElement a) => MethodInfo * DOMHTMLTableElementDeleteRowMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLTableElementDeleteRowMethodInfo a -> signature -> s

deleteTFoot

data DOMHTMLTableElementDeleteTFootMethodInfo Source #

Instances

((~) * signature (m ()), MonadIO m, IsDOMHTMLTableElement a) => MethodInfo * DOMHTMLTableElementDeleteTFootMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLTableElementDeleteTFootMethodInfo a -> signature -> s

deleteTHead

data DOMHTMLTableElementDeleteTHeadMethodInfo Source #

Instances

((~) * signature (m ()), MonadIO m, IsDOMHTMLTableElement a) => MethodInfo * DOMHTMLTableElementDeleteTHeadMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLTableElementDeleteTHeadMethodInfo a -> signature -> s

getAlign

data DOMHTMLTableElementGetAlignMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLTableElement a) => MethodInfo * DOMHTMLTableElementGetAlignMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLTableElementGetAlignMethodInfo a -> signature -> s

getBgColor

data DOMHTMLTableElementGetBgColorMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLTableElement a) => MethodInfo * DOMHTMLTableElementGetBgColorMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLTableElementGetBgColorMethodInfo a -> signature -> s

getBorder

data DOMHTMLTableElementGetBorderMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLTableElement a) => MethodInfo * DOMHTMLTableElementGetBorderMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLTableElementGetBorderMethodInfo a -> signature -> s

getCaption

getCellPadding

getCellSpacing

getFrame

data DOMHTMLTableElementGetFrameMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLTableElement a) => MethodInfo * DOMHTMLTableElementGetFrameMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLTableElementGetFrameMethodInfo a -> signature -> s

getRows

getRules

data DOMHTMLTableElementGetRulesMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLTableElement a) => MethodInfo * DOMHTMLTableElementGetRulesMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLTableElementGetRulesMethodInfo a -> signature -> s

getSummary

data DOMHTMLTableElementGetSummaryMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLTableElement a) => MethodInfo * DOMHTMLTableElementGetSummaryMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLTableElementGetSummaryMethodInfo a -> signature -> s

getTBodies

getTFoot

getTHead

getWidth

data DOMHTMLTableElementGetWidthMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLTableElement a) => MethodInfo * DOMHTMLTableElementGetWidthMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLTableElementGetWidthMethodInfo a -> signature -> s

insertRow

setAlign

data DOMHTMLTableElementSetAlignMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLTableElement a) => MethodInfo * DOMHTMLTableElementSetAlignMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLTableElementSetAlignMethodInfo a -> signature -> s

setBgColor

data DOMHTMLTableElementSetBgColorMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLTableElement a) => MethodInfo * DOMHTMLTableElementSetBgColorMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLTableElementSetBgColorMethodInfo a -> signature -> s

setBorder

data DOMHTMLTableElementSetBorderMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLTableElement a) => MethodInfo * DOMHTMLTableElementSetBorderMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLTableElementSetBorderMethodInfo a -> signature -> s

setCaption

setCellPadding

data DOMHTMLTableElementSetCellPaddingMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLTableElement a) => MethodInfo * DOMHTMLTableElementSetCellPaddingMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLTableElementSetCellPaddingMethodInfo a -> signature -> s

setCellSpacing

data DOMHTMLTableElementSetCellSpacingMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLTableElement a) => MethodInfo * DOMHTMLTableElementSetCellSpacingMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLTableElementSetCellSpacingMethodInfo a -> signature -> s

setFrame

data DOMHTMLTableElementSetFrameMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLTableElement a) => MethodInfo * DOMHTMLTableElementSetFrameMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLTableElementSetFrameMethodInfo a -> signature -> s

setRules

data DOMHTMLTableElementSetRulesMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLTableElement a) => MethodInfo * DOMHTMLTableElementSetRulesMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLTableElementSetRulesMethodInfo a -> signature -> s

setSummary

data DOMHTMLTableElementSetSummaryMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLTableElement a) => MethodInfo * DOMHTMLTableElementSetSummaryMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLTableElementSetSummaryMethodInfo a -> signature -> s

setTFoot

setTHead

setWidth

data DOMHTMLTableElementSetWidthMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLTableElement a) => MethodInfo * DOMHTMLTableElementSetWidthMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLTableElementSetWidthMethodInfo a -> signature -> s

Properties

align

data DOMHTMLTableElementAlignPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableElementAlignPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableElementAlignPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableElementAlignPropertyInfo = * ~ Text
type AttrOrigin DOMHTMLTableElementAlignPropertyInfo Source # 
type AttrLabel DOMHTMLTableElementAlignPropertyInfo Source # 
type AttrLabel DOMHTMLTableElementAlignPropertyInfo = "align"
type AttrGetType DOMHTMLTableElementAlignPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableElementAlignPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableElementAlignPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableElementAlignPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLTableElementAlign :: AttrLabelProxy "align" Source #

bgColor

data DOMHTMLTableElementBgColorPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableElementBgColorPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableElementBgColorPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableElementBgColorPropertyInfo = * ~ Text
type AttrOrigin DOMHTMLTableElementBgColorPropertyInfo Source # 
type AttrLabel DOMHTMLTableElementBgColorPropertyInfo Source # 
type AttrLabel DOMHTMLTableElementBgColorPropertyInfo = "bg-color"
type AttrGetType DOMHTMLTableElementBgColorPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableElementBgColorPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableElementBgColorPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableElementBgColorPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLTableElementBgColor :: AttrLabelProxy "bgColor" Source #

border

data DOMHTMLTableElementBorderPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableElementBorderPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableElementBorderPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableElementBorderPropertyInfo = * ~ Text
type AttrOrigin DOMHTMLTableElementBorderPropertyInfo Source # 
type AttrLabel DOMHTMLTableElementBorderPropertyInfo Source # 
type AttrLabel DOMHTMLTableElementBorderPropertyInfo = "border"
type AttrGetType DOMHTMLTableElementBorderPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableElementBorderPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableElementBorderPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableElementBorderPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLTableElementBorder :: AttrLabelProxy "border" Source #

caption

data DOMHTMLTableElementCaptionPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableElementCaptionPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableElementCaptionPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableElementCaptionPropertyInfo = * ~ ()
type AttrOrigin DOMHTMLTableElementCaptionPropertyInfo Source # 
type AttrLabel DOMHTMLTableElementCaptionPropertyInfo Source # 
type AttrLabel DOMHTMLTableElementCaptionPropertyInfo = "caption"
type AttrGetType DOMHTMLTableElementCaptionPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableElementCaptionPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableElementCaptionPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableElementCaptionPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMHTMLTableElementCaption :: AttrLabelProxy "caption" Source #

cellPadding

data DOMHTMLTableElementCellPaddingPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableElementCellPaddingPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableElementCellPaddingPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableElementCellPaddingPropertyInfo = * ~ Text
type AttrOrigin DOMHTMLTableElementCellPaddingPropertyInfo Source # 
type AttrLabel DOMHTMLTableElementCellPaddingPropertyInfo Source # 
type AttrLabel DOMHTMLTableElementCellPaddingPropertyInfo = "cell-padding"
type AttrGetType DOMHTMLTableElementCellPaddingPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableElementCellPaddingPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableElementCellPaddingPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableElementCellPaddingPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLTableElementCellPadding :: AttrLabelProxy "cellPadding" Source #

cellSpacing

data DOMHTMLTableElementCellSpacingPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableElementCellSpacingPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableElementCellSpacingPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableElementCellSpacingPropertyInfo = * ~ Text
type AttrOrigin DOMHTMLTableElementCellSpacingPropertyInfo Source # 
type AttrLabel DOMHTMLTableElementCellSpacingPropertyInfo Source # 
type AttrLabel DOMHTMLTableElementCellSpacingPropertyInfo = "cell-spacing"
type AttrGetType DOMHTMLTableElementCellSpacingPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableElementCellSpacingPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableElementCellSpacingPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableElementCellSpacingPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLTableElementCellSpacing :: AttrLabelProxy "cellSpacing" Source #

frame

data DOMHTMLTableElementFramePropertyInfo Source #

Instances

AttrInfo DOMHTMLTableElementFramePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableElementFramePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableElementFramePropertyInfo = * ~ Text
type AttrOrigin DOMHTMLTableElementFramePropertyInfo Source # 
type AttrLabel DOMHTMLTableElementFramePropertyInfo Source # 
type AttrLabel DOMHTMLTableElementFramePropertyInfo = "frame"
type AttrGetType DOMHTMLTableElementFramePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableElementFramePropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableElementFramePropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableElementFramePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLTableElementFrame :: AttrLabelProxy "frame" Source #

rows

data DOMHTMLTableElementRowsPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableElementRowsPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLTableElementRowsPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLTableElementRowsPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLTableElementRowsPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLTableElementRowsPropertyInfo :: *

type AttrLabel DOMHTMLTableElementRowsPropertyInfo :: Symbol

type AttrOrigin DOMHTMLTableElementRowsPropertyInfo :: *

type AttrSetTypeConstraint DOMHTMLTableElementRowsPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableElementRowsPropertyInfo = * ~ ()
type AttrOrigin DOMHTMLTableElementRowsPropertyInfo Source # 
type AttrLabel DOMHTMLTableElementRowsPropertyInfo Source # 
type AttrLabel DOMHTMLTableElementRowsPropertyInfo = "rows"
type AttrGetType DOMHTMLTableElementRowsPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableElementRowsPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableElementRowsPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableElementRowsPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMHTMLTableElementRows :: AttrLabelProxy "rows" Source #

rules

data DOMHTMLTableElementRulesPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableElementRulesPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableElementRulesPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableElementRulesPropertyInfo = * ~ Text
type AttrOrigin DOMHTMLTableElementRulesPropertyInfo Source # 
type AttrLabel DOMHTMLTableElementRulesPropertyInfo Source # 
type AttrLabel DOMHTMLTableElementRulesPropertyInfo = "rules"
type AttrGetType DOMHTMLTableElementRulesPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableElementRulesPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableElementRulesPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableElementRulesPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLTableElementRules :: AttrLabelProxy "rules" Source #

summary

data DOMHTMLTableElementSummaryPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableElementSummaryPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableElementSummaryPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableElementSummaryPropertyInfo = * ~ Text
type AttrOrigin DOMHTMLTableElementSummaryPropertyInfo Source # 
type AttrLabel DOMHTMLTableElementSummaryPropertyInfo Source # 
type AttrLabel DOMHTMLTableElementSummaryPropertyInfo = "summary"
type AttrGetType DOMHTMLTableElementSummaryPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableElementSummaryPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableElementSummaryPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableElementSummaryPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLTableElementSummary :: AttrLabelProxy "summary" Source #

tBodies

data DOMHTMLTableElementTBodiesPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableElementTBodiesPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableElementTBodiesPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableElementTBodiesPropertyInfo = * ~ ()
type AttrOrigin DOMHTMLTableElementTBodiesPropertyInfo Source # 
type AttrLabel DOMHTMLTableElementTBodiesPropertyInfo Source # 
type AttrLabel DOMHTMLTableElementTBodiesPropertyInfo = "t-bodies"
type AttrGetType DOMHTMLTableElementTBodiesPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableElementTBodiesPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableElementTBodiesPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableElementTBodiesPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMHTMLTableElementTBodies :: AttrLabelProxy "tBodies" Source #

tFoot

data DOMHTMLTableElementTFootPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableElementTFootPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableElementTFootPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableElementTFootPropertyInfo = * ~ ()
type AttrOrigin DOMHTMLTableElementTFootPropertyInfo Source # 
type AttrLabel DOMHTMLTableElementTFootPropertyInfo Source # 
type AttrLabel DOMHTMLTableElementTFootPropertyInfo = "t-foot"
type AttrGetType DOMHTMLTableElementTFootPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableElementTFootPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableElementTFootPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableElementTFootPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMHTMLTableElementTFoot :: AttrLabelProxy "tFoot" Source #

tHead

data DOMHTMLTableElementTHeadPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableElementTHeadPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableElementTHeadPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableElementTHeadPropertyInfo = * ~ ()
type AttrOrigin DOMHTMLTableElementTHeadPropertyInfo Source # 
type AttrLabel DOMHTMLTableElementTHeadPropertyInfo Source # 
type AttrLabel DOMHTMLTableElementTHeadPropertyInfo = "t-head"
type AttrGetType DOMHTMLTableElementTHeadPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableElementTHeadPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableElementTHeadPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableElementTHeadPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMHTMLTableElementTHead :: AttrLabelProxy "tHead" Source #

width

data DOMHTMLTableElementWidthPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableElementWidthPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableElementWidthPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableElementWidthPropertyInfo = * ~ Text
type AttrOrigin DOMHTMLTableElementWidthPropertyInfo Source # 
type AttrLabel DOMHTMLTableElementWidthPropertyInfo Source # 
type AttrLabel DOMHTMLTableElementWidthPropertyInfo = "width"
type AttrGetType DOMHTMLTableElementWidthPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableElementWidthPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableElementWidthPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableElementWidthPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLTableElementWidth :: AttrLabelProxy "width" Source #