Keith Cirkel

Results 519 comments of Keith Cirkel

Would something like https://github.com/whatwg/dom/commit/c88f115844a9ce4026ae7afe9ee945af044e9a82 suffice? Should I raise this and work on some WPT/implementations?

An init object could make sense. My understanding is that GC can dispose of the init object while retaining a reference to the parent, provided it is in the constructor....

Tried to write up a spec around @annevk's IDL sketch of an `EventTargetInternals`: https://github.com/whatwg/dom/pull/1230/files. I'll noodle around with an implementation in the coming weeks.

Yes we reverted the recent PR for this so this issue will need to live on for a few more weeks.

Aligning with `relative-time` would be great :+1:

Just recently commented on https://github.com/openui/open-ui/issues/957 with a similar idea: > Allowing a list of options inside of a button, and having the button cycle between those might be worthwhile: >...

I agree. There's an extremely strong case for 2, a mild case for tri-state, and the falloff beyond that is very high. One questions if it is a limitation the...

"The future is longer than the past"; I would prefer to optimize for sensible markup, at the cost of a little more effort for backwards compatibility than optimizing for something...

> submitting a form with a `` does not actually submit a `foo=1` key-value pair. Yeah only form submission buttons will be included, which I think might be beneficial here....