Query regarding CSS opacity attribute value coming 0,1(zero comma 1)

19 views
Skip to first unread message

uzair jaleel

unread,
Sep 9, 2022, 11:59:38 AM9/9/22
to blink-dev
Hello,

We are currently working on linux based chromium version 94.0.4606.31.

When we set Google chrome language as "English" below is opacity value of an div element in webste  https://www.samsung.com/de

<div id="truste-consent-track" class="trustarc-banner truste-responsive" style="display: block; opacity: 1;">


When we set Google chrome language as "deutsch" below is opacity value of an div element in webste  https://www.samsung.com/de

<div id="truste-consent-track" class="trustarc-banner truste-responsive" style="display: block; opacity: 0,1;">

Any input as to why CSS opacity attribute value is coming as 0,1(zero comma 1) in style in content side on language change ( English to deutsch)  ?

Also what is expected behaviour on blink side(source code side) when it encounters value 0,1 for opacity ?

Any input would be helpfull

Thanks

Reply all
Reply to author
Forward
0 new messages