Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (3)

View Page History
<label="attributes":>val attributes = HashMap<String, String>()

protected fun initTag<T : Element>(init : fun T.() -> Unit) : T
where class object T : Factory<T> {
val tag = T.create()
}

<label="head"/>fun head(init : fun Head.() -> Unit) = initTag(init)

<label="body"/>fun body(init : fun Body.() -> Unit) = initTag(init)
}