[webkit-dev] Ports: Converting media controls to -webkit-flex

2013-02-14 Thread Christian Biesinger
Hi, currently, media controls all use the deprecated flex box (-webkit-box). In https://bugs.webkit.org/show_bug.cgi?id=109775, I am converting them to use the new flex box (-webkit-flex). I have verified that the result looks correct on the Chromium and Mac ports, but I am unable to build/test

Re: [webkit-dev] AX: Implement CSS -webkit-alt property (text alternative for generated content pseudo-elements ::before and ::after)

2013-10-02 Thread Christian Biesinger
On Tue, Oct 1, 2013 at 8:26 PM, Ryosuke Niwa rn...@webkit.org wrote: On Tue, Oct 1, 2013 at 4:53 PM, James Craig jcr...@apple.com wrote: Follow-up question: Since this hasn’t made it into the CSS4 spec yet, should we temporarily use “-webkit-alt” for the property name? I know there has been

[webkit-dev] Unprefixing intrinsic size keywords (-webkit-min-content et al)

2015-08-06 Thread Christian Biesinger
Hi all! We (blink) would like to unprefix the intrinsic sizing keywords: https://drafts.csswg.org/css-sizing/#width-height-keywords We support them for widths and for heights (though they all do the same thing for heights) We were wondering what Webkit's plan for those keywords is -- are you

Re: [webkit-dev] Unprefixing intrinsic size keywords (-webkit-min-content et al)

2015-08-07 Thread Christian Biesinger
On Fri, Aug 7, 2015 at 3:22 PM, Dean Jackson d...@apple.com wrote: On 7 Aug 2015, at 2:44 AM, Christian Biesinger cbiesin...@chromium.org wrote: Hi all! We (blink) would like to unprefix the intrinsic sizing keywords: https://drafts.csswg.org/css-sizing/#width-height-keywords We support

Re: [webkit-dev] Another WPT bite

2017-05-12 Thread Christian Biesinger
For what it's worth, my personal solution to this was to put a symlink in / for the resources directory: lrwxrwxrwx 1 root root 55 Dec 11 2015 /resources -> /home/cbiesinger/csswg-test/resources/ Hm, I guess I should update that to web-platform-tests now! Christian On Fri, May 12, 2017 at

[webkit-dev] Request for position: contain-intrinsic-size auto & longhands

2021-04-15 Thread Christian Biesinger via webkit-dev
Hello! Chrome would like to implement the recent additions to the constrain-intrinsic-size spec (https://drafts.csswg.org/css-sizing-4/#intrinsic-size-override), specifically the "auto" value as well as the contain-intrinsic-width, contain-intrinsic-height, contain-intrinsic-block-size, ,

[webkit-dev] Request for position on mapping a source's width/height attributes to width/height/aspect-ratio CSS properties on the in a

2021-02-12 Thread Christian Biesinger via webkit-dev
Hello webkit-dev, I would like to request an official position on the HTML spec change described in this pull request: https://github.com/whatwg/html/pull/5894/files Together with https://github.com/whatwg/html/pull/6032, this means that width/height attributes on a element inside a will get