Re: [blink-dev] Intent to Ship: :has-slotted pseudo selector

2025-04-14 Thread Keith Cirkel
Monday, March 17, 2025 at 11:39:47 AM UTC-7 Keith Cirkel wrote: >> __ >> None yet, I’ve got to rework some of the internals but got a little busy. >> I’ll hopefully have some updates in the coming weeks! >> >> On Mon, 17 Mar 2025, at 6:07 PM, Alex Russell wrote: >&g

Re: [blink-dev] Intent to Ship: :has-slotted pseudo selector

2025-03-17 Thread Keith Cirkel
None yet, I’ve got to rework some of the internals but got a little busy. I’ll hopefully have some updates in the coming weeks! On Mon, 17 Mar 2025, at 6:07 PM, Alex Russell wrote: > Any updates? > > On Wednesday, January 22, 2025 at 8:04:33 AM UTC-8 Keith Cirkel wrote: >> __ &

Re: [blink-dev] Intent to Ship: :has-slotted pseudo selector

2025-01-22 Thread Keith Cirkel
Not yet, I'll land a few patches this week that will tidy up the points Rune raised. On Wed, 22 Jan 2025, at 4:02 PM, Chris Harrelson wrote: > Hi Keith, is this intent ready for re-review? > > On Tue, Jan 14, 2025 at 5:40 AM Rune Lillesveen wrote: >> On Mon, Jan 13, 2

Re: [blink-dev] Intent to Ship: :has-slotted pseudo selector

2025-01-13 Thread Keith Cirkel
> Is there any reason this isn't behind a flag? Apologies Mike, I've edited the feature status to reflect that it is indeed behind a flag right now. It's in the Experimental Web Platform Features group and has been since M131. > I don't see that the spec says anything about querySelector, but i

Re: [blink-dev] Intent to Ship: Dialog Toggle Events

2024-10-17 Thread Keith Cirkel
s/ > since it's shipping in Firefox nightly, and > https://github.com/whatwg/html/pull/10091 looks close to merging. > > On Wed, Oct 16, 2024 at 11:53 PM Keith Cirkel > wrote: >> __ >> It seemed unnecessary given these are the same events that popovers and >&

Re: [blink-dev] Intent to Ship: Dialog Toggle Events

2024-10-16 Thread Keith Cirkel
Wednesday, October 16, 2024 at 10:31:30 PM UTC+5:30 Keith Cirkel wrote: >> __ >> Thanks for catching those Joey, all fixed! >> >> On Wed, 16 Oct 2024, at 5:35 PM, Joey Arhar wrote: >>> Thanks Keith, this looks great! I am supportive. >>> >>> Here's

Re: [blink-dev] Intent to Ship: Dialog Toggle Events

2024-10-16 Thread Keith Cirkel
Thanks for catching those Joey, all fixed! On Wed, 16 Oct 2024, at 5:35 PM, Joey Arhar wrote: > Thanks Keith, this looks great! I am supportive. > > Here's the spec PR: https://github.com/whatwg/html/pull/10091 > > I anticipate the shipping milestone would be M132 if we get approval here. > Wan

[blink-dev] Intent to Prototype: :has-slotted pseudo selector.

2024-09-30 Thread Keith Cirkel
Contact emails chrom...@keithcirkel.co.uk Explainer https://drafts.csswg.org/css-scoping/#the-has-slotted-pseudo Specification https://drafts.csswg.org/css-scoping/#the-has-slotted-pseudo Summary The :has-slotted pseudo-class matches `slot

[blink-dev] Intent to Prototype: :local-link pseudo selector.

2024-09-30 Thread Keith Cirkel
Contact emails chrom...@keithcirkel.co.uk Explainer https://drafts.csswg.org/selectors/#local-link-pseudo Specification https://drafts.csswg.org/selectors/#local-link-pseudo Summary The :local-link pseudo-class allows authors to style hyperlinks based on the users current location within a

[blink-dev] Re: Intent to Prototype: ElementInternals#connectedSignal

2024-06-25 Thread 'Keith Cirkel' via blink-dev
Apologies for the subject copypasta. This is to prototype ElementInternals#connectedSignal _not_ headingstart, which is a separate prototype :) On Tuesday, June 25, 2024 at 4:55:00 PM UTC+1 Keith Cirkel wrote: > Contact emails > chro...@keithcirkel.co.uk > > Explainer > htt

[blink-dev] Re: Intent to Prototype: ElementInternals#connectedSignal.

2024-06-25 Thread Keith Cirkel
Apologies for the copypasta. Subject should read "ElementInternals#connectedSignal" not "headingstart attribute" :) On Tue, 25 Jun 2024, at 4:54 PM, Keith Cirkel wrote: > Contact emails > > chrom...@keithcirkel.co.uk > > Explainer > > h

[blink-dev] Intent to Prototype: headingstart attribute.

2024-06-25 Thread Keith Cirkel
Contact emails chrom...@keithcirkel.co.uk Explainer https://github.com/whatwg/html/issues/9881 Specification (Not yet available) - I will be prototyping out a solution to then specify in HTML. Summary This feature proposes `ElementInternals#connectedSignal` which is an `AbortSignal` create

[blink-dev] Re: Intent to Prototype: headingstart attribute.

2024-04-10 Thread Keith Cirkel
I should add that we’re open to the idea of auto, and definitely see the use. We’d like to iterate on the feature, assessing the impact & complexity at each step to ensure we don’t end up quagmired. On Wed, 10 Apr 2024, at 6:39 PM, Keith Cirkel wrote: > Initially, no. I think there’s s

[blink-dev] Re: Intent to Prototype: headingstart attribute.

2024-04-10 Thread Keith Cirkel
Initially, no. I think there’s scope to introduce auto later, if I’m not mistaken. On Wed, 10 Apr 2024, at 6:38 PM, Brian Kardell wrote: > But not experimenting at all with some kind of auto? > > On Wednesday, April 10, 2024 at 1:31:39 PM UTC-4 Keith Cirkel wrote: >> __ >

[blink-dev] Re: Intent to Prototype: headingstart attribute.

2024-04-10 Thread Keith Cirkel
. wrote: > There's been significant discussion in that thread over what the precise > behavior should be, particularly when elements using the attribute are > nested. Can you elaborate on which behavior you're intending to prototype? > > On Wednesday, April 10, 2024 at 9:15

[blink-dev] Intent to Prototype: headingstart attribute.

2024-04-10 Thread Keith Cirkel
Contact emails chrom...@keithcirkel.co.uk, c...@smockle.com Explainer https://github.com/whatwg/html/issues/5033 Specification (Not yet available) Summary Adding a `headingstart=` attribute to Element nodes, that influences the child `h1`-`h6` elements' heading levels. Blink component

[blink-dev] Intent to Prototype: Invokers

2023-10-10 Thread Keith Cirkel
Contact emails chrom...@keithcirkel.co.uk Explainer https://open-ui.org/components/invokers.explainer Specification https://github.com/whatwg/html/pull/9841 Summary Adding invoketarget and invokeaction attributes to and / elements would allow authors to assign behaviour to buttons in a m

[blink-dev] Intent to Ship: CustomElementsGetName

2023-06-16 Thread 'Keith Cirkel' via blink-dev
Contact emailskeitha...@github.com Explainer https://github.com/WICG/webcomponents/issues/566#issuecomment-882359087 Specificationhttps://github.com/whatwg/html/pull/9195 Summary customElements.getName() returns the tag name of the given custom element definition. Blink componentBlink>HTML>Cu

[blink-dev] Intent to Prototype: CustomElementsGetName

2023-06-15 Thread 'Keith Cirkel' via blink-dev
Contact emailskeitha...@github.com Explainer https://github.com/WICG/webcomponents/issues/566#issuecomment-882359087 Specificationhttps://github.com/whatwg/html/pull/9195 Summary customElements.getName() returns the tag name of the given custom element definition. Blink componentBlink>HTML>Cu