Re: [webkit-dev] Making sure the behavior of updating duration of HTMLMediaElement and MediaSource

2020-12-07 Thread Peng (WebKit) Liu via webkit-dev
Hi Yousuke, I think WebKit’s behavior matches the spec. The HTML5 spec says: “If no media data is available, then the attributes must return the Not-a-Number (NaN) value.” On the test page, there is no data appended to the media source, so there is no media data available for the video

[webkit-dev] Request for position: overflow: clip and overflip-clip-margin

2020-12-07 Thread Scott Violet via webkit-dev
Hello Webkit-dev, I'm seeking WebKit's position on overflow:clip [1] and overflow-clip-margin [2]. These are part of CSS Overflow Module Level 3. [1] - https://drafts.csswg.org/css-overflow-3/#valdef-overflow-clip [2] - https://drafts.csswg.org/css-overflow-3/#propdef-overflow-clip-margin

Re: [webkit-dev] Request for position: overflow: clip and overflip-clip-margin

2020-12-07 Thread Scott Violet via webkit-dev
Thanks for the prompt response Simon! -Scott On Mon, Dec 7, 2020 at 3:08 PM Simon Fraser wrote: > We support the addition of these properties. > > Simon > > On Dec 7, 2020, at 2:09 PM, Scott Violet via webkit-dev < > webkit-dev@lists.webkit.org> wrote: > > Hello Webkit-dev, > > I'm seeking

Re: [webkit-dev] Request for position: overflow: clip and overflip-clip-margin

2020-12-07 Thread Simon Fraser via webkit-dev
We support the addition of these properties. Simon > On Dec 7, 2020, at 2:09 PM, Scott Violet via webkit-dev > wrote: > > Hello Webkit-dev, > > I'm seeking WebKit's position on overflow:clip [1] and overflow-clip-margin > [2]. These are part of CSS Overflow Module Level 3. > > [1] -