Documentation Prolog Predicate Reference dom get_style/3

get_style/3

Get the CSS property of an HTML element.

Description

get_style( +htmlObject, +atom, ?term )

get_style(HTMLObject, Property, Value) is true if and only if Value unifies with the value of the property Property for the element HTMLObject.

Implementation