56 reviewed
| Commit | Summary | Notes |
|---|---|---|
| 379f9908 | Fix miscounted number of custom element callbacks |
N/A |
| 1224105b | Align with IDL dictionary changes |
N/A |
| 2dafc539 | Explicitly prevent sandboxed navigation via History |
N/A |
| ef22f696 | Fix conformance requirements on <script>'s integrity="" attribute |
N/A |
| 516e1db1 | Change default value of window.open()'s url argument |
N/A |
| af7cff77 | Remove <img> progress events |
N/A |
| 5b84d194 | Define DocumentOrShadowRoot's activeElement |
N/A |
| b9997b74 | Do not inherit text-transform (et al.) on form controls |
[OK] This seems like it can only be good for usability and accessibility |
| 635a5999 | Stop using White_Space |
N/A |
| 04044721 | Imperatively allocate window agents and agent clusters |
N/A |
| a387c7b8 | Add onslotchange to GlobalEventHandlers |
N/A |
| cc8ad89d | Map 0 for <col>'s width="" as well |
N/A |
| e38aa416 | Update all constructors, including [HTMLConstructor] |
N/A |
| 500f4fe4 | Add shadow host considerations for the :focus selector |
[OK] This relates to the delegatesFocus changes such as d19d9632 - so the same note about previous discussion applies |
| 562631f8 | Specify which event loop to use for posting messages |
N/A |
| 17a3f3cc | Use width and height as intrinsic aspect ratio for img elements |
N/A |
| a530f6fe | Revert addition of JSON modules |
N/A |
| c9dc6567 | WHATWG and W3C have an agreement now |
N/A |
| 876f1b7d | Remove tooling suggestions for SVG and MathML |
N/A |
| 87fa719c | Make <img>.complete more reliable |
N/A |
| 89b7e23d | Make window.window/frames/self deal with no browsing context |
N/A |
| ead4aa8e | Ignore document.open/write after the active parser has been aborted |
N/A |
| 74b61242 | Change the timing of "flush autofocus candidates" |
N/A |
| 770162d5 | Expand on readonly for form-associated custom elements |
[OK] |
| 3f3b8c2e | Tighten up [Serializable] and [Transferable] definitions |
N/A |
| f101f1e3 | Update remaining [HTMLConstructor] extended attributes |
N/A |
| f4761807 | Introduce SubmitEvent for the form 'submit' event |
N/A |
| 37af7d9f | Make list of the descendant browsing contexts account for shadow trees |
N/A |
| d0149490 | Define (schemelessly) same site for origins |
N/A |
| 6772a034 | Restrict (un)registerProtocolHandler to secure contexts |
N/A |
| 7b4964ad | Give browsing context an explicit container |
N/A |
| eb13fece | Snapshot sandbox at the start of navigation |
N/A |
| c6463cb8 | Clarify creator origin reuse |
N/A |
| d5a8e4d1 | Do not report long tasks outside of the event loop |
N/A |
| 8f8c1f50 | Revamp the user activation model |
[OK] These are good changes for user safety; UAs need to make sure that any UI used to seek permission is accessibile, but that is orthogonal. |
| 836294cb | Explain label activation behavior + custom elements |
[OK] This is accessibility-related (issue #5009) and the suggestions there have been followed. |
| a9e1d2ad | Add "queue an element task" algorithm |
N/A |
| 928f8627 | Align with DOM's children changed steps |
N/A |
| e46fc2f5 | Only run "perform a security check" for Window and Location objects |
N/A |
| 1e920001 | Fix "get the focusable area" |
N/A |
| 2e317cf2 | Define getSVGDocument() in terms of content document |
N/A |
| ef4d727b | Disallow serializing and transferring non-origin-clean ImageBitmap |
N/A |
| 31666bee | Convert some "queue a task" to "queue an element task" |
N/A |
| 96045164 | Update the [WEBLINK] reference from RFC5988 to RFC8288 |
N/A |
| 1beaf2d1 | Clarify that developers also need to escape "<SCRiPT" etc. |
N/A |
| 5b42943a | Replace FunctionCreate with OrdinaryFunctionCreate |
N/A |
| aeee8796 | Consult .name instead of [[Prototype]] for Error serialization |
N/A |
| 060338ff | Remove p end tag in optional p end tag example |
N/A |
| 938bf7fb | Cleanups to "execute a script block" |
N/A |
| 78b37fbf | Signpost the debate on some script document mismatches |
N/A |
| 0b8e268e | Spec the prefixed CSS Animation/Transition event handlers |
N/A |
| c78118d8 | Use Infra for tracking vector/fingerprint marking |
N/A |
| a26fadab | Fix meaning-changing typo in focusable area description |
N/A |
| 8f4e97a1 | Remove frameset from Window's named objects |
N/A |
| 2793ee4a | Prevent infinite recursion when upgrading custom elements |
N/A |
| 4704a665 | Move the DOMParser class to HTML |
N/A |