mobileFX WebKitX CEF3 ActiveX 4.x
WebKitXCEF3Lib ActiveX Control / CSS3Style Object
Members
In This Topic
    CSS3Style Object
    In This Topic
    Description

    CSS3Style COM Class is light-weight wrapper / proxy for HTML5 Element style object. The COM Class provides read / write access to inline and computed styles of an HTML5 Element.

    Remarks

    An instance of this COM class holds internally a CSS3-like selector that is used as and when needed for accessing the underlying HTML5 DOM Node of the WebKit Blink Rendering Engine. This COM object is taking advantage of WebKitX IPC mechanism in order to read / write DOM attributes or CSS3 styles synchronously.

    The term "Just-In-Time" means that WebKitX does not keep reference of CSS3Style objects; instances are created and returned to your code as needed.

    See Also