Results 65 comments of Gerben
trafficstars

Possibly relevant, [here](https://hacks.mozilla.org/2021/10/lots-to-see-in-firefox-93/): > Also implemented in Firefox 93 is the HTMLElement.attachInternals() method. This returns an instance of ElementInternals, allowing control over an HTML element’s internal features. The ElementInternals.shadowRoot property...

Also, for any open `` element (`element.open === true`), we could add the `open` attribute to the html tag.

I just noticed that when fetching a stylesheet results in an html error page, styles declared inside that page (inside a `` tag) may actually be interpreted and applied by...

Hi, glad you like freeze-dry. Running freeze-dry in a headless browser is indeed the solution; using a test framework like playwright may be unconventional, but seems at least worth a...

Some notes to self (or others who wish to implement this): The current source code suggests that the grabber function would, given an (i)frame element, give back a DOM; the...

Hi, thanks for the suggestion! I’d be glad to make freeze-dry readily available for quick prototyping. Now that es module imports are widely supported, it should be possible to publish...

As we discussed (out of band), history visualisation is definitely part of the plan. Still pondering what approach to take though. To be continued..

Personally, I think this would be a nicer API, though I understand if others disagree. The current function signature `onChange({target: {value}})` puts the value at the same place as the...

Thanks for investigating! Once (if) the remaining issue is fixed upstream be welcome to make a PR with the dependency upgrade.

In which situation are empty text nodes added? That sounds like a potential bug. Only the start and/or end node should be splitted, and only if it is partially selected...