File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -90,23 +90,23 @@ This `html` element has a `lang` attribute with a [known primary language tag][]
90
90
91
91
#### Failed Example 1
92
92
93
- This ` html ` element has a ` lang ` attribute with a [ known primary language tag] [ ] .
93
+ This ` html ` element has a ` lang ` attribute, but it is not a [ known primary language tag] [ ] .
94
94
95
95
``` html
96
96
<html lang =" em-US" ></html >
97
97
```
98
98
99
99
#### Failed Example 2
100
100
101
- This ` html ` element has a ` lang ` attribute with a [ known primary language tag] [ ] .
101
+ This ` html ` element has a ` lang ` attribute, but it is not a [ known primary language tag] [ ] .
102
102
103
103
``` html
104
104
<html lang =" #1" ></html >
105
105
```
106
106
107
107
#### Failed Example 3
108
108
109
- The ` lang ` attribute of this page is an [ iso 639.2] [ ] three letters code, which has no [ known primary language tag] [ ] .
109
+ The ` lang ` attribute of this page is an [ iso 639.2] [ ] three-letter code, which has no [ known primary language tag] [ ] .
110
110
111
111
``` html
112
112
<html lang =" eng" >
You can’t perform that action at this time.
0 commit comments