element-hq / riot-android

A glossy Matrix collaboration client for Android
Apache License 2.0
1.4k stars 394 forks source link

Support data-mx[-bg]-color attributes #2023

Open dkasak opened 6 years ago

dkasak commented 6 years ago

It seems the Android client doesn't recognize the data-mx[-bg]-color attributes on font and span tags while the web/desktop Riot does. Furthermore, in web Riot, wrapping the text in <span style="background-color: ...">...</span> doesn't set the background color anymore (while it does in the Android client). Judging by this discussion, the data-mx[-bg]-color attributes seem to be the way to go.

Therefore, it seems that support for these attributes should be added to the Android client as well.

dkasak commented 5 years ago

This is now in the spec so bug and parity-with-web labels seem appropriate.

bmarty commented 5 years ago

bug label is reserved for bug in implemented features, not for missing feature