diff --git a/activities.json b/activities.json index 571bbab5..9afaffae 100644 --- a/activities.json +++ b/activities.json @@ -422,6 +422,18 @@ "title": "HTML Modules", "url": "https://github.com/w3c/webcomponents/blob/gh-pages/proposals/html-modules-explainer.md" }, + { + "ciuName": null, + "description": "Overhaul the autofocus processing model to better match browser behavior, fit better within the specification ecosystem, and avoid bad results for users.", + "id": "autofocus-overhaul", + "mozBugUrl": "https://bugzilla.mozilla.org/show_bug.cgi?id=1574435", + "mozPosition": "worth prototyping", + "mozPositionDetail": null, + "mozPositionIssue": 195, + "org": "WHATWG", + "title": "HTML autofocus attribute overhaul", + "url": "https://github.com/whatwg/html/pull/4763" + }, { "ciuName": null, "description": "<video>.requestVideoFrameCallback() allows web authors to be notified when a frame has been presented for composition.",