diff --git a/index.html b/index.html index 8ee0cc59..0a03171a 100644 --- a/index.html +++ b/index.html @@ -5009,6 +5009,63 @@

HTML Attribute State and Property Mappings

Not mapped
+ + `popover` + + `popover` + +
???
+
???
+
???
+
???
+
???
+ + + + `popovertarget` + + `button`; + `input type=button` + +
+

+ 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` +

+ +
Use WAI-ARIA mapping
+
Use WAI-ARIA mapping
+
Use WAI-ARIA mapping
+
Use WAI-ARIA mapping
+ +

+ 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. +

+ + + + `popovertargetaction` + + `button`; + `input type=button` + +
Not mapped
+
Not mapped
+
Not mapped
+
Not mapped
+
Not mapped
+ + `poster`