vgno / ably

Provides a sane model for dealing with A/B tests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

wadim opened this issue · comments

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.