diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2019-01-14 06:35:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-14 06:35:45 -0500 |
commit | 1f9b13479462d453f8e498f1caa192ae09961307 (patch) | |
tree | 0bcd0ae6a0f798e99ec08c1cb1f5755f52d82575 /components/script/dom/bindings/codegen | |
parent | 6197f1addad631455cb4dcb215e172896f54a9ab (diff) | |
parent | 352fed71d7359e93850a85750a2715dbd5c706b9 (diff) | |
download | servo-1f9b13479462d453f8e498f1caa192ae09961307.tar.gz servo-1f9b13479462d453f8e498f1caa192ae09961307.zip |
Auto merge of #22348 - germangb:html_media_ended, r=ferjm
Implement Ended media attribute
<!-- Please describe your changes on the following line: -->
This PR should implement:
* New method `HTMLMediaElement::earliest_possible_position()` for the [earliest possible position](https://html.spec.whatwg.org/multipage/media.html#earliest-possible-position)
* `Ended` attribute following https://html.spec.whatwg.org/multipage/media.html#ended-playback
* Queue steps for when the playback position reaches the end
This PR contains placeholders for the following issues (I can rebase changes after the corresponding PRs get merged)
- #22321 (Define the Loop attribute)
- #22293 (To identify playback direction. Either forwards or backwards)
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [x] These changes fix #22294.
<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22348)
<!-- Reviewable:end -->
Diffstat (limited to 'components/script/dom/bindings/codegen')
0 files changed, 0 insertions, 0 deletions