Skip to content

Commit

Permalink
AccessibilityRole role property should not be nullable #1272 (#1273)
Browse files Browse the repository at this point in the history
  • Loading branch information
cookiecrook authored and jnurthen committed May 19, 2020
1 parent 40bb6f7 commit 0e38469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12457,7 +12457,7 @@ <h2>IDL Interface</h2>
<h2>Interface Mixin <dfn>AccessibilityRole</dfn></h2>
<pre class="idl">
interface mixin AccessibilityRole {
attribute DOMString? role;
attribute DOMString role;
};
Element includes AccessibilityRole;
</pre>
Expand Down

0 comments on commit 0e38469

Please sign in to comment.