Skip to content

Commit

Permalink
SAK-40097 - Rubrics - Accessibility - Improve tool tips on rating ite…
Browse files Browse the repository at this point in the history
  • Loading branch information
brdebr authored and Miguel Pellicer committed Oct 5, 2018
1 parent 41ff676 commit 8579d15
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion rubrics/impl/src/main/bundle/rubricsMessages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ rubric_title=Rubric Title
manage_rubrics=Manage Rubrics
add_rubric=Add Rubric
toggle_details=Toggle details for
edit=Edit Rubric
edit_rubric=Edit Rubric
edit_criterion=Edit Criterion
edit_rating=Edit Rating
clone_rubric=Clone Rubric
remove_rubric=Remove Rubric
clone=Clone
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


<!-- edit icon -->
<iron-icon on-focus="activate" tabindex="0" role="button" class="edit" icon="rubrics-icons:edit" on-tap="editCriterion" title="[[lang('edit','Edit')]] [[criterion.title]]" ></iron-icon>
<iron-icon on-focus="activate" tabindex="0" role="button" class="edit" icon="rubrics-icons:edit" on-tap="editCriterion" title="[[lang('edit_criterion','Edit')]] [[criterion.title]]" ></iron-icon>

<!-- popover -->
<div id="edit_criterion_[[criterion.id]]" class="popover criterion-edit-popover bottom">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<style include="sakai-rubrics-styles"></style>


<iron-icon on-focus="activate" tabindex="0" role="button" class="edit" icon="rubrics-icons:edit" on-tap="editCriterion" title="[[lang('edit','Edit')]] [[rating.title]]" ></iron-icon>
<iron-icon on-focus="activate" tabindex="0" role="button" class="edit" icon="rubrics-icons:edit" on-tap="editCriterion" title="[[lang('edit_rating','Edit')]] [[rating.title]]" ></iron-icon>

<div id="edit_criterion_rating_[[rating.id]]" class="popover rating-edit-popover bottom">
<div class="arrow"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<style include="polymer-bootstrap"></style>
<style include="sakai-rubrics-styles"></style>

<iron-icon class="edit" role="button" aria-haspopup="true" aria-expanded$="[[popoverOpen]]" aria-controls="edit_rubric_[[rubric.id]]" tabindex="0" icon="rubrics-icons:edit" on-tap="editRubric" title="[[lang('edit', 'Edit')]] {{rubric.title}}" ></iron-icon>
<iron-icon class="edit" role="button" aria-haspopup="true" aria-expanded$="[[popoverOpen]]" aria-controls="edit_rubric_[[rubric.id]]" tabindex="0" icon="rubrics-icons:edit" on-tap="editRubric" title="[[lang('edit_rubric', 'Edit')]] {{rubric.title}}" ></iron-icon>

<div id="edit_rubric_[[rubric.id]]" class="popover rubric-edit-popover bottom">
<div class="arrow"></div>
Expand Down

0 comments on commit 8579d15

Please sign in to comment.