Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
2,019 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 52 commits in 11 repositories
Created a pull request in web-platform-tests/wpt that received 5 comments
Do not test non-exposed event constructors
As seen from https://wpt.fyi/results/dom/events/EventTarget-dispatchEvent.html?label=master&label=experimental&aligned all browsers fail TouchEvent…
Opened 7 other pull requests in 4 repositories
whatwg/html
1
open
2
merged
jsdom/whatwg-url
1
open
1
merged
slightlyoff/history_api
1
open
jeremyroman/alternate-loading-modes
1
closed
Reviewed 24 pull requests in 13 repositories
whatwg/html 8 pull requests
- Set up a window environment settings object should not return anything
- Make the default "process the linked resource" algorithm a noop
- Remove AppCache
- Import assertions integration
- Editorial: Have the multipart/form-data encoding algorithm use "encode"
- Add missing words
- HTMLElement.click() fires PointerEvent
- Cross origin opener policy reporting
whatwg/dom 3 pull requests
web-platform-tests/wpt 2 pull requests
WICG/portals 2 pull requests
whatwg/participant-data 1 pull request
whatwg/streams 1 pull request
WICG/performance-measure-memory 1 pull request
jeremyroman/alternate-loading-modes 1 pull request
WICG/serial 1 pull request
nodejs/node 1 pull request
heycam/webidl 1 pull request
w3c/webappsec-csp 1 pull request
whatwg/participate.whatwg.org 1 pull request
Created an issue in whatwg/dom that received 7 comments
Should event.stopPropagation() during capturing prevent the bubbling phase?
Originally jsdom/jsdom#3070. Example code (live version): const element = document.createElement("div"); element.addEventListener("click", () => { c…