Gaël Poupard
Gaël Poupard
A simple sidenote here: automating this would prevent us from using advanced usages based on [the space toggle technique](https://twitter.com/Jane0ri/status/1283596399196680192). I don't think Bootstrap will ever use this, but that's to...
FWIW, this is valid CSS. 🤷 The only potential issue is the predictability regarding the behaviour, since every property will inherit and some won't (but again, this is the standard...
Then those are bugs in IDE, linters and minifiers. Nevertheless, those empty custom properties are useless and should be dropped to prevent confusion and save a few bytes.
I also made one in [Boosted](https://boosted.orange.com/docs/4.5/components/stepbar/) —[`scss` sources](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/blob/v4-dev/scss/_o-step-bar.scss)— however it's only horizontal ATM.
I guess @Johann-S stepper is closer from what's being asked. Maybe could we add an integration example, at least? To add something to our core, I think it should be...
Looking at @nico3333fr's [jQuery plugin](http://a11y.nicolas-hoffmann.net/hide-show/) (which has been tested a lot) it doesn't use `[tabindex]` at all. However accordingly to what @Heydon said, I think you may document the fact...
Hi there, My two cents: I think it's a good idea as an option. The most common way to use a toggle is that hidden content follows the trigger (DOM...
FWIW [the dedicated documentation page](http://ffoodd.github.io/a11y.css/obsolete.html) on a11y.css website may be easier to read :)
Is there any way to make invokers & contents keep their respective DOM order, instead of melting all of them in `invoker` and `content` single slots and using CSS `order`?...
Might relate to #1724 at some point, I guess.