Re: [blink-dev] Intent to Prototype: HTML handwriting attribute

2024-08-02 Thread 'Adam Ettenberger' via blink-dev
> The developer authoring the drawing widget may not be aware that it may be on top of or near an input element, and it seems bad if they need to find such elements and disable handwriting on them. The goal was that developers wouldn't have to specify handwriting for each element individually u

Re: [blink-dev] PSA: Throw exception when text encode alloc memory fail.

2024-08-02 Thread Dave Tapuska
If you look at the OOM handler of Windows version in PartitionAlloc we do not debug alias the size of allocation. So

Re: [blink-dev] PSA: Throw exception when text encode alloc memory fail.

2024-08-02 Thread Yoav Weiss (@Shopify)
On Fri, Aug 2, 2024 at 11:40 AM Adam Rice wrote: > Usually specs don't cover what happens when you run out of memory, as > implied by https://infra.spec.whatwg.org/#algorithm-limits. I think > this is fine. I'm interested in what other browsers do, but it's hard to > test unless you have a VM han

Re: [blink-dev] PSA: Throw exception when text encode alloc memory fail.

2024-08-02 Thread Adam Rice
Usually specs don't cover what happens when you run out of memory, as implied by https://infra.spec.whatwg.org/#algorithm-limits. I think this is fine. I'm interested in what other browsers do, but it's hard to test unless you have a VM handy. On Fri, 2 Aug 2024 at 01:17, Mike Taylor wrote: > Hi

Re: [blink-dev] Intent to Ship: The Nested Declarations Rule

2024-08-02 Thread Anders Hartvoll Ruud
On Fri, Aug 2, 2024 at 1:54 AM Daniel Clark wrote: > The stated answer to “Will this feature be supported on all six Blink > platforms” is “No”, but I’d expect this to be the same on all platforms – > is that right? > Yes, that was a mistake. > > > Could you elaborate a bit on why this might n