You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the result of running check popover validity given target, false, false, and null is true, then run the show popover algorithm given target, false, and this.
4216
+
If the result of running check popover validity given target, false, false, and null is true, then run the show popover algorithm given target, false, and element.
Otherwise, if command is in the Show Popover state:
4238
-
• If the result of running check popover validity given target, false, false, and null is true, then run the show popover algorithm given target, false, and this.
4238
+
• If the result of running check popover validity given target, false, false, and null is true, then run the show popover algorithm given target, false, and element.
0 commit comments