Moving ignore rules to relevant classes instead general rule.

Also replaces section with div, updates short_id, and makes textbox accessible.

TNL-5576, TNL-5575, TNL-5574, TNL-5671, TNL-5376
This commit is contained in:
cahrens
2016-09-09 16:46:25 -04:00
parent c3b6b10478
commit 1122c40f07
20 changed files with 187 additions and 50 deletions

View File

@@ -6,7 +6,7 @@
${'' if notification_name == 'submit' else 'is-hidden' }"
tabindex="-1">
<span class="icon fa ${notification_icon}" aria-hidden="true"></span>
<span class="notification-message" aria-describedby="${ id }-problem-title">${notification_message}
<span class="notification-message" aria-describedby="${ short_id }-problem-title">${notification_message}
</span>
<div class="notification-btn-wrapper">
% if notification_name is 'hint':