aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/svg
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br/web/svg')
-rw-r--r--files/pt-br/web/svg/element/color-profile/index.html95
1 files changed, 0 insertions, 95 deletions
diff --git a/files/pt-br/web/svg/element/color-profile/index.html b/files/pt-br/web/svg/element/color-profile/index.html
deleted file mode 100644
index be238bced6..0000000000
--- a/files/pt-br/web/svg/element/color-profile/index.html
+++ /dev/null
@@ -1,95 +0,0 @@
----
-title: color-profile
-slug: Web/SVG/Element/color-profile
-tags:
- - Elemento
- - Perfil de Cor
- - Referencia
- - SVG
-translation_of: Web/SVG/Element/color-profile
----
-<div>{{SVGRef}}</div>
-
-<p>O elemento permite descrever o perfil de cor utilizado para a imagem.</p>
-
-<h2 id="Contexto_de_uso">Contexto de uso</h2>
-
-<p>{{svginfo}}</p>
-
-<h2 id="Exemplo">Exemplo</h2>
-
-<h2 id="Atributos">Atributos</h2>
-
-<h3 id="Atributos_globais">Atributos globais</h3>
-
-<ul>
- <li><a href="/pt-BR/docs/SVG/Attribute#Core" title="en/SVG/Attribute#Core">Atributos principais</a> »</li>
- <li><a href="/pt-BR/docs/SVG/Attribute#XLink" title="en/SVG/Attribute#XLink">Atributos XLink</a> »</li>
-</ul>
-
-<h3 id="Atributos_específicos">Atributos específicos</h3>
-
-<ul>
- <li>{{ SVGAttr("local") }}</li>
- <li>{{ SVGAttr("name") }}</li>
- <li>{{ SVGAttr("rendering-intent") }}</li>
- <li>{{ SVGAttr("xlink:href") }}</li>
-</ul>
-
-<h2 id="Interface_DOM">Interface DOM</h2>
-
-<p>Este elemento implementa a interface do <code><a href="/pt-BR/docs/DOM/SVGColorProfileElement" title="en/DOM/SVGColorProfileElement">SVGColorProfileElement</a></code>.</p>
-
-<h2 id="Compatibilidade_dos_navegadores">Compatibilidade dos navegadores</h2>
-
-<p>{{ CompatibilityTable() }}</p>
-
-<div id="compat-desktop">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Recurso</th>
- <th>Chrome</th>
- <th>Firefox (Gecko)</th>
- <th>Internet Explorer</th>
- <th>Opera</th>
- <th>Safari</th>
- </tr>
- <tr>
- <td>Suporte básico</td>
- <td>{{ CompatNo() }}</td>
- <td>{{ CompatNo() }}</td>
- <td>{{ CompatUnknown() }}</td>
- <td>{{ CompatNo() }}</td>
- <td>{{ CompatNo() }}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Recurso</th>
- <th>Android</th>
- <th>Chrome for Android</th>
- <th>Firefox Mobile (Gecko)</th>
- <th>IE Mobile</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- </tr>
- <tr>
- <td>Suporte básico</td>
- <td>{{ CompatNo() }}</td>
- <td>{{ CompatNo() }}</td>
- <td>{{ CompatNo() }}</td>
- <td>{{ CompatNo() }}</td>
- <td>{{ CompatNo() }}</td>
- <td>{{ CompatNo() }}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<p>A tabela é baseada <a href="/pt-BR/docs/SVG/Compatibility_sources" title="en/SVG/Compatibility sources">nessas fontes</a>.</p>