Pinned
2,204 contributions in the last year
Less
More
Activity overview
Contribution activity
August 2021
Created 73 commits in 17 repositories
Created a pull request in whatwg/html that received 5 comments
Remove the notion of "secured plugins"
Instead, sandboxed iframes are just never allowed to display plugins. (Which, in the modern world, just means PDFs.) Closes #3958. Helps with #6003.
+18
−39
•
5
comments
Opened 28 other pull requests in 10 repositories
WICG/app-history
12
merged
1
open
- Further improvements to ongoing navigation tracking
- Specify the per-entry events
- Consolidate ongoing navigation signal tracking
- Fix state tracking for multiple navigations
- Fix the "rewritable" definition
- Rename respondWith()/canRespond → transitionWhile()/canTransition
- Fix event ordering for reentrant navigations
- Give non-default values for aborted navigation ErrorEvent properties
- Remove the IDL from the explainer
- Add appHistory.updateCurrent() to close #115
- Rename navigateInfo to info
- Specify the easier parts of appHistory.transition
- Handle navigation and traversal cancelation more uniformly
web-platform-tests/wpt
3
open
whatwg/html
3
open
whatwg/infra
2
merged
whatwg/participate.whatwg.org
2
merged
whatwg/wiki.whatwg.org
1
merged
mdn/content
1
merged
jsdom/whatwg-url
1
open
whatwg/build.whatwg.org
1
merged
jsdom/jsdom
1
merged
Reviewed 47 pull requests in 15 repositories
whatwg/html
15 pull requests
- Add UA style 'text-align: match-parent' on <li>
- Missing period in HTML tokenizer
- CanvasFilter objects as input to CanvasRenderingContext2D.filter attribute
-
Editorial: "
Location-object navigate" navigates the relevant global object's browsing context - [WIP] Temporal proposal HTML serialization support
- Add Contextlost events to event handler attributes
- Add support to Contextlost to Canvas 2d API
- Icons: minor edits, additional example
- Removed domintro section from the HTMLAllCollection section.
- Fix interface of submit event in event list
- Add COOP same-origin-allow-popups-plus-coep
- Change initial about:blank navigation behavior for iframes and popups
- Editorial fixes to COOP
- Append missing cases in the switch statement
- Add navigation hooks for WebDriver BiDi history traversal
WICG/urlpattern
7 pull requests
- Throw on duplicate group names within a component pattern string. (Fi…
- Use code point substring algorithm. (#68)
- Update the domintro section. (Fixes #76)
- Add a note that implementations do not have to use regexps to match.
- Spec the constructor string parser.
- Spec the constructor except for the constructor string parser.
- Restructure doc and fill out canonicalization section.
WICG/uuid
4 pull requests
WICG/app-history
4 pull requests
web-platform-tests/wpt
3 pull requests
jeremyroman/alternate-loading-modes
3 pull requests
whatwg/streams
2 pull requests
heycam/webidl
2 pull requests
openui/open-ui
1 pull request
WebAssembly/spec
1 pull request
whatwg/infra
1 pull request
whatwg/whatwg.org
1 pull request
w3ctag/design-principles
1 pull request
whatwg/dom
1 pull request
jsdom/jsdom
1 pull request
Created an issue in whatwg/fetch that received 13 comments
Interop issue with range requests when the server sends more bytes than it says
Source: https://news.ycombinator.com/item?id=28016543 Apparently if the server sends a content-length header of 1024 bytes, but the server instead …
13
comments