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
The hide popover steps eventually say If element's popover attribute is in the auto state or the hint state, then: Run hide all popovers until given element (step 7.1).
The hide all popovers until steps eventually say If document's showing hint popover list contains endpoint: Assert: endpoint's popover attribute is in the hint state (step 6.1)
That assertion fails because the popover's opened in popover mode is still "hint" (so it is in the document's showing hint popover list), but its popover attribute has been changed to "auto".
The text was updated successfully, but these errors were encountered:
What is the issue with the HTML Standard?
Here's the problematic scenario:
When the popover is shown, its opened in popover mode is set to "hint".
Upon changing the popover attribute:
If element's popover attribute is in the auto state or the hint state, then: Run hide all popovers until given element
(step 7.1).If document's showing hint popover list contains endpoint: Assert: endpoint's popover attribute is in the hint state
(step 6.1)The text was updated successfully, but these errors were encountered: