Re: [w3c/uievents] Reflect the reality for the focus event order (#290)

@danburzo commented on this pull request.



> @@ -512,12 +499,10 @@ events.
     |                  | </ul>                                                                                |
    ++------------------+--------------------------------------------------------------------------------------+
 
-   A <a>user agent</a> MUST dispatch this event when an <a>event
-   target</a> is about to lose focus. This event type MUST be
-   dispatched before the element loses focus.  The <a>event target</a>
-   MUST be the element which is about to lose focus.  This event type
-   is similar to EVENT{blur}, but is dispatched before focus is
-   shifted, and does bubble.
+   A <a>user agent</a> MUST dispatch this event when an <a>event target</a>
+   loses focus. The <a>event target</a> MUST be the element which lost
+   focus. The [=blur=] event MUST fire before the dispatch of this event
+   type. This event type is similar to [=blur=], but does not bubble.

A small typo: 

```suggestion
   type. This event type is similar to [=blur=], but does bubble.
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents/pull/290#pullrequestreview-915075053
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/uievents/pull/290/review/915075053@github.com>

Received on Sunday, 20 March 2022 09:09:04 UTC