Skip to content

Commit

Permalink
feat(ARIA): allow doc-epigraph on 'section' and doc-cover on 'img'
Browse files Browse the repository at this point in the history
* allows doc-epigraph on section and also allows doc-cover on img
* the role additions are their respective schema files now that the PR to the validator code base has been accepted
  • Loading branch information
mattgarrish authored Jun 22, 2020
1 parent cec01fe commit 84a0979
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ namespace local = ""
| common.attrs.aria.role.switch
| common.attrs.aria.role.tab
| common.attrs.aria.role.treeitem
| common.attrs.aria.role.doc-cover
)?
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
| common.attrs.aria.role.doc-credits
| common.attrs.aria.role.doc-dedication
| common.attrs.aria.role.doc-endnotes
| common.attrs.aria.role.doc-epigraph
| common.attrs.aria.role.doc-epilogue
| common.attrs.aria.role.doc-errata
| common.attrs.aria.role.doc-example
Expand Down

0 comments on commit 84a0979

Please sign in to comment.