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 up
Pinned
1,959 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in WebAudio/web-audio-api that received 10 comments
Prohibit arbitrary termination of AudioWorkletGlobalScopes
Part of w3c/css-houdini-drafts#470 and whatwg/html#6072. Preview | Diff
- Editorial: COOP/COEP, minor improvements around cross-reference.
- Suggest a rootMargin strategy for lazy-loaded elements
- Loading attribute not in correct alphabetical order in index
- Set withEnvironment of event handler scopes correctly
- Top-level await integration
- Meta: explicitly noexport second browsing context dfn
- Rendering: further details/summary cleanup
- Editorial: stop using identical to in the HTML parser
- Make hidden input _charset_ checks case insensitive
- Improve explicitness of session history spec
- Editorial: Update links in post-'resolve a module specifier' assertions
- Add ElementInternals.shadowRoot
- Editorial: WebSocket is not an element
- Change dialog to position:fixed, and remove dialog alignment modes.
- Meta: Update the dfn panels to match Bikeshed's output more closely
Created an issue in tc39/ecma262 that received 14 comments
How should other specs indicate that they create built-in functions that support [[Construct]]?
In heycam/webidl#698, we've come to the conclusion that all web platform classes should have a [[Construct]], even if it just throws a TypeError im…