You might want to display or hide some content depending on the accessibility mode. For example, you might want to display a video with subtitles in the accessibility mode, but not in the standard mode.
The mechanism is based on specifying a css class to the item requiring dynamic display capabilities.
For instance a paragraph to be displayed only when easyread is on should be written as:
<pclass="show-when-easyread">This paragraph is visible in Easy Read mode only</p>