vgno / ably

Provides a sane model for dealing with A/B tests.
MIT License
2 stars 0 forks source link

HTML & CSS APIs: Orchestrate experiments to inject style into head and class into body automagically #2

Open wadim opened 9 years ago

wadim commented 9 years ago

For the HTML & CSS APIs to work all experiments need to add their selected variants to the class attribute of the body element.

This probably requires that all experiments are defined centrally.

We need to figure out how to do this.