Skip to content

Commit

Permalink
Fix rules order in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IllusionMH committed Feb 9, 2019
1 parent 6d47b4e commit f80af6a
Showing 1 changed file with 42 additions and 42 deletions.
84 changes: 42 additions & 42 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,24 +142,6 @@ We recommend you specify exact versions of lint libraries, including `tslint-mic
</td>
<td>2.0.5</td>
</tr>
<tr>
<td>
<code>react-a11y-accessible-headings</code>
</td>
<td>
For accessibility of your website, there should be no more than 2 H1 heading elements, HTML heading elements must be concise, used for structuring information on the page and non-empty.
</td>
<td>6.0.0</td>
</tr>
<tr>
<td>
<code>react-a11y-iframes</code>
</td>
<td>
Enforce that iframe elements are not empty, have title, and are unique.
</td>
<td>6.1.0</td>
</tr>
<tr>
<td>
<code>informative-docs</code>
Expand Down Expand Up @@ -731,15 +713,6 @@ We recommend you specify exact versions of lint libraries, including `tslint-mic
</td>
<td>4.0.2</td>
</tr>
<tr>
<td>
<code>void-zero</code>
</td>
<td>
<code>void 0</code>, which resolves to <code>undefined</code>, can be confusing to newcomers. Exclusively use <code>undefined</code> to reduce ambiguity.
</td>
<td>6.1.0</td>
</tr>
<tr>
<td>
<code>no-var-self</code>
Expand Down Expand Up @@ -839,6 +812,15 @@ We recommend you specify exact versions of lint libraries, including `tslint-mic
</td>
<td>1.0</td>
</tr>
<tr>
<td>
<code>react-a11y-accessible-headings</code>
</td>
<td>
For accessibility of your website, there should be no more than 2 H1 heading elements, HTML heading elements must be concise, used for structuring information on the page and non-empty.
</td>
<td>6.0.0</td>
</tr>
<tr>
<td>
<code>react-a11y-anchors</code>
Expand Down Expand Up @@ -886,6 +868,15 @@ We recommend you specify exact versions of lint libraries, including `tslint-mic
</td>
<td>2.0.11</td>
</tr>
<tr>
<td>
<code>react-a11y-iframes</code>
</td>
<td>
Enforce that iframe elements are not empty, have title, and are unique.
</td>
<td>6.1.0</td>
</tr>
<tr>
<td>
<code>react-a11y-image-button-has-alt</code>
Expand Down Expand Up @@ -1004,6 +995,21 @@ We recommend you specify exact versions of lint libraries, including `tslint-mic
</td>
<td>6.0.0-beta</td>
</tr>
<tr>
<td>
<code>react-a11y-role</code>
</td>
<td>
For accessibility of your website, elements with aria roles must use a **valid**, **non-abstract** aria role.
A reference to role definitions can be found at [WAI-ARIA roles](https://www.w3.org/TR/wai-aria/roles#role_definitions).
<br />
References:
<ul>
<li><a href="http://oaa-accessibility.org/wcag20/rule/92">WCAG Rule 92: Role value must be valid</a></li>
</ul>
</td>
<td>2.0.11</td>
</tr>
<tr>
<td>
<code>react-a11y-role-has-required-aria-props</code>
Expand Down Expand Up @@ -1039,21 +1045,6 @@ We recommend you specify exact versions of lint libraries, including `tslint-mic
</td>
<td>2.0.11</td>
</tr>
<tr>
<td>
<code>react-a11y-role</code>
</td>
<td>
For accessibility of your website, elements with aria roles must use a **valid**, **non-abstract** aria role.
A reference to role definitions can be found at [WAI-ARIA roles](https://www.w3.org/TR/wai-aria/roles#role_definitions).
<br />
References:
<ul>
<li><a href="http://oaa-accessibility.org/wcag20/rule/92">WCAG Rule 92: Role value must be valid</a></li>
</ul>
</td>
<td>2.0.11</td>
</tr>
<tr>
<td>
<code>react-a11y-tabindex-no-positive</code>
Expand Down Expand Up @@ -1244,6 +1235,15 @@ We recommend you specify exact versions of lint libraries, including `tslint-mic
</td>
<td>1.0</td>
</tr>
<tr>
<td>
<code>void-zero</code>
</td>
<td>
<code>void 0</code>, which resolves to <code>undefined</code>, can be confusing to newcomers. Exclusively use <code>undefined</code> to reduce ambiguity.
</td>
<td>6.1.0</td>
</tr>
</tbody>
</table>

Expand Down

0 comments on commit f80af6a

Please sign in to comment.