Justin Fagnani

Results 256 issues of Justin Fagnani

Since translations are inserted via directives, what's actually rendered to the DOM is really open ended. It should be possible to implement an editable mode, where for NodeParts an element...

enhancement

Because all Parts are added to a global Map, they will persist forever, even if the template instance that contained the part is no longer rendered. Fixing this likely requires...

enhancement

Seems like SVG tags are stripped before comparison.

enhancement

WebPack doesn't support module output. It's a shame that with WebPack we can't use the native module loader. Would you consider switching to Rollup?

If you try to log an event instance in Node, an error is thrown: `Value of "this" must be of type EventTarget` repro: ```ts import {Event as EventShim} from 'event-target-shim';...

This lets the tests pass on macOS 11.6 on an M1

I need to emulate part of the DOM along with event dispatch and propagation. While the DOM EventTarget class doesn't support this as a public interface, it would be great...

Sections we likely need: * Abstract * Introduction * Impact * Prioritization methodology * Cross-cutting Themes For impact we'd like to highlight the large and growing web component usage across...

TPAC 2021

Now that both Mozilla and WebKit have standards position repos, and more recent specs have been implemented by multiple browsers, I think it would be useful to expand the **status**...

TPAC 2022