Re: [blink-dev] PSA: Windows default CJK fonts changes

2024-06-13 Thread
As I understand it, the font features of Source Han and Noto CJK are almost the same. So should we fallback to Source Han when Noto CJK doesn't exist? 在2024年6月12日星期三 UTC+8 12:10:08 写道: > Dominik: > >> Can you share some details in how this is implemented in terms of >> interfacing with the

Re: [blink-dev] Intent to Ship: SVG context-fill and context-stroke

2024-03-14 Thread
Nice work, this feature is a great addition to SVG, and Rust-based resvg also implemented it a while ago: https://github.com/RazrFalcon/resvg/pull/665 Chrome's current implementation doesn't seem to include gradients/patterns, resvg supports them. Any plans to implement it before shipping? If

Re: [blink-dev] Intent to Prototype and Ship: Clip-path xywh() and rect() values

2023-12-18 Thread
et-path. >> >> >> >> >> TAG review status Not applicable >> >> Risks >> >> >> Interoperability and Compatibility >> >> Low: this has shipped in Firefox. >> >> >> *Gecko*: Shipped/Shipping >> >> *WebKit*:

Re: [blink-dev] Web-Facing Change PSA: align-content CSS property for blocks

2023-12-11 Thread
WebKit is being actively implemented: https://github.com/WebKit/WebKit/pull/21522 以上 一丝 PhistucK 于2023年12月12日周二 07:50写道: > > Low risk. This just expands coverage of a CSS property. > > Well... Not that low, perhaps? > I think I used a trick (I suppose) where under some circ

Re: [blink-dev] Intent to Ship: Clipboard API: Svg

2023-10-31 Thread
Unfortunately, three LGTMs obtained here did not ship. Can anyone re-continue this process? With Keynote 13.1 supporting the SVG format, this API seems to be the only way to copy and paste SVGs into Keynote in a browser. 在2021年8月20日星期五 UTC+8 03:15:56 写道: > LGTM3 with the caveat that we should

Re: [blink-dev] Intent to Ship: Unprefix -webkit-background-clip for "text" and make it an alias

2023-09-26 Thread
I think the correct specification address would be https://drafts.csswg.org/css-backgrounds-4/#typedef-bg-clip In css-backgrounds-4 also added `border` value, should we support it when removing the prefix? Maybe this needs to be discussed further by the CSSWG. 在2023年9月27日星期三 UTC+8 06:04:54 写道:

[blink-dev] Re: Intent to Prototype and Ship: Clip-path xywh() and rect() values

2023-09-12 Thread
WebKit has been implemented here: - rect() https://github.com/WebKit/WebKit/pull/17619 - xywh() https://github.com/WebKit/WebKit/pull/17087 在2023年9月12日星期二 UTC+8 01:18:59 写道: > Contact emailsp...@chromium.org > > ExplainerNone > >

[blink-dev] Re: Intent to Ship: CSS Motion Path

2023-05-11 Thread
As a developer, it's great to see Chrome implement full motion path functionality. However, in order to reduce unnecessary compatibility and potential issues, I hope that some CSSWG issues can be resolved before shipping - Add "at " to path(), shape(), and ray():

Re: [blink-dev] Intent to Ship: 'display' property with multiple values

2023-04-26 Thread
Can you clarify what new display layout this brings and how it is supported by other browsers? For example `display: inline list-item` or `display: block ruby` 以上 一丝 Daniel Bratell 于2023年4月26日周三 23:22写道: > LGTM3 > > /Daniel > On 2023-04-26 17:21, Mike West wrote: > > L

Re: [blink-dev] Intent to Ship: Selectors Level 4: :is() and :where()

2023-01-13 Thread
For the legacy `:-webkit-any()` selector, the `` feature is also supported in Safari and Firefox, Chrome does not seem to support it, which has some interoperability differences. [image: FA484CFD-1D83-4AAD-81D2-22647E440C76.png] 在2020年10月22日星期四 UTC+8 01:52:04 写道: > On Fri, Oct 16, 2020 at 2:31

Re: [blink-dev] Intent to Ship: baseline-source

2023-01-10 Thread
We can use https://w3c.github.io/csswg-drafts/css-inline-3/#baseline-source 以上 一丝 Ian Kilpatrick 于2023年1月11日周三 08:19写道: > > > On Tue, Jan 10, 2023 at 4:48 AM Yoav Weiss wrote: > >> >> >> On Mon, Jan 9, 2023 at 7:24 PM Ian Kilpatrick >> wrote: >>

Re: [blink-dev] Intent to Implement and Ship: Unprefixed -webkit-image-set

2022-11-30 Thread
Does the current implementation of Chrome support nesting? I think nesting should be disabled. See: https://github.com/w3c/csswg-drafts/issues/7662 以上 一丝 Traian Captan 于2022年12月1日周四 07:59写道: > Hi, > > This issue has been bugging devs since 2016. > > I'm landing a patch >

Re: [blink-dev] Intent to Ship: CSS 'ic' Length Unit

2022-08-09 Thread
Discussion on Chinese social media see: https://twitter.com/yisibl/status/1555391638876274688 I used Google Translate to make it easier to read. [image: FZXca3iUYAAr1kn.jpeg] 在2022年8月10日星期三 UTC+8 02:47:21 写道: > Hi Yunfei, > > The currently specified behavior has already shipped in Firefox and >

Re: [blink-dev] Intent to Ship: Media Queries Level 4 Syntax & Evaluation

2022-04-11 Thread
Does the current implementation support use in `@import`? For example: `@import url('foo.css') screen and (width <= 1200px);` 在2022年4月11日星期一 UTC+8 19:57:12 写道: > Thanks for working on this!! > > On Mon, Apr 11, 2022 at 1:41 PM Anders Hartvoll Ruud > wrote: > >> Contact emails >> >> >>