Anne van Kesteren

Results 403 issues of Anne van Kesteren

Searching for "clone" yields most of them.

topic: parser

@domenic mentioned in #500 that > Sequences of percent-encoded bytes, string percent decoded, should not cause UTF-8 decode without BOM or fail to return failure. Is confusing. What it is...

i18n-tracker
topic: validation

As identified in #434 we need to talk about domain labels from first principles somehow. There's various RFCs: * https://tools.ietf.org/html/rfc1034#section-3.1 and https://tools.ietf.org/html/rfc8499, but these are problematic as they are byte-based....

topic: model

@sleevi I was curious if we could explore https://github.com/whatwg/url/issues/159#issuecomment-271674428 further to make a more principled determination about #390 and similar such issues. Firefox hit a compatibility issue with HTTPS URLs...

topic: model

I think we should consider disallowing commas in hosts. Allowing them seems rather problematic in combination with header values, where commas have a special meaning.

topic: parser

We've had a couple of instances in the WHATWG where we remove a definition and it passes CI. But then later once the draft is indexed again it no longer...

bug
project-references

Apparently `TouchEvent` is always exposed in Chrome, but `document.createEvent("touchevent")` depends on the "touch events flag" (see https://github.com/w3c/touch-events/issues/64). Having said that, neither Firefox nor Safari expose `TouchEvent` so maybe Chrome should...

interop

Both https://github.com/whatwg/fetch/issues/179 and https://github.com/whatwg/fetch/issues/180 explain a desire for a timeout, but either the countdown gets reset based on networking activity (new chunk received) or it gets cancelled based on that...

topic: aborting

This reverts commit c825ceaf3cb77943f487f85533d8be79bccd2fe3 and adds a new solution for `DocumentFragment` adoption on top. See #813 and #814 for context. HTML: https://github.com/whatwg/html/pull/5413 Tests: https://github.com/web-platform-tests/wpt/pull/22504 jsdom: https://github.com/jsdom/jsdom/pull/2925 *** Preview | Diff

See https://github.com/whatwg/dom/issues/920#issuecomment-726203604.

needs implementer interest
addition/proposal
topic: aborting