Details
-
Type:
Improvement
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 3.9.4, 3.10.1
-
Fix Version/s: None
-
Component/s: User management
-
Labels:None
-
Affected Branches:MOODLE_310_STABLE, MOODLE_39_STABLE
Description
The full Name field (not short name) of a custom profile field currently filters out most HTML. This is undesirable as there are instances where one might need to insert HTML. For example:
Field full name: Your <abbr title="Graphic Designers of Canada">GDC</abbr> membership number
WCAG guidelines requires that the GDC acronym be expanded using the ABBR tag for accessibility reasons.