Skip to content
New issue

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

Add posts resource #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Add posts resource #2

wants to merge 2 commits into from

Conversation

chrismear
Copy link
Owner

No description provided.

@github-actions
Copy link

Pa11y testing results
$ pa11y-ci --config pa11yci.json
Running Pa11y on 2 URLs:
 > http://localhost:3000/ - 3 errors
 > http://localhost:3000/posts - 5 errors

Errors in http://localhost:3000/:

 • <html> element must have a lang attribute
   (https://dequeuniversity.com/rules/axe/3.5/html-has-lang?application=axeAPI)

   (html)

   <html><head> <title>Ruby on Rails</...</html>

 • Document must have one main landmark
   (https://dequeuniversity.com/rules/axe/3.5/landmark-one-main?application=axeAPI)

   (html)

   <html><head> <title>Ruby on Rails</...</html>

 • All page content must be contained by landmarks
   (https://dequeuniversity.com/rules/axe/3.5/region?application=axeAPI)

   (html > body > div)

   <div class="container"> <section> <p> ...</div>

Errors in http://localhost:3000/posts:

 • <html> element must have a lang attribute
   (https://dequeuniversity.com/rules/axe/3.5/html-has-lang?application=axeAPI)

   (html)

   <html><head> <title>RailsPa11yGit...</html>

 • Document must have one main landmark
   (https://dequeuniversity.com/rules/axe/3.5/landmark-one-main?application=axeAPI)

   (html)

   <html><head> <title>RailsPa11yGit...</html>

 • All page content must be contained by landmarks
   (https://dequeuniversity.com/rules/axe/3.5/region?application=axeAPI)

   (html > body > h1)

   <h1>Posts</h1>

 • All page content must be contained by landmarks
   (https://dequeuniversity.com/rules/axe/3.5/region?application=axeAPI)

   (html > body > table)

   <table> <thead> <tr> <th>T...</table>

 • All page content must be contained by landmarks
   (https://dequeuniversity.com/rules/axe/3.5/region?application=axeAPI)

   (html > body > a)

   <a href="/posts/new">New Post</a>

✘ 0/2 URLs passed
error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant