@accesslint/core 0.6.2 → 0.6.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -185,7 +185,7 @@ Helpers for building custom rules:
185
185
  | `frame-title` | A | 4.1.2 | Frames must have an accessible name. |
186
186
  | `frame-title-unique` | A | 4.1.2 | Frame titles should be unique. |
187
187
  | `meta-viewport` | AA | 1.4.4 | Viewport meta must not disable user scaling. |
188
- | `meta-refresh` | A | 2.2.1, 2.2.4, 3.2.5 | Meta refresh must not redirect automatically. |
188
+ | `meta-refresh` | A | 2.2.1 | Meta refresh must not redirect automatically. |
189
189
  | `blink` | A | 2.2.2 | `<blink>` must not be used. |
190
190
  | `marquee` | A | 2.2.2 | `<marquee>` must not be used. |
191
191
  | `img-alt` | A | 1.1.1 | Images must have alternate text. |