Allowing styles to be applied to text fields - problem
For h5p content, I have added some font styling (e.g. font-size, background-color). I ahve altered the semantics so that semantics->font->size = true; and $field->font->background = true;. However the rendered html does not include these styles.
Looking into this a bit further I belive the problem could lie in the following module / function profiles\opigno_lms\modules\contrib\h5p\library\h5p.classes.php:_filter_xss_attributes() ~line3518