Hi,

corrected typo in previous email.

Does libcss support "border" ?

div {
    width: 300px;
   * border: 10px solid #00FF00*
    padding: 50px;
    margin: 9px;
}

I am trying to get the value using all available functions related to
border computation but each function is returning 0.

i tried css_computed_border_left_width but it is returning 0.
css_computed_border_left_width  appears to be wrong function for getting
values from* border: 10px solid #00FF00*

Regards,
Rupesh

On Sat, Sep 25, 2021 at 10:06 PM Rupesh gautam <[email protected]>
wrote:

> Hi,
>
> Does libcss support "border" ?
>
> div {
>     width: 300px;
>    * border: 10px solid #00FF00*
>     padding: 50px;
>     margin: 9px;
> }
>
> I am trying to get the value using all available functions related to
> margin computation but each function is returning 0.
>
> i tried css_computed_border_left_width but it is returning 0.
> css_computed_border_left_width  appears to be wrong function for getting
> values from* border: 10px solid #00FF00*
>
> Regards,
> Rupesh
>
_______________________________________________
netsurf-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to