chore(i18n,learn): processed translations (#45438)
This commit is contained in:
@ -18,7 +18,6 @@ O atributo `charset` especifica a codificação de caracteres da página e, hoje
|
||||
Você deve criar um elemento `meta` ao redor do elemento `head`.
|
||||
|
||||
```js
|
||||
// TODO: Once builder is fixed so head info is not in body
|
||||
assert.exists(document.querySelector('head > meta'));
|
||||
```
|
||||
|
||||
|
@ -28,7 +28,6 @@ assert.equal(document.querySelectorAll('head > meta[name="viewport"]')?.length,
|
||||
Você deve dar à tag `meta` um atributo `content` do tipo `width=device-width, initial-scale=1`.
|
||||
|
||||
```js
|
||||
// TODO: Double-check this is the only correct answer
|
||||
assert.equal(document.querySelectorAll('head > meta[content="width=device-width, initial-scale=1.0"]')?.length || document.querySelectorAll('head > meta[content="width=device-width, initial-scale=1"]')?.length, 1);
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user