size package:blaze-html

Combinator for the size attribute. Example:
div ! size "bar" $ "Hello."
Result:
<div size="bar">Hello.</div>
Combinator for the sizes attribute. Example:
div ! sizes "bar" $ "Hello."
Result:
<div sizes="bar">Hello.</div>
Combinator for the onresize attribute. Example:
div ! onresize "bar" $ "Hello."
Result:
<div onresize="bar">Hello.</div>