From 95aca4b4d8fa62815d4bd412fff1a364f842814a Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Thu, 29 Apr 2021 16:16:42 -0700 Subject: remove retired locales (#699) --- files/ca/web/html/element/pre/index.html | 211 ------------------------------- 1 file changed, 211 deletions(-) delete mode 100644 files/ca/web/html/element/pre/index.html (limited to 'files/ca/web/html/element/pre/index.html') diff --git a/files/ca/web/html/element/pre/index.html b/files/ca/web/html/element/pre/index.html deleted file mode 100644 index f3ed7ecb27..0000000000 --- a/files/ca/web/html/element/pre/index.html +++ /dev/null @@ -1,211 +0,0 @@ ---- -title:
-slug: Web/HTML/Element/pre
-tags:
-  - Element
-  - HTML
-  - HTML grouping content
-  - 'HTML:Flow content'
-  - Reference
-  - Web
-translation_of: Web/HTML/Element/pre
----
-
{{HTMLRef}}
- -

L'element HTML <pre> (o text preformatat HTML) Representa el text amb format previ. El text dins d'aquest element en general es mostra en una font no proporcional ("espai senzill (monoespace)") tal com es presenta a l'arxiu. Els espais en blanc dins d'aquest element es mostran tal com s'han escrit.

- -
-

Nota: haureu d'evitar qualsevol contingut '<' caràcters com '& lt;' per assegurar-vos que el codi tancat no s'interpreti com marcat.

-
- - - - - - - - - - - - - - - - - - - - - - - - -
Categories de contingutContingut dinàmic, contingut palpable.
Contingut permèsPhrasing content.
Omissió de l'etiqueta{{no_tag_omission}}
Elements pares permesosQualsevol element que accepti contingut dinàmic.
Interfície DOM{{domxref("HTMLPreElement")}}
- -

Atributs

- -

Aquest element només inclou els atributs globals.

- -
-
{{htmlattrdef("cols")}} {{non-standard_inline}}{{obsolete_inline}}
-
Conté el nombre de caràcters preferit que una línia hauria de tenir. Era un sinònim no estàndard de {{htmlattrxref("width", "pre")}}. Per aconseguir aquest efecte, utilitzar al seu lloc CSS {{Cssxref("width")}}.
-
{{htmlattrdef("width")}} {{obsolete_inline}}
-
Conté el nombre de caràcters preferit que una línia hauria de tenir. Encara que tècnicament segueix vigent, aquest atribut no té cap efecte visual; per aconseguir aquest efecte, utilitzar al seu lloc CSS {{Cssxref("width")}}.
-
{{htmlattrdef("wrap")}} {{non-standard_inline}}
-
És una pista que indica com ha de succeir el desbordament. En el navegador modern aquest suggeriment és ignorat i no hi ha resultats dels efectes visuals en l'actualitat; per aconseguir aquest efecte, utilitzar al seu lloc CSS {{Cssxref("white-space")}}.
-
- -

Exemples

- -
<!-- Some example CSS code -->
-<pre>
-body {
-  color:red;
-}
-</pre>
-
- -

Resultat

- -
body {
-  color:red;
-}
-
- -

Especificacions

- - - - - - - - - - - - - - - - - - - - - - - - - - -
EspecificacióEstatComentari
{{SpecName('HTML WHATWG', 'grouping-content.html#the-pre-element', '<pre>')}}{{Spec2('HTML WHATWG')}}Cap canvi significatiu des de {{SpecName("HTML WHATWG")}}
{{SpecName('HTML5 W3C', 'grouping-content.html#the-pre-element', '<pre>')}}{{Spec2('HTML5 W3C')}}Cap canvi significatiu des de {{SpecName("HTML4.01")}}
{{SpecName('HTML4.01', 'struct/text.html#h-9.3.4', '<dl>')}}{{Spec2('HTML4.01')}}Desaprovat l'atribut cols
- - - -

{{CompatibilityTable}}

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CaracterísticaChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
Suport bàsic1.0{{CompatGeckoDesktop("1.0")}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
width{{CompatVersionUnknown}}[1]{{CompatGeckoDesktop("1.0")}}
- {{CompatGeckoDesktop("29.0")}}[1]
{{CompatVersionUnknown}}[1]{{CompatVersionUnknown}}[1]{{CompatVersionUnknown}}[1]
cols{{CompatNo}}{{CompatGeckoDesktop("1.0")}}
- {{CompatNo}} {{CompatGeckoDesktop("29.0")}}
{{CompatNo}}{{CompatNo}}{{CompatNo}}
wrap{{CompatUnknown}}{{CompatGeckoDesktop("1.0")}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CaracterísticaAndroidFirefox Mobile (Gecko)IE PhoneOpera MobileSafari Mobile
Suport bàsic{{CompatVersionUnknown}}{{CompatGeckoMobile("1.0")}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
width{{CompatUnknown}}{{CompatGeckoMobile("1.0")}}{{CompatGeckoMobile("29.0")}}[1]{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
cols{{CompatNo}}{{CompatGeckoMobile("1.0")}}{{CompatNo}}{{CompatNo}}{{CompatNo}}
wrap{{CompatUnknown}}{{CompatGeckoMobile("1.0")}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
-
- -

[1] Especificar l'atribut width no té cap efecte en el disseny.

- -

Veure

- - -- cgit v1.2.3-54-g00ecf