UNPKG

e-lado

Version:

[![CircleCI](https://circleci.com/gh/sharetribe/sharetribe/tree/master.svg?style=svg)](https://circleci.com/gh/sharetribe/sharetribe/tree/master) [![Dependency Status](https://gemnasium.com/sharetribe/sharetribe.png)](https://gemnasium.com/sharetribe/shar

23 lines (15 loc) 303 B
# scope The `scope` scope should be used only on `<th>` elements. #### References 1. [Deque University](https://dequeuniversity.com/rules/axe/1.1/scope) ## Rule details This rule takes no arguments. ### Succeed ```jsx <th scope="col" /> <th scope={scope} /> ``` ### Fail ```jsx <div scope /> ```