Skip to content

Commit

Permalink
chore: Remove old TODO about IE 11 (#7869)
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad committed Jan 17, 2025
1 parent aae2b37 commit b6386f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/range_element.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ shaka.ui.RangeElement = class extends shaka.ui.Element {
this.bar.classList.add('shaka-range-element');
this.bar.classList.add(...barClassNames);
this.bar.type = 'range';
// TODO(#2027): step=any causes keyboard nav problems on IE 11.
this.bar.step = 'any';
this.bar.min = '0';
this.bar.max = '1';
Expand Down

0 comments on commit b6386f3

Please sign in to comment.