LimeSurvey: master 167f1ebd

Author Committer Branch Timestamp Parent
LouisGac LouisGac master 2016-04-12 12:29:42 master 0af3e4ee
Changeset

Dev: added div and aria-labelledby for label in question array
Before, the label text was always shown inside a label element.
But, final users could insert HTML in the label text, such as
block elements.So it could build invalid HTML code.
Now, the label text is inserted inside a div element, and linked to
the input through the attribute aria-labelledby

mod - application/views/survey/questions/arrays/array/no_dropdown/rows/cells/answer_td.php Diff File
mod - templates/default/css/template.css Diff File