File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ const App = React.createClass({
88
88
>
89
89
< a tabIndex = { 0 }
90
90
role = "button"
91
- aria-haspopup = { true }
91
+ aria-haspopup
92
92
data-type = "foo"
93
93
onKeyPress = { this . handleNavKeyPress }
94
94
onClick = { this . handleNavClick } > Foo</ a >
@@ -98,7 +98,7 @@ const App = React.createClass({
98
98
>
99
99
< a tabIndex = { 0 }
100
100
role = "button"
101
- aria-haspopup = { true }
101
+ aria-haspopup
102
102
data-type = "bar"
103
103
onKeyPress = { this . handleNavKeyPress }
104
104
onClick = { this . handleNavClick } > Bar</ a >
@@ -108,7 +108,7 @@ const App = React.createClass({
108
108
>
109
109
< a tabIndex = { 0 }
110
110
role = "button"
111
- aria-haspopup = { true }
111
+ aria-haspopup
112
112
data-type = "baz"
113
113
onKeyPress = { this . handleNavKeyPress }
114
114
onClick = { this . handleNavClick } > Baz</ a >
You can’t perform that action at this time.
0 commit comments