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
// FIXME: 10. Set this's previously focused element to the focused element.
138
-
// FIXME: 11. Let document be this's node document.
139
-
// FIXME: 12. Let hideUntil be the result of running topmost popover ancestor given this, document's showing hint popover list, null, and false.
140
-
// FIXME: 13. If hideUntil is null, then set hideUntil to the result of running topmost popover ancestor given this, document's showing auto popover list, null, and false.
141
-
// FIXME: 14. If hideUntil is null, then set hideUntil to document.
142
-
// FIXME: 15. Run hide all popovers until given hideUntil, false, and true.
138
+
139
+
// 11. Let document be this's node document.
140
+
auto document = m_document;
141
+
142
+
// 12. Let hideUntil be the result of running topmost popover ancestor given this, document's showing hint popover list, null, and false.
// 13. If hideUntil is null, then set hideUntil to the result of running topmost popover ancestor given this, document's showing auto popover list, null, and false.
// FIXME: 18. Set subject's previously focused element to the focused element.
227
-
// FIXME: 19. Let document be subject's node document.
228
-
// FIXME: 20. Let hideUntil be the result of running topmost popover ancestor given subject, document's showing hint popover list, null, and false.
229
-
// FIXME: 21. If hideUntil is null, then set hideUntil to the result of running topmost popover ancestor given subject, document's showing auto popover list, null, and false.
230
-
// FIXME: 22. If hideUntil is null, then set hideUntil to document.
231
-
// FIXME: 23. Run hide all popovers until given hideUntil, false, and true.
239
+
240
+
// 19. Let document be subject's node document.
241
+
auto& document = subject.document();
242
+
243
+
// 20. Let hideUntil be the result of running topmost popover ancestor given subject, document's showing hint popover list, null, and false.
// 21. If hideUntil is null, then set hideUntil to the result of running topmost popover ancestor given subject, document's showing auto popover list, null, and false.
0 commit comments