aboutsummaryrefslogtreecommitdiff
path: root/files/ca/web/css
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 21:46:22 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 21:46:22 -0500
commita065e04d529da1d847b5062a12c46d916408bf32 (patch)
treefe0f8bcec1ff39a3c499a2708222dcf15224ff70 /files/ca/web/css
parent218934fa2ed1c702a6d3923d2aa2cc6b43c48684 (diff)
downloadtranslated-content-a065e04d529da1d847b5062a12c46d916408bf32.tar.gz
translated-content-a065e04d529da1d847b5062a12c46d916408bf32.tar.bz2
translated-content-a065e04d529da1d847b5062a12c46d916408bf32.zip
update based on https://github.com/mdn/yari/issues/2028
Diffstat (limited to 'files/ca/web/css')
-rw-r--r--files/ca/web/css/_doublecolon_-ms-fill-lower/index.html91
-rw-r--r--files/ca/web/css/_doublecolon_-ms-fill-upper/index.html91
-rw-r--r--files/ca/web/css/_doublecolon_-ms-fill/index.html108
-rw-r--r--files/ca/web/css/_doublecolon_-ms-thumb/index.html41
-rw-r--r--files/ca/web/css/_doublecolon_-ms-track/index.html45
5 files changed, 0 insertions, 376 deletions
diff --git a/files/ca/web/css/_doublecolon_-ms-fill-lower/index.html b/files/ca/web/css/_doublecolon_-ms-fill-lower/index.html
deleted file mode 100644
index f7f8896483..0000000000
--- a/files/ca/web/css/_doublecolon_-ms-fill-lower/index.html
+++ /dev/null
@@ -1,91 +0,0 @@
----
-title: '::-ms-fill-lower'
-slug: 'Web/CSS/::-ms-fill-lower'
-tags:
- - CSS
- - NeedsBrowserCompatibility
- - NeedsExample
- - NeedsMobileBrowserCompatibility
- - Non-standard
- - Pseudo-element
- - Reference
-translation_of: 'Archive/Web/CSS/::-ms-fill-lower'
----
-<div>{{CSSRef}}{{Non-standard_header}}</div>
-
-<p>El <a href="/en-US/docs/Web/CSS/Pseudo-elements">pseudo-element</a> <a href="/en-US/docs/Web/CSS">CSS</a> <strong><code>::-ms-fill-lower</code></strong> representa la part de la "pista" (la ranura en la qual llisca l'indicador denominat polze) d'un {{HTMLElement("input")}} de <code>type="range"</code>, que correspon a valors inferiors al valor actualment seleccionat per el polze.</p>
-
-<h2 id="Especificacions">Especificacions</h2>
-
-<p>No forma part de cap especificació.</p>
-
-<p>Microsoft té una <a href="https://msdn.microsoft.com/en-us/library/windows/apps/hh465745.aspx">descripció en MSDN</a>.</p>
-
-<h2 id="Navegadors_compatibles">Navegadors compatibles</h2>
-
-<p>{{CompatibilityTable}}</p>
-
-<div id="compat-desktop">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Descripció</th>
- <th>Firefox (Gecko)</th>
- <th>Chrome</th>
- <th>Edge</th>
- <th>Internet Explorer</th>
- <th>Opera</th>
- <th>Safari</th>
- </tr>
- <tr>
- <td>Suport bàsic</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Descripció</th>
- <th>Firefox Mobile (Gecko)</th>
- <th>Android</th>
- <th>Edge</th>
- <th>IE Phone</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- </tr>
- <tr>
- <td>Suport bàsic</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<h2 id="Vegeu_també">Vegeu també</h2>
-
-<ul>
- <li>Pseudo-elements utilitzats per l'IE / Edge per donar estil altres parts d'un rang d'entrada:
- <ul>
- <li>{{cssxref("::-ms-fill-upper")}}</li>
- <li>{{cssxref("::-ms-track")}}</li>
- <li>{{cssxref("::-ms-thumb")}}</li>
- </ul>
- </li>
- <li>{{cssxref("::-moz-range-progress")}}</li>
- <li><a href="https://css-tricks.com/styling-cross-browser-compatible-range-inputs-css/">Trucs CSS: Estil de les entrades de rang compatible entre navegadors amb CSS.</a></li>
- <li><a href="http://www.quirksmode.org/blog/archives/2015/11/styling_and_scr.html">QuirksMode: Controls lliscants disseny i scripts.</a></li>
-</ul>
diff --git a/files/ca/web/css/_doublecolon_-ms-fill-upper/index.html b/files/ca/web/css/_doublecolon_-ms-fill-upper/index.html
deleted file mode 100644
index eb28ffc2db..0000000000
--- a/files/ca/web/css/_doublecolon_-ms-fill-upper/index.html
+++ /dev/null
@@ -1,91 +0,0 @@
----
-title: '::-ms-fill-upper'
-slug: 'Web/CSS/::-ms-fill-upper'
-tags:
- - CSS
- - NeedsBrowserCompatibility
- - NeedsExample
- - NeedsMobileBrowserCompatibility
- - Non-standard
- - Pseudo-element
- - Reference
-translation_of: 'Archive/Web/CSS/::-ms-fill-upper'
----
-<div>{{CSSRef}}{{Non-standard_header}}</div>
-
-<p>El <a href="/en-US/docs/Web/CSS/Pseudo-elements">pseudo-element</a> <a href="/en-US/docs/Web/CSS">CSS</a> <strong><code>::-ms-fill-upper</code></strong> representa la part de la "pista" (la ranura en la qual llisca l'indicador denominat polze) d'un {{HTMLElement("input")}} de <code>type="range"</code> , que correspon a valors superiors al valor actualment seleccionat per el polze.</p>
-
-<h2 id="Especificacions">Especificacions</h2>
-
-<p>No forma part de cap especificació.</p>
-
-<p>Microsoft té una <a href="https://msdn.microsoft.com/en-us/library/windows/apps/hh465745.aspx">descripció en MSDN</a>.</p>
-
-<h2 id="Navegadors_compatibles">Navegadors compatibles</h2>
-
-<p>{{CompatibilityTable}}</p>
-
-<div id="compat-desktop">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Descripció</th>
- <th>Firefox (Gecko)</th>
- <th>Chrome</th>
- <th>Edge</th>
- <th>Internet Explorer</th>
- <th>Opera</th>
- <th>Safari</th>
- </tr>
- <tr>
- <td>Suport bàsic</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Descripció</th>
- <th>Firefox Mobile (Gecko)</th>
- <th>Android</th>
- <th>Edge</th>
- <th>IE Phone</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- </tr>
- <tr>
- <td>Suport bàsic</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<h2 id="Vegeu_també">Vegeu també</h2>
-
-<ul>
- <li>Pseudo-elements utilitzats per l'IE / Edge per donar estil altres parts d'un rang d'entrada:
- <ul>
- <li>{{cssxref("::-ms-fill-lower")}}</li>
- <li>{{cssxref("::-ms-track")}}</li>
- <li>{{cssxref("::-ms-thumb")}}</li>
- </ul>
- </li>
- <li>{{cssxref("::-moz-range-progress")}}</li>
- <li><a href="https://css-tricks.com/styling-cross-browser-compatible-range-inputs-css/">Trucs CSS: Estil de les entrades de rang compatible entre navegadors amb CSS.</a></li>
- <li><a href="http://www.quirksmode.org/blog/archives/2015/11/styling_and_scr.html">QuirksMode: Controls lliscants disseny i scripts.</a></li>
-</ul>
diff --git a/files/ca/web/css/_doublecolon_-ms-fill/index.html b/files/ca/web/css/_doublecolon_-ms-fill/index.html
deleted file mode 100644
index 1377611a03..0000000000
--- a/files/ca/web/css/_doublecolon_-ms-fill/index.html
+++ /dev/null
@@ -1,108 +0,0 @@
----
-title: '::-ms-fill'
-slug: 'Web/CSS/::-ms-fill'
-tags:
- - CSS
- - Non-standard
- - Pseudo-element
- - Reference
-translation_of: 'Archive/Web/CSS/::-ms-fill'
----
-<div>{{CSSRef}}{{Non-standard_header}}</div>
-
-<p>El<a href="/en-US/docs/Web/CSS/Pseudo-elements" title="en/CSS/Pseudo-elements"> pseudo-element</a> <a href="https://developer.mozilla.org/en-US/docs/Web/CSS">CSS</a> <strong><code>::-ms-fill</code></strong> representa la porció emplenada d'un element {{HTMLElement("progress")}}. Aquest pseudo-element no és estàndard i específic de Internet Explorer 10+, d'aquí el prefix del proveidor.</p>
-
-<h2 id="Sintaxi">Sintaxi</h2>
-
-<pre class="syntaxbox">{{csssyntax}}</pre>
-
-<h2 id="Especificacions">Especificacions</h2>
-
-<p>No forma part de cap especificació. Microsoft té una <a href="https://msdn.microsoft.com/en-us/library/windows/apps/hh465757.aspx">descripció en MSDN</a>.</p>
-
-<h2 id="Exemple">Exemple</h2>
-
-<h3 id="HTML">HTML</h3>
-
-<pre class="brush: html">&lt;progress value="10" max="50"&gt;
-</pre>
-
-<h3 id="CSS">CSS</h3>
-
-<pre class="brush: css">progress::-ms-fill {
- background-color: orange;
-}</pre>
-
-<h3 id="Resultat">Resultat</h3>
-
-<p>{{EmbedLiveSample("Example", 300, 50)}}</p>
-
-<p><span id="result_box" lang="ca"><span>Una barra de progrés que utilitzi aquest estil pot semblar una cosa així</span></span>:</p>
-
-<p><img alt="Progress Bar with Orange Fill" src="https://mdn.mozillademos.org/files/13484/progress_bar.png" style="height: 44px; width: 308px;"></p>
-
-<h2 id="Navegadors_compatibles">Navegadors compatibles</h2>
-
-<p>{{CompatibilityTable}}</p>
-
-<div id="compat-desktop">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Descripció</th>
- <th>Chrome</th>
- <th>Edge</th>
- <th>Firefox (Gecko)</th>
- <th>Internet Explorer</th>
- <th>Opera</th>
- <th>Safari</th>
- </tr>
- <tr>
- <td>Suport bàsic</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatNo}}</td>
- <td>10.0</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Descripció</th>
- <th>Android</th>
- <th>Edge</th>
- <th>Firefox Mobile (Gecko)</th>
- <th>IE Mobile</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- </tr>
- <tr>
- <td>Suport bàsic</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<h2 id="Vegeu_també">Vegeu també</h2>
-
-<ul>
- <li>{{ cssxref("::-moz-progress-bar") }}</li>
- <li>{{ cssxref("::-webkit-progress-bar") }}</li>
- <li>{{ cssxref("::-webkit-progress-value") }}</li>
- <li>{{ cssxref("::-webkit-progress-inner-element") }}
- <ul>
- </ul>
- </li>
-</ul>
diff --git a/files/ca/web/css/_doublecolon_-ms-thumb/index.html b/files/ca/web/css/_doublecolon_-ms-thumb/index.html
deleted file mode 100644
index fb3bd8e4e5..0000000000
--- a/files/ca/web/css/_doublecolon_-ms-thumb/index.html
+++ /dev/null
@@ -1,41 +0,0 @@
----
-title: '::-ms-thumb'
-slug: 'Web/CSS/::-ms-thumb'
-tags:
- - CSS
- - NeedsBrowserCompatibility
- - NeedsCompatTable
- - NeedsExample
- - NeedsMobileBrowserCompatibility
- - Non-standard
- - Pseudo-element
- - Reference
-translation_of: 'Archive/Web/CSS/::-ms-thumb'
----
-<div>{{CSSRef}}{{Non-standard_header}}</div>
-
-<p>El <a href="/en-US/docs/Web/CSS/Pseudo-elements">pseudo-element</a> <a href="https://developer.mozilla.org/en-US/docs/Web/CSS">CSS</a> <strong><code>::-ms-thumb</code></strong> representa el "polze" que l'usuari pot moure dins de la "ranura" d'un {{HTMLElement("input")}} de type="range" per modificar el seu valor numèric.</p>
-
-<h2 id="Especificacions">Especificacions</h2>
-
-<p><span id="result_box" lang="ca"><span>No forma</span> <span>part de cap</span> <span>especificació,</span> <span>encara que Microsoft</span> <span>té</span> una</span> <a href="https://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh465780.aspx">descripció en MSDN</a>.</p>
-
-<h2 id="Vegeu_també">Vegeu també</h2>
-
-<ul>
- <li>Els pseudo-elements utilitzats per l'IE / Edge per donar estil altres parts d'un rang d'entrada:
- <ul>
- <li>{{cssxref("::-ms-track")}}</li>
- <li>{{cssxref("::-ms-fill-upper")}}</li>
- <li>{{cssxref("::-ms-fill-lower")}}</li>
- </ul>
- </li>
- <li><span id="result_box" lang="ca"><span>Pseudo</span><span>-</span><span>elements</span> <span>similars</span> <span>utilitzats per altres</span> <span>navegadors</span><span>:</span></span>
- <ul>
- <li>{{cssxref("::-webkit-slider-thumb")}}</li>
- <li>{{cssxref("::-moz-range-thumb")}}</li>
- </ul>
- </li>
- <li><a href="https://css-tricks.com/styling-cross-browser-compatible-range-inputs-css/">Trucs CSS: Estil de les entrades de rang compatible entre navegadors amb CSS.</a></li>
- <li><a href="http://www.quirksmode.org/blog/archives/2015/11/styling_and_scr.html">QuirksMode: Controls lliscants disseny i scripts.</a></li>
-</ul>
diff --git a/files/ca/web/css/_doublecolon_-ms-track/index.html b/files/ca/web/css/_doublecolon_-ms-track/index.html
deleted file mode 100644
index 799efce737..0000000000
--- a/files/ca/web/css/_doublecolon_-ms-track/index.html
+++ /dev/null
@@ -1,45 +0,0 @@
----
-title: '::-ms-track'
-slug: 'Web/CSS/::-ms-track'
-tags:
- - CSS
- - NeedsBrowserCompatibility
- - NeedsCompatTable
- - NeedsExample
- - NeedsMobileBrowserCompatibility
- - Non-standard
- - Pseudo-element
- - Reference
-translation_of: 'Archive/Web/CSS/::-ms-track'
----
-<div>{{ CSSRef() }}</div>
-
-<p>{{ Non-standard_header() }}</p>
-
-<p>El<a href="/en/CSS/Pseudo-elements" title="en/CSS/Pseudo-elements"> pseudo-element</a> <a href="https://developer.mozilla.org/en-US/docs/Web/CSS">CSS</a> <strong><code>::-ms-track</code></strong> representa la "pista" (la ranura en la qual llisca l'indicador) d'un {{HTMLElement("input")}} de <code>type="range"</code>.</p>
-
-<h2 id="Specification" name="Specification">Especificacions</h2>
-
-<p><span id="result_box" lang="ca"><span>No forma</span> <span>part de cap</span> <span>especificació</span></span>.</p>
-
-<p><span id="result_box" lang="ca"><span>Microsoft</span> <span>té</span> una</span> <a href="https://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh465780.aspx">descripció en MSDN</a> .</p>
-
-<h2 id="See_also" name="See_also">Vegeu també</h2>
-
-<ul>
- <li>Els pseudo-elements utilitzats per l'IE / Edge per donar estil altres parts d'un rang d'entrada
- <ul>
- <li>{{cssxref("::-ms-thumb")}}</li>
- <li>{{cssxref("::-ms-fill-upper")}}</li>
- <li>{{cssxref("::-ms-fill-lower")}}</li>
- </ul>
- </li>
- <li><span id="result_box" lang="ca"><span>Pseudo</span><span>-</span><span>elements</span> <span>similars</span> <span>utilitzats per altres</span> <span>navegadors</span><span>:</span></span>
- <ul>
- <li>{{cssxref("::-webkit-slider-runnable-track")}}</li>
- <li>{{cssxref("::-moz-range-track")}}</li>
- </ul>
- </li>
- <li><a href="https://css-tricks.com/styling-cross-browser-compatible-range-inputs-css/">Trucs CSS: Estil de les entrades de rang compatible entre navegadors amb CSS.</a></li>
- <li><a href="http://www.quirksmode.org/blog/archives/2015/11/styling_and_scr.html">QuirksMode: Controls lliscants disseny i scripts.</a></li>
-</ul>