Keith Cirkel
                                            Keith Cirkel
                                        
                                    See related spec PR https://github.com/whatwg/html/pull/9841
Following on from https://github.com/whatwg/html/issues/3567 and https://github.com/whatwg/html/pull/9456 where we tried to specify a way to open dialogs without JavaScript, @nt1m and @smaug---- raised concerns that the attribute was not extensible. I've...
I'm curious (and can't seem to find evidence) of the decision behind providing the initial operators. On one hand iterator helpers offer a great list to match; symmetry is great!...
This issue provides references to the various standards issues: - Mozilla Standards position (no signals yet): https://github.com/mozilla/standards-positions/issues/945 - WebKit Standards position (no signals yet): https://github.com/WebKit/standards-positions/issues/292 - Chrome Platform Status: https://chromestatus.com/feature/5154593776599040...
``` Add invoke defaults for dialogs https://bugs.webkit.org/show_bug.cgi?id=270602 Reviewed by NOBODY (OOPS!). This adds the `handleInvokeInternal` logic for HTMLDialogElement showmodal/close a dialog. * LayoutTests/imported/w3c/web-platform-tests/html/semantics/invokers/invoketarget-on-dialog-behavior.tentative-expected.txt: * Source/WebCore/dom/Element.h: * Source/WebCore/html/HTMLDialogElement.cpp: (WebCore::HTMLDialogElement::isValidInvokeAction): (WebCore::HTMLDialogElement::handleInvokeInternal): *...
Following from chaijs/chai#469 - we should be able to use loupe() to have a shallow inspection on different properties of a value (but without becoming a full diffing engine). To...
https://github.com/openui/open-ui/issues/872 kicked off a discussion about how `interest` invokers are multi-modal (focus/hover) and sometimes that's not applicable. We should try to discover use cases where that isn't applicable. Two mentioned:...
In https://github.com/openui/open-ui/issues/989 we discussed a scenario for orthogonal focus groups; say you have something like: ```html More ``` Supposedly, opening the popover menu would land focus on the button, and...
### What problem are you trying to solve? The TL;DR is: there are many good reasons to observe when a selector matches `N` number of elements, and when `N` changes....