From 88f26c3143dd7b85adeaf9cb91b7cee7185d7c12 Mon Sep 17 00:00:00 2001
From: Anne van Kesteren
Returning a new object each time is a bad pattern for attribute getters and is + only enshrined here as it would be costly to change it. It is not to be copied to new APIs.
+ @@ -34555,6 +34558,9 @@ interface HTMLMediaElement : HTMLElement { increase of the current playback position during normal playback, if any, at the time the attribute is evaluated. +Returning a new object each time is a bad pattern for attribute getters and is + only enshrined here as it would be costly to change it. It is not to be copied to new APIs.
+Each media element has a list of pending play promises, which must @@ -35208,6 +35214,9 @@ interface HTMLMediaElement : HTMLElement { sliding window on an infinite stream. This is the behavior seen with DVRs viewing live TV, for instance.
+Returning a new object each time is a bad pattern for attribute getters and is + only enshrined here as it would be costly to change it. It is not to be copied to new APIs.
+User agents should adopt a very liberal and optimistic view of what is seekable. User agents should also buffer recent content where possible to enable seeking to be fast.