Skip to content

Commit

Permalink
chore(pt-BR): remove {{WebKitBug}} macro (#12770)
Browse files Browse the repository at this point in the history
  • Loading branch information
yin1999 authored Apr 20, 2023
1 parent 129bb8c commit 0b3cd4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions files/pt-br/mdn/writing_guidelines/writing_style_guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,16 +348,6 @@ This results in:

{{Bug(322603)}}

For WebKit bugs, you can use this template:

```
\{{Webkitbug("322603")}}
```

This results in:

{{Webkitbug("322603")}}

### Page tags

Tags provide meta information about a page and/or indicate that a page has specific improvements needed to its content. Every page in the wiki should have tags. You can find details on tagging in our [How to properly tag pages](/pt-BR/docs/MDN/Contribute/Howto/Tag) guide.
Expand Down
2 changes: 1 addition & 1 deletion files/pt-br/web/api/selection/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Como consta nas [Especificações da API de seleção](https://www.w3.org/TR/sel

Seleção e foco de input (indicado por {{DOMxRef("Document.activeElement")}}) tem uma relação complexa, que depende do navegador. Para um código compatível com vários navegadores, o melhor é manter os códigos separados.

O Safari e o Chrome (ao contrário do Firefox) historicamente foca no elemento contendo a seleção quando a seleção é modificada programaticamente, mas isto pode mudar no futuro (veja [W3C bug 14383](https://www.w3.org/Bugs/Public/show_bug.cgi?id=14383) e {{WebKitBug("38696")}}).
O Safari e o Chrome (ao contrário do Firefox) historicamente foca no elemento contendo a seleção quando a seleção é modificada programaticamente, mas isto pode mudar no futuro (veja [W3C bug 14383](https://www.w3.org/Bugs/Public/show_bug.cgi?id=14383) e [WebKit bug 38696](https://webkit.org/b/38696)).

### Comportamento da API de Seleção em termos de edição e alterações de foco do host

Expand Down

0 comments on commit 0b3cd4e

Please sign in to comment.