Currently Chromium-based browsers are the only ones that fire blur events when an element is removed from the DOM. This has recently been clarified in the spec. As part of an effort to reduce synchronous side-effects of DOM insertion & removal, this deprecation will cautiously test the impact and feasibility of aligning with the spec/other browsers on this.
None
There is no new API here, only a change to an existing behavior.
N/A
Shouldn't be applicable.
Does this intent deprecate or change behavior of existing APIs, such that it has potentially high risk for Android WebView-based applications?
None
None
No milestones specified
Link to entry on the Chrome Platform Status
https://chromestatus.com/feature/5128696823545856?gate=5183419526152192This intent message was generated by Chrome Platform Status.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAJn%3DMYZqb%2BD4BEuaK4HzAAy7Td6QvJZhhOuWGH3a9SHyGKMUyQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAM0wra9a5fLM%3DSiOkq0xmrovf2ZANwDncBQjO0BKWvoxzFQNJg%40mail.gmail.com.
On top of Domenic's questions, have we tried to estimate the risk here? Even if it's Chromium-only, there could be Enterprise or embedded scenarios that somehow rely on it.
Do we know how often this blur event actually fires?
On Fri, Mar 29, 2024 at 5:28 AM Domenic Denicola <dom...@chromium.org> wrote:On Fri, Mar 29, 2024 at 2:33 AM Noam Rosenthal <nrose...@chromium.org> wrote:A few paragraphs, including e.g. example code and how it behaves differently before/after the change, would help clarify this for web developers.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAJn%3DMYbiys600Gk5c%3DsW8B-iJOzRHqWq6Puc5nm8f-78zvxJvw%40mail.gmail.com.
A good start would be Scott O'Hara from Microsoft. He would know others to loop in.