Confirmed users
1,396
edits
| Line 29: | Line 29: | ||
readonly attribute ValueMap attributes; | readonly attribute ValueMap attributes; | ||
sequence<AccessibleElement>? relationsOf(DOMString type); | sequence<AccessibleElement>? relationsOf(DOMString type); | ||
readonly attribute Object patternOf(DOMString type); | |||
readonly attribute ValueSet actions; | readonly attribute ValueSet actions; | ||
| Line 145: | Line 146: | ||
''describedby'' | ''describedby'' | ||
::Referred accessible element is a description for this accessible element. | ::Referred accessible element is a description for this accessible element. | ||
</code> | |||
===Patterns=== | |||
<code> | |||
Object .''patternOf''(DOMString type) | |||
::Returns an object for the pattern of given type if supported by the accessible element. | |||
</code> | </code> | ||