Commit 90eb82c
committed
Bug 1707584 - part2 : implement :seeking pseudo class. r=media-playback-reviewers,firefox-style-system-reviewers,emilio,chunmin
Per spec [1], :seeking should be set once `seeking attribute is true`, so the state
needs to be setup in HTMLMediaElement::Seek() immediatley, so that the script can
see the state applied right after updating the media's current time.
[1] https://html.spec.whatwg.org/multipage/semantics-other.html#selector-seeking
Differential Revision: https://phabricator.services.mozilla.com/D2810381 parent 7edf28d commit 90eb82c
File tree
9 files changed
+17
-17
lines changed- dom
- base/rust
- media/mediaelement
- servo/components/style/gecko
- testing/web-platform
- meta/css/selectors
- invalidation
- media
- tests/css/selectors/media
9 files changed
+17
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| 149 | + | |
| 150 | + | |
149 | 151 | | |
150 | 152 | | |
151 | 153 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2474 | 2474 | | |
2475 | 2475 | | |
2476 | 2476 | | |
| 2477 | + | |
| 2478 | + | |
| 2479 | + | |
| 2480 | + | |
| 2481 | + | |
2477 | 2482 | | |
2478 | 2483 | | |
2479 | 2484 | | |
| |||
3555 | 3560 | | |
3556 | 3561 | | |
3557 | 3562 | | |
| 3563 | + | |
3558 | 3564 | | |
3559 | 3565 | | |
3560 | 3566 | | |
| |||
6182 | 6188 | | |
6183 | 6189 | | |
6184 | 6190 | | |
| 6191 | + | |
6185 | 6192 | | |
6186 | 6193 | | |
6187 | 6194 | | |
| |||
6199 | 6206 | | |
6200 | 6207 | | |
6201 | 6208 | | |
| 6209 | + | |
6202 | 6210 | | |
6203 | 6211 | | |
6204 | 6212 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
| 230 | + | |
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2085 | 2085 | | |
2086 | 2086 | | |
2087 | 2087 | | |
2088 | | - | |
| 2088 | + | |
| 2089 | + | |
2089 | 2090 | | |
2090 | 2091 | | |
2091 | 2092 | | |
| |||
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | 3 | | |
7 | 4 | | |
Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
0 commit comments