Handbook
Glossary
table-style ( style -- str )
Vocabulary
html
.
streams
.
private
Inputs
style
an
object
Outputs
str
an
object
Definition
USING:
io.styles
;
IN:
html.streams.private
:
table-style
( style -- str )
{
{
table-border
border-css,
}
{
table-gap
border-spacing-css,
}
}
make-css
;