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
02dd896e
Commit
02dd896e
authored
Feb 02, 2017
by
Dave Chamberlain
Committed by
GitHub
Feb 02, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14434 from edx/ecom-6921
ECOM-6921: Added aria-modal="true" to section tag.
parents
cea871ec
fe2e25df
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lms/templates/help_modal.html
+3
-3
No files found.
lms/templates/help_modal.html
View file @
02dd896e
...
...
@@ -18,7 +18,7 @@ from xmodule.tabs import CourseTabList
<a
href=
"#help-modal"
rel=
"leanModal"
role=
"button"
>
${_("Support")}
</a>
</div>
<
section
id=
"help-modal"
class=
"modal"
aria-hidden=
"true"
role=
"dialog"
tabindex=
"-1"
aria-label=
"${_("
{
platform_name
}
Support
").
format
(
platform_name=
static.get_platform_name())}
"
>
<
div
id=
"help-modal"
class=
"modal"
aria-hidden=
"true"
role=
"dialog"
aria-modal=
"true"
tabindex=
"-1"
aria-labelledby=
"support-platform-name
"
>
<div
class=
"inner-wrapper"
>
## TODO: find a way to refactor this
<button
class=
"close-modal"
tabindex=
"0"
>
...
...
@@ -31,7 +31,7 @@ from xmodule.tabs import CourseTabList
<div
id=
"help_wrapper"
>
<header>
<h2>
<h2
id=
"support-platform-name"
>
${Text(_('{platform_name} Support')).format(
platform_name=HTML(u'
<span
class=
"edx"
>
{}
</span>
').format(static.get_platform_name())
)}
...
...
@@ -140,7 +140,7 @@ from xmodule.tabs import CourseTabList
</p>
</div>
</div>
</
section
>
</
div
>
<script
type=
"text/javascript"
>
$
(
document
).
ready
(
function
()
{
...
...
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