Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
novalidate :: AttributeValue -> Attributeblaze-html Text.Blaze.Html5.Attributes Combinator for the novalidate attribute. Example:
div ! novalidate "bar" $ "Hello."
Result:<div novalidate="bar">Hello.</div>
oninvalid :: AttributeValue -> Attributeblaze-html Text.Blaze.Html5.Attributes Combinator for the oninvalid attribute. Example:
div ! oninvalid "bar" $ "Hello."
Result:<div oninvalid="bar">Hello.</div>
onpagehide :: AttributeValue -> Attributeblaze-html Text.Blaze.Html5.Attributes Combinator for the onpagehide attribute. Example:
div ! onpagehide "bar" $ "Hello."
Result:<div onpagehide="bar">Hello.</div>
width :: AttributeValue -> Attributeblaze-html Text.Blaze.Html5.Attributes Combinator for the width attribute. Example:
div ! width "bar" $ "Hello."
Result:<div width="bar">Hello.</div>
classid :: AttributeValue -> Attributeblaze-html Text.Blaze.XHtml1.FrameSet.Attributes Combinator for the classid attribute. Example:
div ! classid "bar" $ "Hello."
Result:<div classid="bar">Hello.</div>
width :: AttributeValue -> Attributeblaze-html Text.Blaze.XHtml1.FrameSet.Attributes Combinator for the width attribute. Example:
div ! width "bar" $ "Hello."
Result:<div width="bar">Hello.</div>
classid :: AttributeValue -> Attributeblaze-html Text.Blaze.XHtml1.Strict.Attributes Combinator for the classid attribute. Example:
div ! classid "bar" $ "Hello."
Result:<div classid="bar">Hello.</div>
width :: AttributeValue -> Attributeblaze-html Text.Blaze.XHtml1.Strict.Attributes Combinator for the width attribute. Example:
div ! width "bar" $ "Hello."
Result:<div width="bar">Hello.</div>
classid :: AttributeValue -> Attributeblaze-html Text.Blaze.XHtml1.Transitional.Attributes Combinator for the classid attribute. Example:
div ! classid "bar" $ "Hello."
Result:<div classid="bar">Hello.</div>
width :: AttributeValue -> Attributeblaze-html Text.Blaze.XHtml1.Transitional.Attributes Combinator for the width attribute. Example:
div ! width "bar" $ "Hello."
Result:<div width="bar">Hello.</div>