A simple Library for the HTML Content Model.
Author: Max Deppert
Version: March 2014
isHtmlElement
:: (Token,((Int,Int),Int)) -> Bool |
isVoidElement
:: (Token,((Int,Int),Int)) -> Bool |
isStrictElement
:: (Token,((Int,Int),Int)) -> Bool |
isPhrasingElement
:: (Token,((Int,Int),Int)) -> Bool |
isFlowElement
:: (Token,((Int,Int),Int)) -> Bool |
voidElements
:: [String] |
strictElements
:: [String] |
flowElements
:: [String] |
phrasingElements
:: [String] |
htmlElements
:: [String] |
|
|
|
|
|
|
|
|
|
|