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
99ae6377
Commit
99ae6377
authored
Aug 14, 2013
by
Valera Rozuvan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed unnecessary tabindex = 0 from <a /> - they get it by default.
parent
3b326c30
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
8 deletions
+5
-8
common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js
+0
-3
lms/templates/video.html
+5
-5
No files found.
common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js
View file @
99ae6377
...
...
@@ -61,9 +61,6 @@ function () {
slide
:
state
.
videoVolumeControl
.
onChange
});
// Make sure that we can focus the actual volume slider while Tabing.
state
.
videoVolumeControl
.
volumeSliderEl
.
find
(
'a'
).
attr
(
'tabindex'
,
'0'
);
state
.
videoVolumeControl
.
el
.
toggleClass
(
'muted'
,
state
.
videoVolumeControl
.
currentVolume
===
0
);
}
...
...
lms/templates/video.html
View file @
99ae6377
...
...
@@ -39,25 +39,25 @@
<div>
<ul
class=
"vcr"
>
<li><a
class=
"video_control"
href=
"#"
t
abindex=
"0"
t
itle=
"${_('Play')}"
></a></li>
<li><a
class=
"video_control"
href=
"#"
title=
"${_('Play')}"
></a></li>
<li><div
class=
"vidtime"
>
0:00 / 0:00
</div></li>
</ul>
<div
class=
"secondary-controls"
>
<div
class=
"speeds"
>
<a
href=
"#"
t
abindex=
"0"
t
itle=
"Speeds"
>
<a
href=
"#"
title=
"Speeds"
>
<h3>
${_('Speed')}
</h3>
<p
class=
"active"
></p>
</a>
<ol
class=
"video_speeds"
></ol>
</div>
<div
class=
"volume"
>
<a
href=
"#"
t
abindex=
"0"
t
itle=
"Volume"
></a>
<a
href=
"#"
title=
"Volume"
></a>
<div
class=
"volume-slider-container"
>
<div
class=
"volume-slider"
></div>
</div>
</div>
<a
href=
"#"
class=
"add-fullscreen"
t
abindex=
"0"
t
itle=
"${_('Fill browser')}"
>
${_('Fill browser')}
</a>
<a
href=
"#"
class=
"quality_control"
t
abindex=
"0"
t
itle=
"${_('HD')}"
>
${_('HD')}
</a>
<a
href=
"#"
class=
"add-fullscreen"
title=
"${_('Fill browser')}"
>
${_('Fill browser')}
</a>
<a
href=
"#"
class=
"quality_control"
title=
"${_('HD')}"
>
${_('HD')}
</a>
<a
href=
"#"
class=
"hide-subtitles"
title=
"${_('Turn off captions')}"
>
${_('Captions')}
</a>
</div>
...
...
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