We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using the component with nothing passed in throws an error: https://github.com/MelSumner/ember-a11y-landmarks/blob/master/addon/components/a11y-landmark.js#L86
That seems weird for ease-of-usage to me. Shouldn't it be a 'div' with role 'region' by default?
'div'
'region'
The text was updated successfully, but these errors were encountered:
@ksin it used to, so I need to see what changed to disallow it.
Sorry, something went wrong.
@EndangeredMassa would you have time to look into this?
It did indeed, but in my refactoring that was removed.
@MelSumner: Do we want that to be the default? We can definitely change it.
Resolved by: #11
MelSumner
No branches or pull requests
Using the component with nothing passed in throws an error:
https://github.com/MelSumner/ember-a11y-landmarks/blob/master/addon/components/a11y-landmark.js#L86
That seems weird for ease-of-usage to me. Shouldn't it be a
'div'
with role'region'
by default?The text was updated successfully, but these errors were encountered: