diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:49:58 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:49:58 +0100 |
commit | 68fc8e96a9629e73469ed457abd955e548ec670c (patch) | |
tree | 8529ab9fe63d011f23c7f22ab5a4a1c5563fcaa4 /files/pt-br/web/css/elemento_substituido | |
parent | 8260a606c143e6b55a467edf017a56bdcd6cba7e (diff) | |
download | translated-content-68fc8e96a9629e73469ed457abd955e548ec670c.tar.gz translated-content-68fc8e96a9629e73469ed457abd955e548ec670c.tar.bz2 translated-content-68fc8e96a9629e73469ed457abd955e548ec670c.zip |
unslug pt-br: move
Diffstat (limited to 'files/pt-br/web/css/elemento_substituido')
-rw-r--r-- | files/pt-br/web/css/elemento_substituido/index.html | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/files/pt-br/web/css/elemento_substituido/index.html b/files/pt-br/web/css/elemento_substituido/index.html deleted file mode 100644 index 22ba1b8ad0..0000000000 --- a/files/pt-br/web/css/elemento_substituido/index.html +++ /dev/null @@ -1,40 +0,0 @@ ---- -title: Elemento substituído -slug: Web/CSS/Elemento_substituido -translation_of: Web/CSS/Replaced_element ---- -<div>{{CSSRef()}}</div> - -<h2 id="Sumario">Sumario</h2> - -<p>In CSS, a <strong>replaced element</strong> is an element whose representation is outside the scope of CSS. These are a type of external object whose representation is independent of the CSS. Typical replaced elements are:</p> - -<ul> - <li>{{HTMLElement("iframe")}}</li> - <li>{{HTMLElement("video")}}</li> - <li>{{HTMLElement("embed")}}</li> - <li>{{HTMLElement("img")}}</li> -</ul> - -<p>Some elements are treated as replaced elements only in specific cases:</p> - -<ul> - <li>{{HTMLElement("audio")}}</li> - <li>{{HTMLElement("canvas")}}</li> - <li>{{HTMLElement("object")}}</li> - <li>{{HTMLElement("applet")}}</li> -</ul> - -<p>The only form control that is also a replaced element is {{HTMLElement("input")}} of the image type. All other form controls are non-replaced elements.</p> - -<p>Objects inserted using the CSS {{cssxref("content")}} properties are <em>anonymous replaced elements</em>.</p> - -<p>CSS handles replaced elements specifically in some cases, like when calculating margins and some <code>auto</code> values.</p> - -<p>Note that some replaced elements, but not all, have intrinsic dimensions or a defined baseline, which is used by some CSS properties like {{cssxref("vertical-align")}}.</p> - -<h2 id="Veja_também">Veja também</h2> - -<ul> - <li>{{CSS_key_concepts()}}</li> -</ul> |