diff --git a/_rules/meta-refresh-no-delay-no-exception-bisz58.md b/_rules/meta-refresh-no-delay-no-exception-bisz58.md index d085907c1f..89d0ba1069 100755 --- a/_rules/meta-refresh-no-delay-no-exception-bisz58.md +++ b/_rules/meta-refresh-no-delay-no-exception-bisz58.md @@ -96,7 +96,7 @@ The first valid `meta` element redirects immediately. ```html - + ``` @@ -104,11 +104,11 @@ The first valid `meta` element redirects immediately. #### Failed Example 1 -This `meta` element refreshes the page after 20 hours. +This `meta` element refreshes the page after 30 seconds. ```html - + ``` diff --git a/_rules/text-contrast-enhanced-09o5cg.md b/_rules/text-contrast-enhanced-09o5cg.md index 520b543635..2c1604e16f 100755 --- a/_rules/text-contrast-enhanced-09o5cg.md +++ b/_rules/text-contrast-enhanced-09o5cg.md @@ -222,6 +222,16 @@ This 18pt large black text has a contrast ratio of 3.6:1 on the gray background. #### Failed Example 4 +This light gray text has a contrast ratio of 2.3:1 on the white background. + +```html +

+ Some text in English +

+``` + +#### Failed Example 5 + This 14pt bold black text has a contrast ratio of 3.6:1 on the gray background. ```html @@ -230,7 +240,7 @@ This 14pt bold black text has a contrast ratio of 3.6:1 on the gray background.

``` -#### Failed Example 5 +#### Failed Example 6 This light gray text has a contrast ratio between 1.4:1 and 4.7:1 on the background image. @@ -242,7 +252,7 @@ This light gray text has a contrast ratio between 1.4:1 and 4.7:1 on the backgro

``` -#### Failed Example 6 +#### Failed Example 7 This black text with 60% alpha channel has a contrast ratio of 5.7:1 on the white background. @@ -252,7 +262,7 @@ This black text with 60% alpha channel has a contrast ratio of 5.7:1 on the whit

``` -#### Failed Example 7 +#### Failed Example 8 This black text with 60% opacity has a contrast ratio of 5.7:1 on the white background. @@ -264,7 +274,7 @@ This black text with 60% opacity has a contrast ratio of 5.7:1 on the white back ``` -#### Failed Example 8 +#### Failed Example 9 This gray text has a contrast ratio of 5.7:1 on the white background in a shadow DOM tree. @@ -276,7 +286,7 @@ This gray text has a contrast ratio of 5.7:1 on the white background in a shadow ``` -#### Failed Example 9 +#### Failed Example 10 This semi-transparent gray text has a contrast ratio between 2.6:1 and 5.4:1 on the black and white background. The light gray text is compared to the white section of the background and the dark gray text is compared to the black section of the background. @@ -294,7 +304,7 @@ This semi-transparent gray text has a contrast ratio between 2.6:1 and 5.4:1 on ``` -#### Failed Example 10 +#### Failed Example 11 The first `p` element has a contrast ratio of 12.6:1. The second `p` element, which contains an example of the Helvetica font, has a contrast ratio of 6.4:1. Because this provides information, and not only for aesthetic purposes, this is not considered [purely decorative][]. @@ -307,7 +317,7 @@ The first `p` element has a contrast ratio of 12.6:1. The second `p` element, wh

``` -#### Failed Example 11 +#### Failed Example 12 This text is part of a widget because it is a child of a `button` element. The button text has a contrast ratio of 6.4:1. @@ -315,7 +325,7 @@ This text is part of a widget because it is a child of a `button` element. The b ``` -#### Failed Example 12 +#### Failed Example 13 This text is part of a widget because it is a child of an element with the `role` attribute set to `button`. The button text has a contrast