If you use an IAL with a class that has a leading hypen ({: .-foo }) that class is dropped. Other classes specified continue to work ({: .-foo .bar} produces class="bar"). As a leading hypen is a valid CSS class/selector, this should probably be supported.
If you use an IAL with a class that has a leading hypen (
{: .-foo }) that class is dropped. Other classes specified continue to work ({: .-foo .bar}producesclass="bar"). As a leading hypen is a valid CSS class/selector, this should probably be supported.