Joey Arhar

Results 98 issues of Joey Arhar

I came across this issue while re-triaging [this chrome bug](https://bugs.chromium.org/p/chromium/issues/detail?id=588760). When clicking an element inside a disabled button element, chrome firefox and safari all don't dispatch click events on the...

topic: forms
topic: events
interop

### Summary The goal of this method is to allow for the reordering of child nodes without the need to remove them and re-append them. Currently, reordering child nodes (by...

A difference between the spec and browser implementations was raised here: https://bugs.chromium.org/p/chromium/issues/detail?id=1061436 [In the spec](https://dom.spec.whatwg.org/#dom-document-createelement), document.createElement should allow names that "match the Name production," which links to [this definition](https://www.w3.org/TR/xml/#NT-Name), which...

Feature proposal issue: https://github.com/whatwg/html/issues/7785 Explainer: https://open-ui.org/components/popup.research.explainer TODO list: * Add more descriptive text for web developers and for implementers. @domenic, can you point me to some examples? * Add examples...

Unless I'm missing something, there's currently no way to listen to changes to `input.validity`. The particular case I am interested in is with ``. In chrome, when a user types...

This implements the changes proposed here: https://github.com/whatwg/html/wiki/dialog--initial-focus,-a-proposal#dialog-draft-text Specifically: 1. Add a parameter to dialog.show() called preventInitialFocus, which prevents the dialog focusing steps from running. 2. Make the dialog focusing steps...

@domenic pointed out here that the `show` and `hide` event names may be too generic: https://github.com/whatwg/html/pull/8221#discussion_r965617087 > I feel bad using the generic event names "show" and "hide" for something...

This is part of the new pop-up attribute: https://github.com/whatwg/html/pull/8221 - [ ] At least two implementers are interested (and none opposed): * Chrome * … - [ ] [Tests](https://github.com/web-platform-tests/wpt) are...

### Proposal In this HTML spec PR, we added two new methods: Element/ShadowRoot.setHTMLUnsafe and Document.parseHTMLUnsafe https://github.com/whatwg/html/pull/9538 We have plans to add additional parameters to these methods for the new sanitization...

proposal
Content: HTML

### What is the issue with the Web IDL Standard? It was suggested here that we could add methods like "replace" and "toggle" to bring setlike up to par with...