html
html copied to clipboard
HTML Standard
This patch gives the TC39 JavaScript ShadowRealm proposal semantics in HTML. ShadowRealms are given an environment settings object; in general, ShadowRealms inherit their settings from the outer environment. When modules...
In section [Event handlers on elements, Document objects, and Window objects](https://html.spec.whatwg.org/#event-handlers-on-elements,-document-objects,-and-window-objects) The table* that lists the `WindowEventHandlers` event handlers should include: * ongamepadconnected | gamepadconnected * ongamepaddisconnected | gamepaddisconnected Linking...
This specifies a new optional second argument for `import.meta.resolve` which supports a custom `baseURL` to be provided. This effectively generalizes `import.meta.resolve` to act as a global resolver which can be...
The spec should specify how `document.cookie` serializes cookie octets into a cookie-string (To my untrained eye it looks like the existing document.cookie section does something like this, but I'm not...
I have three questions about "4.3.11 Headings and outlines" 1. How is constructed "implied section" by "Heading content"? https://html.spec.whatwg.org/multipage/dom.html#heading-content > Heading content defines the heading of a section (whether explicitly...
https://html.spec.whatwg.org/multipage/webappapis.html#hostenqueuepromisejob > If result is an abrupt completion, then report the exception given by result\.\[\[Value\]\]\. But there is one case that won't perform this step: ```JavaScript new Promise((resolve, reject) =>...
Here's a test for the "change" event on `` elements: https://software.hixie.ch/utilities/js/live-dom-viewer/?saved=10441 The event fires when moving focus in Chrome, Firefox and Safari. The spec for this appears to be https://html.spec.whatwg.org/#focus-update-steps....
Porting from https://www.w3.org/Bugs/Public/show_bug.cgi?id=25798. We need web platform tests, and potentially a spec change, to see how many fetches get made in the following scenario: - An image is fetched, but...
Previously the task had no specified task source. Because task sources are not very observable, this is mostly good spec hygiene. - [x] At least two implementers are interested (and...
Hey, I would like to know what the recommended `h1` usage should look like, according to `whatwg`, and if there could potentially be a comment within the specification. I understand...