jmdyck
jmdyck
When the automodify cron job became a BackgroundJob (Feb 2025), the timezone was dropped from the name of the log file that automodify creates. Mostly, this doesn't matter. However, when...
As usual. *** /canvas.html ( diff ) /common-dom-interfaces.html ( diff ) /common-microsyntaxes.html ( diff ) /dnd.html ( diff ) /dom.html ( diff ) /form-control-infrastructure.html ( diff ) /iframe-embed-object.html ( diff...
### What is the issue with the HTML Standard? While I imagine that the build process detects certain kinds of errors in the `source` file, it clearly fails to detect...
... that I proposed in https://github.com/tc39/ecma262/pull/3728. (Creating this as a draft because that one hasn't been approved.) *** /document-lifecycle.html ( diff ) /document-sequences.html ( diff ) /infrastructure.html ( diff )...
This PR comprises a bunch of changes to InitializeHostDefinedRealm (IHDR). They're mostly independent, but I'm putting them into one PR to reduce churn for IHDR's callers (i.e., HTML and the...
`InitializeHostDefinedRealm` (IHDR), in addition to creating a realm, also creates an execution context (EC) to house it, and pushes that EC onto the EC stack. In the status quo, the...