Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
70496204
Commit
70496204
authored
Feb 06, 2017
by
sanfordstudent
Committed by
GitHub
Feb 06, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14445 from edx/sstudent/TNL-6348
switch aria role of left nav from group to region
parents
8950cf6a
d9a96b03
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
lms/templates/courseware/accordion.html
+1
-1
No files found.
lms/templates/courseware/accordion.html
View file @
70496204
...
...
@@ -22,7 +22,7 @@ else:
${chapter['display_name']}
</span>
</a>
<div
class=
"chapter-content-container"
id=
"${chapter['display_id']}-child"
tabindex=
"-1"
role=
"
group
"
aria-label=
"${chapter['display_name']} submenu"
>
<div
class=
"chapter-content-container"
id=
"${chapter['display_id']}-child"
tabindex=
"-1"
role=
"
region
"
aria-label=
"${chapter['display_name']} submenu"
>
<div
class=
"chapter-menu"
>
% for section in chapter['sections']:
<div
class=
"menu-item ${'active' if 'active' in section and section['active'] else ''} ${'graded' if 'graded' in section and section['graded'] else ''}"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment