Skip to content

Commit 333bea2

Browse files
sabernhardtcarlosapaduarteJym77
authored
Correct descriptions of failed examples in valid language tag rule (#2194)
* Correct descriptions of failed examples * Update _rules/html-page-lang-valid-bf051a.md Co-authored-by: Jean-Yves Moyen <jym@siteimprove.com> * Update _rules/html-page-lang-valid-bf051a.md Co-authored-by: Jean-Yves Moyen <jym@siteimprove.com> --------- Co-authored-by: Carlos Duarte <caduarte@edu.ulisboa.pt> Co-authored-by: Jean-Yves Moyen <jym@siteimprove.com>
1 parent 041fe61 commit 333bea2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

_rules/html-page-lang-valid-bf051a.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,23 +91,23 @@ This `html` element has a `lang` attribute with a [known primary language tag][]
9191

9292
#### Failed Example 1
9393

94-
This `html` element has a `lang` attribute with a [known primary language tag][].
94+
This `html` element has a `lang` attribute, with no [known primary language tag][].
9595

9696
```html
9797
<html lang="em-US"></html>
9898
```
9999

100100
#### Failed Example 2
101101

102-
This `html` element has a `lang` attribute with a [known primary language tag][].
102+
This `html` element has a `lang` attribute, with no [known primary language tag][].
103103

104104
```html
105105
<html lang="#1"></html>
106106
```
107107

108108
#### Failed Example 3
109109

110-
The `lang` attribute of this page is an [iso 639.2][] three letters code, which has no [known primary language tag][].
110+
The `lang` attribute of this page is an [iso 639.2][] three-letter code, which has no [known primary language tag][].
111111

112112
```html
113113
<html lang="eng">

0 commit comments

Comments
 (0)