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 May 19, 2020
1 parent ba336a1 commit 3c600ae
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 @@ -13482,7 +13482,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 3c600ae

Please sign in to comment.