Elemento 1.2.8
Added
-
Add overloaded
style()
methods toHasSVGElement
:style(String style)
: Appends the given style to the existing styles of an element.style(String style, boolean append)
: Appends or sets the given style of an element.style(String property, int value)
: Sets the given style property on an element.style(String property, String value)
: Sets the given style property on an element.style(String property, int value, boolean important)
: Sets the given style property on an element.style(String property, String value, boolean important)
: Sets the given style property on an element.
-
Add methods to debug elements. Both methods return a string representation of the given element with all attributes, but without the child elements (only the number of child elements is included).
Elements.toString(IsElement<E>)
Elements.toString(Element)