Gijs

Results 9 issues of Gijs

Apparently `1-foo` is not a valid identifier, but `foo-1` is. I have no idea why, or what the restrictions are, because somehow https://projectfluent.org/fluent/guide/hello.html and https://projectfluent.org/fluent/guide/text.html do not mention what the...

docs

Concretely, given DOM constructed from this HTML: ```html Old ``` Running: ```js document.querySelector("div").replaceChild( document.querySelector("#a"), document.createTextNode("new") ); ``` currently throws a DOM Node not found error (cf. step 3 in https://dom.spec.whatwg.org/#concept-node-replace...

To avoid the list here getting out of sync with the source of truth (ie bugzilla/github trackers) it'd be useful if there were a cron job or some other way...

enhancement
help wanted

### MDN URL https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/required ### What specific section or headline is this issue about? Specifications + Browser compatibility ### What information was incorrect, unhelpful, or incomplete? This information is missing...

data:html :page_facing_up:

I _think_ this will do the 'right thing' both with and without the patches in bug 1273094, but I'm not in a good position to test the change. See also...

I _think_ this will do the 'right thing' both with and without the patches in bug 1273094, but I'm not in a good position to test the change.

As per the summary, it'd be nice if the docs said something about including `jsdebugger.jsm`, and its location. :-) Likewise, the remote debugger docs should mention any components one needs...

### What problem are you trying to solve? When dealing with custom elements, it is sometimes useful to find ancestor DOM elements outside of their respective shadow DOM. Without shadow...

topic: shadow
needs implementer interest
addition/proposal