From 6072d150d61655ec07f714e1d58a0bd7baa5ec3f Mon Sep 17 00:00:00 2001 From: Michał Gołębiowski Date: Wed, 23 Mar 2016 15:03:06 +0100 Subject: Docs: Update support comments to follow the new syntax The changes follow the spec proposed in: https://github.com/jquery/contribute.jquery.org/issues/95#issuecomment-69379197 --- src/event/focusin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/event/focusin.js') diff --git a/src/event/focusin.js b/src/event/focusin.js index 6c6267be3..c7af0df2c 100644 --- a/src/event/focusin.js +++ b/src/event/focusin.js @@ -7,11 +7,11 @@ define( [ "./trigger" ], function( jQuery, dataPriv, support ) { -// Support: Firefox 44+ +// Support: Firefox <=44 // Firefox doesn't have focus(in | out) events // Related ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=687787 // -// Support: Chrome 48+, Safari 9.0+ +// Support: Chrome <=48 - 49, Safari <=9.0 - 9.1 // focus(in | out) events fire after focus & blur events, // which is spec violation - http://www.w3.org/TR/DOM-Level-3-Events/#events-focusevent-event-order // Related ticket - https://bugs.chromium.org/p/chromium/issues/detail?id=449857 -- cgit v1.2.3