Confirmed users
1,396
edits
| Line 19: | Line 19: | ||
<pre> | <pre> | ||
interface AccessibleElement { | interface AccessibleElement { | ||
attribute DOMString role; | |||
readonly attribute StateSet states; | readonly attribute StateSet states; | ||
attribute DOMString name; | |||
attribute DOMString description; | |||
attribute DOMString value; | |||
readonly attribute AttributeMap attributes; | readonly attribute AttributeMap attributes; | ||