Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(pt-br): replace old-style specification tables part1 #15989

Merged
merged 1 commit into from
Oct 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ animationEvent.initAnimationEvent(typeArg, canBubbleArg, cancelableArg, animatio

## Especificações

_Esse método é não-padrão e não é parte de qualquer especificação, no entanto ele esteve presente nos primeiros rascunhos de {{SpecName("CSS3 Animations")}}._
{{Specifications}}

## Compatibilidade com navegadores

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ mytag.textContent = "I am a my-tag element.";

## Especificações

| Especificação | Estado | Comentário |
| ---------------------------------------- | ------------------------------------ | ----------------- |
| {{SpecName('Custom Elements')}} | {{Spec2('Custom Elements')}} | definição inicial |
{{Specifications}}

## Compatibilidade com navegadores

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ A interface `PositionOptions` não implementa ou herda nenhum método.

## Especificações

| Specification | Status | Comment |
| ---------------------------------------------------------------------------------------- | -------------------------------- | ------------------ |
| {{SpecName('Geolocation', '#positionoptions', 'PositionOptions')}} | {{Spec2('Geolocation')}} | Initial definition |
{{Specifications}}

## Navegadores compatíveis

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ myContentObject.select = "h1 .error";

## Especificações

| Especificações | Status | Commentário |
| -------------------------------------------------------------------------------- | -------------------------------- | ----------- |
| {{SpecName('Shadow DOM', '#the-content-element', 'content')}} | {{Spec2('Shadow DOM')}} | |
{{Specifications}}

## Compatibilidade com navegadores

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ Existe também os [Gecko-Specific DOM Events](/pt-BR/docs/Web/Events), como o `D

## Especificações

| Especificação | Status | Comentário |
| ------------------------------------------------------------------------------------------------ | -------------------------------- | ----------------- |
| {{SpecName("HTML WHATWG", "webappapis.html#handler-onload", "onload")}} | {{Spec2("HTML WHATWG")}} | Definição inicial |
{{Specifications}}

## Veja também

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ console.log(str); // Mon, 18 Dec 1995 17:28:35 GMT

## Especificações

| Especificação |
| -------------------------------------------------------------------------------------------------------------------- |
| {{SpecName('ESDraft', '#sec-date.prototype.togmtstring', 'Date.prototype.toGMTString')}} |
{{Specifications}}

## Compatibilidade com navegadores

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,7 @@ Passando [`null`](/pt-BR/docs/Web/JavaScript/Reference/Global_Objects/null) para

## Especificações

| Specification | Status | Comment |
| -------------------------------------------------------------------------------------------- | ---------------------------- | -------------------------------------------------------------- |
| {{SpecName('WebIDL', '#idl-DOMString', 'DOMString')}} | {{Spec2('WebIDL')}} | Reformulação da definição para remover alguns casos estranhos. |
| {{SpecName('DOM3 Core', 'core.html#DOMString', 'DOMString')}} | {{Spec2('DOM3 Core')}} | Nenhuma mudança da {{SpecName('DOM2 Core')}} |
| {{SpecName('DOM2 Core', 'core.html#ID-C74D1578', 'DOMString')}} | {{Spec2('DOM2 Core')}} | Nenhuma mudança da {{SpecName('DOM1')}} |
| {{SpecName('DOM1', 'level-one-core.html#ID-C74D1578', 'DOMString')}} | {{Spec2('DOM1')}} | Definição inicial. |
{{Specifications}}

## Veja também

Expand Down
4 changes: 1 addition & 3 deletions files/pt-br/orphaned/web/api/htmlshadowelement/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ _Esta interface herda os métodos do {{domxref("HTMLElement")}}._

## Especificações

| Especificação | Status | Comentário |
| -------------------------------------------------------------------------------- | -------------------------------- | ---------- |
| {{SpecName('Shadow DOM', '#the-shadow-element', 'shadow')}} | {{Spec2('Shadow DOM')}} | |
{{Specifications}}

## Compatibilidade com navegadores

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ No Firefox, a preferência `general.platform.override` pode ser usada para sobre

## Especificações

| Especificação | Status | Comentário |
| -------------------------------------------------------------------------------------------------------- | -------------------------------- | ------------------ |
| {{SpecName('HTML WHATWG', '#dom-navigator-platform', 'NavigatorID.platform')}} | {{Spec2('HTML WHATWG')}} | Definição inicial. |
{{Specifications}}

## Compatibilidade

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ alert(window.navigator.userAgent)

## Especificações

| Especificação | Status | Comentário |
| ------------------------------------------------------------------------------------------------------------ | -------------------------------- | ------------------ |
| {{SpecName('HTML WHATWG', '#dom-navigator-useragent', 'NavigatorID.userAgent')}} | {{Spec2('HTML WHATWG')}} | Definição inicial. |
{{Specifications}}

## Compatibilidade

Expand Down
5 changes: 1 addition & 4 deletions files/pt-br/orphaned/web/api/navigatoronline/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ _A interface **`NavigatorOnLine`** não implementa nem herda nenhum método._

## Especificações

| Especificação | Status | Comentário |
| ---------------------------------------------------------------------------------------- | -------------------------------- | ------------------------------------------------------------------------------- |
| {{SpecName('HTML WHATWG', '#navigatoronline', 'NavigatorOnLine')}} | {{Spec2('HTML WHATWG')}} | Nenhuma mudança desde a ultima atualização, do {{SpecName('HTML5 W3C')}} |
| {{SpecName('HTML5 W3C', '#navigatoronline', 'NavigatorOnLine')}} | {{Spec2('HTML5 W3C')}} | Snapshot do {{SpecName('HTML WHATWG')}} com sua especificação inicial |
{{Specifications}}

## Compatibilidade com navegadores

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ window.addEventListener('online', function(e) { console.log('online'); });

## Especificações

| Especificações | Status | Comentário |
| ---------------------------------------------------------------------------------------------------------------- | -------------------------------- | ----------------- |
| {{SpecName("HTML WHATWG", "browsers.html#dom-navigator-online", "navigator.onLine")}} | {{Spec2("HTML WHATWG")}} | Definição inicial |
{{Specifications}}

## Compatibilidade com navegadores

Expand Down
4 changes: 1 addition & 3 deletions files/pt-br/orphaned/web/api/navigatorplugins/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ A interface NavigatorPlugins* `NavigatorPlugins`* não herda nenhum método.

## Especificações

| Especificação | Estado | Comentário |
| -------------------------------------------------------------------------------------------- | -------------------------------- | ------------------ |
| {{SpecName('HTML WHATWG', '#navigatorplugins', 'NavigatorPlugins')}} | {{Spec2('HTML WHATWG')}} | Definição inicial. |
{{Specifications}}

## Navegador compativeis

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ O valor de retorno para este método indica se a preferência que controla o Jav

## Especificações

| Esécificações | Estado | Comentário |
| ------------------------------------------------------------------------------------------------------------------------ | -------------------------------- | ------------------ |
| {{SpecName('HTML WHATWG', '#dom-navigator-javaenabled', 'NavigatorPlugins.javaEnabled')}} | {{Spec2('HTML WHATWG')}} | Definição inicial. |
{{Specifications}}

## Navegadores compativeis

Expand Down
4 changes: 1 addition & 3 deletions files/pt-br/web/api/file/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ A interface `File` herda as propriedades da interface {{domxref("Blob")}}.

## Especificações

| Especificação | Status | Comentários |
| ------------------------ | --------------------- | ------------------ |
| {{SpecName('File API')}} | {{Spec2('File API')}} | Definição Inicial. |
{{Specifications}}

## Compatibilidade com os Navegadores

Expand Down
6 changes: 1 addition & 5 deletions files/pt-br/web/api/htmlcanvaselement/todataurl/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,7 @@ function removeColors() {

## Especificações

| Specification | Status | Comment |
| ------------------------------------------------------------------------------------------------- | ------------------------ | ------------------------------------------------------------------------------ |
| {{SpecName('HTML WHATWG', "scripting.html#dom-canvas-todataurl", "HTMLCanvasElement.toDataURL")}} | {{Spec2('HTML WHATWG')}} | No change since the latest snapshot, {{SpecName('HTML5 W3C')}} |
| {{SpecName('HTML5.1', "scripting-1.html#dom-canvas-todataurl", "HTMLCanvasElement.toDataURL")}} | {{Spec2('HTML5.1')}} | |
| {{SpecName('HTML5 W3C', "scripting-1.html#dom-canvas-todataurl", "HTMLCanvasElement.toDataURL")}} | {{Spec2('HTML5 W3C')}} | Snapshot of the {{SpecName('HTML WHATWG')}} containing the initial definition. |
{{Specifications}}

## Compatibilidade com navegadores

Expand Down
4 changes: 1 addition & 3 deletions files/pt-br/web/css/--_star_/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@ Propriedades personalizadas participam na cascata: cada uma delas pode aparecer

## Especificações

| Specification | Status | Comment |
| ------------------------------------------------------------ | --------------------------- | ------------------ |
| {{SpecName("CSS3 Variables", "#defining-variables", "--*")}} | {{Spec2("CSS3 Variables")}} | Initial definition |
{{Specifications}}

## Compatibilidade com navegadores

Expand Down
4 changes: 1 addition & 3 deletions files/pt-br/web/css/@charset/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ onde :

## Especificações

| Especificação | Status | Comentário |
| -------------------------------------------------------- | --------------------- | ---------- |
| {{ SpecName('CSS2.1', 'syndata.html#x57', '@charset') }} | {{ Spec2('CSS2.1') }} | |
{{Specifications}}

## Compatibilidade de navegadores

Expand Down
6 changes: 1 addition & 5 deletions files/pt-br/web/css/@font-face/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,7 @@ Neste exemplo, a cópia local do usuário "Helvetica Neue Bold" é usada; se o u

## Especificações

| Especificação | Status | Comentário |
| ----------------------------------------------------------- | ----------------------- | -------------------------------------------------------------------- |
| {{SpecName('WOFF2.0', '', 'WOFF2 font format')}} | {{Spec2('WOFF2.0')}} | Especificação de formato de fonte com novo algoritmo de compactação. |
| {{SpecName('WOFF1.0', '', 'WOFF font format')}} | {{Spec2('WOFF1.0')}} | Especificação de formato |
| {{SpecName('CSS3 Fonts', '#font-face-rule', '@font-face')}} | {{Spec2('CSS3 Fonts')}} | Definição Inicial |
{{Specifications}}

## Compatibilidade com navegadores

Expand Down
6 changes: 1 addition & 5 deletions files/pt-br/web/css/@import/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,7 @@ where:

## Especificações

| Especificação | Situação | Comentário |
| ----------------------------------------------------------- | ------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| {{SpecName('CSS3 Media Queries', '#media0', '@import')}} | {{Spec2('CSS3 Media Queries')}} | Estendeu a sintaxe para apoiar qualquer consulta de mídia e não apenas simples [tipos de mídia (media types)](/pt-BR/docs/Web/CSS/@media#Media_types). |
| {{SpecName('CSS2.1', 'cascade.html#at-import', '@import')}} | {{Spec2('CSS2.1')}} | Adicionado suporte para {{cssxref("<string>")}} para denotar a URL de uma folha de estilo, e obrigatoriedade da regra `@import` no início do documento CSS. |
| {{SpecName('CSS1', '#the-cascade', '@import')}} | {{Spec2('CSS1')}} | Definição inicial |
{{Specifications}}

## Browser compatibilidade

Expand Down
4 changes: 1 addition & 3 deletions files/pt-br/web/css/@media/display-mode/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ O recurso `display-mode` é especificado como um valor de uma palavra chave esco

## Especificações

| Specification | Status | Comment |
| --------------------------------------------------------------------------- | --------------------- | ------------------ |
| {{SpecName('Manifest', '#the-display-mode-media-feature', 'display-mode')}} | {{Spec2('Manifest')}} | Definição inicial. |
{{Specifications}}

## Compatibilidade com navegadores

Expand Down
4 changes: 1 addition & 3 deletions files/pt-br/web/css/@media/prefers-color-scheme/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,7 @@ Os elementos abaixo têm um tema de cores inicial. Eles podem ser mais temático

## Especificações

| Especificação | Estado | Comentários |
| ------------------------------------------------------------------------------------------------- | ------------------------------- | ------------------ |
| {{SpecName('CSS5 Media Queries', '#descdef-media-prefers-color-scheme', 'prefers-color-scheme')}} | {{Spec2('CSS5 Media Queries')}} | Definição inicial. |
{{Specifications}}

## Compatibilidade com navegadores

Expand Down
5 changes: 1 addition & 4 deletions files/pt-br/web/css/@page/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ Podemos fazer referência a vários [pseudo-classes](/pt-BR/docs/CSS/Pseudo-clas

## Especificações

| Specification | Status | Comment |
| ----------------------------------------------------------- | ----------------------------- | ------------------------------------------------------------------------------------------------ |
| {{SpecName('CSS3 Paged Media', '#at-page-rule', '@page')}} | {{Spec2('CSS3 Paged Media')}} | Sem mudanças para {{SpecName('CSS2.1')}}, though more CSS at-rules can be used inside a `@page`. |
| {{SpecName('CSS2.1', 'page.html#page-selectors', '@page')}} | {{Spec2('CSS2.1')}} | |
{{Specifications}}

## Compatibilidade com navegadores

Expand Down
7 changes: 1 addition & 6 deletions files/pt-br/web/css/_colon_active/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,7 @@ a:active {

## Especificações

| Especificação | Status | Comentário |
| ------------------------------------------------------------------------- | --------------------------- | ------------------ |
| {{SpecName('CSS4 Selectors', '#active-pseudo', ':active')}} | {{Spec2('CSS4 Selectors')}} | Nenhuma mudança. |
| {{SpecName('CSS3 Selectors', '#useraction-pseudos', ':active')}} | {{Spec2('CSS3 Selectors')}} | Nenhuma mudança. |
| {{SpecName('CSS2.1', 'selector.html#dynamic-pseudo-classes', ':active')}} | {{Spec2('CSS2.1')}} | Nenhuma mudança. |
| {{SpecName('CSS1', '#anchor-pseudo-classes', ':active')}} | {{Spec2('CSS1')}} | Definição inicial. |
{{Specifications}}

## Compatibilidade com navegadores

Expand Down
4 changes: 1 addition & 3 deletions files/pt-br/web/css/_colon_blank/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ A [pseudo-classe](/pt-BR/docs/Web/CSS/Pseudo-classes) [CSS](/pt-BR/docs/Web/CSS)

## Especificações

| Specification | Status | Comment |
| --------------------------------------------------------- | --------------------------- | ------------------ |
| {{SpecName("CSS4 Selectors", "#blank-pseudo", ":blank")}} | {{Spec2("CSS4 Selectors")}} | Definição inicial. |
{{Specifications}}

## Compatibilidade com navegadores

Expand Down
8 changes: 1 addition & 7 deletions files/pt-br/web/css/_colon_checked/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,13 +156,7 @@ Você também pode usar a pseudo-classe `:checked`aplicada a um radioboxe escond

## Especificações

| Especificação | Estatus | Comentários |
| -------------------------------------------------------------- | ----------------------------- | ---------------------------------------------------- |
| {{ SpecName('HTML WHATWG', '#selector-checked', ':checked') }} | {{ Spec2('HTML WHATWG') }} | Sem mudanças. |
| {{ SpecName('HTML5 W3C', '#selector-checked', ':checked') }} | {{ Spec2('HTML5 W3C') }} | Define a semântica sobre o HTML. |
| {{ SpecName('CSS4 Selectors', '#checked', ':checked') }} | {{ Spec2('CSS4 Selectors') }} | Sem mudanças. |
| {{ SpecName('CSS3 Basic UI', '#pseudo-checked', ':checked') }} | {{ Spec2('CSS3 Basic UI') }} | Link para Seletores nível 3 |
| {{ SpecName('CSS3 Selectors', '#checked', ':checked') }} | {{ Spec2('CSS3 Selectors') }} | Define a pseudo-classe, mas não associação semântica |
{{Specifications}}

## Compatibilidade de navegadores

Expand Down
5 changes: 1 addition & 4 deletions files/pt-br/web/css/_colon_first-child/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,7 @@ li:first-child {

## Especificações

| Especificação | Status | Comentário |
| ----------------------------------------------------------------------- | ----------------------------- | ------------------ |
| {{ SpecName('CSS4 Selectors', '#first-child-pseudo', ':first-child') }} | {{ Spec2('CSS4 Selectors') }} | Sem mudança. |
| {{ SpecName('CSS3 Selectors', '#first-child-pseudo', ':first-child') }} | {{ Spec2('CSS3 Selectors') }} | Definição inicial. |
{{Specifications}}

## Browsers compatíveis

Expand Down
5 changes: 1 addition & 4 deletions files/pt-br/web/css/_colon_first-of-type/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,7 @@ article :first-of-type {

## Especificações

| Specification | Status | Comment |
| ------------------------------------------------------------------------- | --------------------------- | ----------------------------------------------------------------- |
| {{SpecName('CSS4 Selectors', '#first-of-type-pseudo', ':first-of-type')}} | {{Spec2('CSS4 Selectors')}} | Os elementos correspondentes não são necessários para ter um pai. |
| {{SpecName('CSS3 Selectors', '#first-of-type-pseudo', ':first-of-type')}} | {{Spec2('CSS3 Selectors')}} | Definição inicial. |
{{Specifications}}

## Compatibilidade com navegadores

Expand Down
Loading