diff --git a/index.html b/index.html index 8ee0cc59..0a03171a 100644 --- a/index.html +++ b/index.html @@ -5009,6 +5009,63 @@
+ If the associated element is displayed as a popover: + `aria-expanded=true` +
++ If the associated element is hidden: + `aria-expanded=false` +
++ If there is no associated element: + `aria-expanded=undefined` +
++ If the associated element is not a direct sibling to the element with the `popovertarget` attribute in the DOM: + create an `aria-details` relation with the associated element. + Otherwise, there is no `aria-details` association. +
+