diff --git a/spec/shadow/index.html b/spec/shadow/index.html index a9961718..6399447b 100644 --- a/spec/shadow/index.html +++ b/spec/shadow/index.html @@ -777,7 +777,7 @@
The focus
, DOMFocusIn
, blur
, and DOMFocusOut
events must be treated in the same way as events with a relatedTarget
, where the corresponding node that is losing focus as a result of target
gaining focus or the node that is gaining focus, and thus causing the blurring of target
acts as the related target.
The focus
, focusin
, blur
, and focusout
events must be treated in the same way as events with a relatedTarget
, where the corresponding node that is losing focus as a result of target
gaining focus or the node that is gaining focus, and thus causing the blurring of target
acts as the related target.