There are 3 comments.
 
 
XWiki Platform / cid:jira-generated-image-avatar-81b192fb-2941-4f50-a0ff-0533fb29125f XWIKI-24472 Open

Annotations on words that are modified are not visible in Chrome and Edge anymore

 
View issue   ยท   Add comment
 

3 comments

 
cid:jira-generated-image-avatar-e1569db7-94e8-43b9-bbdd-b2d049c3fb33 Charpentier Lucas on 10/Jun/26 16:47
 

Good news, I confirm this hypothesis: the error happens in the formula to compute --mark-updated-bg at
https://github.com/xwiki/xwiki-platform/blob/e44cbc5a1a3921f14c0714beb62f80cb563c75d1/xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/cssVariablesInit.css#L49

The "altered" state works well in Chrome.

 
cid:jira-generated-image-avatar-e1569db7-94e8-43b9-bbdd-b2d049c3fb33 Charpentier Lucas on 10/Jun/26 16:55
 

I didn't notice the three argument color mix was an experimental feature: https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/color_value/color-mix#browser_compatibility

There's an example in https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/color_value/color-mix#syntax and https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/color_value/color-mix#formal_syntax doesn't exclude it.

It's not available on anything other than Firefox. It's pretty easy to replace it with two uses of the function though.

 
cid:jira-generated-image-avatar-e1569db7-94e8-43b9-bbdd-b2d049c3fb33 Charpentier Lucas on 10/Jun/26 16:56
 
I didn't notice the three argument color mix was an experimental feature: https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/color_value/color-mix#browser_compatibility

https://issues.chromium.org/issues/493736782

There's an example in https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/color_value/color-mix#syntax and https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/color_value/color-mix#formal_syntax doesn't exclude it.

It's not available on anything other than Firefox. It's pretty easy to replace it with two uses of the function though.