Package | Description |
---|---|
bayou.html |
For building html trees.
|
Modifier and Type | Method and Description |
---|---|
default Html5.RUBY |
Html5._ruby()
Build element
<ruby> . |
default Html5.RUBY |
Html5._ruby(Object... children)
Build element
<ruby> with children. |
default Html5.RUBY |
Html5._ruby(Runnable code)
Build element
<ruby> ; with it as the context parent, run `code`. |