I'd like to understand if this issue is a regression and if it's breaking extensions or custom code using the .withTips and .useTitleAsTip classes.
These 2 classes were APIs documented on https://www.xwiki.org/xwiki/bin/view/Documentation/DevGuide/FrontendResources/SpecialCSSClasses and they've now been removed: https://www.xwiki.org/xwiki/bin/view/Documentation/DevGuide/FrontendResources/SpecialCSSClasses/?viewer=changes&rev1=16.6&rev2=17.1&
I've also seen lots of commits removing these classes from contrib extensions. For example: https://github.com/xwiki-contrib/extension-tweak/commit/4b14cbe9bd62176f9ff209db87253f149afd51ac
Since this is removing some API, I was expecting to see a proposal/vote to remove them.
I'm worried that we're breaking extensions/custom code with that change, without a proper discussion.
Thanks