aboutsummaryrefslogtreecommitdiff
path: root/files/ca/web/css/min-width/index.html
blob: 89a9ffb65d8e08c06071f84de029264359ca4412 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
---
title: min-width
slug: Web/CSS/min-width
tags:
  - CSS
  - CSS Property
  - Reference
translation_of: Web/CSS/min-width
---
<div>{{CSSRef}}</div>

<p>La propietat <a href="https://developer.mozilla.org/en-US/docs/CSS">CSS</a> <strong><code>min-width</code></strong>  estableix l'amplada mínima d'un element. Impedeix que el <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/used_value">valor utilitzat</a> per la propietat {{ Cssxref("width") }} sigui més ampla que el valor especificat per <code>min-width</code>.</p>

<pre class="brush:css no-line-numbers">/* &lt;length&gt; value */
min-width: 3.5em;

/* &lt;percentage&gt; value */
min-width: 10%;

/* Keyword values */
min-width: max-content;
min-width: min-content;
min-width: fit-content;
min-width: fill-available;

/* Global values */
min-width: inherit;
min-width: initial;
min-width: unset;
</pre>

<p>L'amplada de l'element s'ajusta al valor de <code>min-width</code>  cada vegada que <code>min-width</code> és més gran que  {{ Cssxref("max-width") }} o {{Cssxref("width")}}.</p>

<p>{{cssinfo}}</p>

<h2 id="Sintaxi">Sintaxi</h2>

<h3 id="Valors">Valors</h3>

<dl>
 <dt>{{cssxref("&lt;length&gt;")}}</dt>
 <dd>L'amplada mínima, expressada com {{cssxref("&lt;length&gt;")}}. Els valors negatius fan que la declaració no sigui vàlida .</dd>
 <dt>{{cssxref("&lt;percentage&gt;")}}</dt>
 <dd>L'amplada mínima, expressada com {{cssxref("&lt;percentage&gt;")}} de l'amplada del bloc contenidor. Els valors negatius fan que la declaració no sigui vàlida .</dd>
</dl>

<h4 id="Valors_de_paraules_clau">Valors de paraules clau</h4>

<dl>
 <dt><code>auto</code></dt>
 <dd><span id="result_box" lang="ca"><span>L'amplada mínima predeterminada per a elements flexibles, proporcionant un valor predeterminat més raonable que 0 per a altres dissenys</span></span> .</dd>
 <dt><code>max-content</code> {{ experimental_inline() }}</dt>
 <dd>L'amplada preferida intrínseca.</dd>
 <dt><code>min-content</code> {{ experimental_inline() }}</dt>
 <dd>L'amplada mínima intrínseca.</dd>
 <dt><code>fill-available</code>{{ experimental_inline() }}</dt>
 <dd>L'amplada del bloc contenidor menys el marge horitzontal, la vora i el farcit. ( Tingueu en compte que alguns navegadors implementen un nom antic per a aquesta paraula clau, <code>available</code>).</dd>
 <dt><code>fit-content</code> {{ experimental_inline() }}</dt>
 <dd>Definit com <code>min(max-content, max(min-content, fill-available))</code>.</dd>
</dl>

<h3 id="Sintaxi_formal">Sintaxi formal</h3>

{{csssyntax}}

<h2 id="Exemples">Exemples</h2>

<pre class="brush:css;">table { min-width: 75%; }

form { min-width: 0; }
</pre>

<h2 id="Especificacions">Especificacions</h2>

<table class="standard-table">
 <thead>
  <tr>
   <th scope="col">Especificació</th>
   <th scope="col">Estat</th>
   <th scope="col">Comentari</th>
  </tr>
 </thead>
 <tbody>
  <tr>
   <td>{{ SpecName('CSS3 Sizing', '#width-height-keywords', 'min-width') }}</td>
   <td>{{ Spec2('CSS3 Sizing') }}</td>
   <td>Afegeix les paraules clau <code>max-content</code>, <code>min-content</code>, <code>fit-content</code>, and <code>fill-available</code> keywords. (Els esborranys CSS3 Box i CSS3 Writing Modes s'utilitzen per definir aquestes paraules clau, però són substituïdes per aquesta especificació<em>)</em></td>
  </tr>
  <tr>
   <td>{{ SpecName('CSS3 Flexbox', '#min-size-auto', 'min-width') }}</td>
   <td>{{ Spec2('CSS3 Flexbox') }}</td>
   <td>Afegeix la paraula clau <code>auto</code> keyword i l'utilitza com a valor inicial.</td>
  </tr>
  <tr>
   <td>{{ SpecName('CSS3 Transitions', '#animatable-css', 'min-width') }}</td>
   <td>{{ Spec2('CSS3 Transitions') }}</td>
   <td>Defineix <code>min-width</code> com animable.</td>
  </tr>
  <tr>
   <td>{{ SpecName('CSS2.1', 'visudet.html#min-max-widths', 'min-width') }}</td>
   <td>{{ Spec2('CSS2.1') }}</td>
   <td>Definició inicial.</td>
  </tr>
 </tbody>
</table>

<h2 id="Browser_compatibility" name="Browser_compatibility">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 (WebKit)</th>
  </tr>
  <tr>
   <td>Suport bàsic</td>
   <td>1.0</td>
   <td>{{CompatVersionUnknown}}</td>
   <td>1.0 (1.0)</td>
   <td>7.0</td>
   <td>4.0</td>
   <td>2.0.2 (416), buggy before</td>
  </tr>
  <tr>
   <td>s'aplica a <code>&lt;table&gt;</code> <sup>[1]</sup></td>
   <td>{{ CompatNo() }}</td>
   <td>{{CompatNo}}</td>
   <td>{{ CompatVersionUnknown() }}</td>
   <td>{{ CompatNo() }}</td>
   <td>{{ CompatVersionUnknown() }}</td>
   <td>{{ CompatNo() }}</td>
  </tr>
  <tr>
   <td><code>max-content</code>, <code>min-content</code>, <code>fit-content</code> i <code>fill-</code><code>available</code> {{ experimental_inline() }}</td>
   <td>24.0 {{property_prefix("-webkit")}} [3]</td>
   <td>{{CompatNo}}</td>
   <td>{{ CompatGeckoDesktop("1.9") }} {{ property_prefix("-moz") }} [2]</td>
   <td>{{ CompatNo() }}</td>
   <td>{{ CompatNo() }}</td>
   <td>{{ CompatNo() }} [3]</td>
  </tr>
  <tr>
   <td><code>auto</code></td>
   <td>21.0 [4]</td>
   <td>{{CompatUnknown}}</td>
   <td>{{ CompatGeckoDesktop("16.0") }} [4]<br>
    Removed in {{ CompatGeckoDesktop("22.0") }}<br>
    Reintroduced in {{CompatGeckoDesktop("34.0")}} with the new behavior defined by the spec.</td>
   <td>{{ CompatNo() }}</td>
   <td>12.10 [6]</td>
   <td>{{ CompatNo() }}</td>
  </tr>
  <tr>
   <td><code>auto</code> com a valor inicial{{obsolete_inline()}}</td>
   <td>21.0</td>
   <td>{{CompatVersionUnknown}}</td>
   <td>{{ CompatGeckoDesktop("18.0") }}<br>
    Removed in {{ CompatGeckoDesktop("22.0") }}</td>
   <td>{{ CompatNo() }}</td>
   <td>12.10</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>Chrome for 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>{{ CompatUnknown() }}</td>
   <td>{{ CompatUnknown() }}</td>
   <td>{{CompatVersionUnknown}}</td>
   <td>{{ CompatUnknown() }}</td>
   <td>{{ CompatUnknown() }}</td>
   <td>{{ CompatUnknown() }}</td>
   <td>{{ CompatUnknown() }}[5]</td>
  </tr>
  <tr>
   <td>s'aplica a <code>&lt;table&gt;</code><sup>[1]</sup></td>
   <td>{{ CompatUnknown() }}</td>
   <td>{{ CompatUnknown() }}</td>
   <td>{{CompatNo}}</td>
   <td>{{ CompatUnknown() }}</td>
   <td>{{ CompatUnknown() }}</td>
   <td>{{ CompatUnknown() }}</td>
   <td>{{ CompatUnknown() }}</td>
  </tr>
  <tr>
   <td><code>max-content</code>, <code>min-content</code>, <code>fit-content</code> i <code>fill-</code><code>available</code> {{ experimental_inline() }}</td>
   <td>{{ CompatUnknown() }}</td>
   <td>{{ CompatUnknown() }}</td>
   <td>{{CompatNo}}</td>
   <td>{{ CompatUnknown() }}</td>
   <td>{{ CompatUnknown() }}</td>
   <td>{{ CompatUnknown() }}</td>
   <td>{{ CompatUnknown() }}</td>
  </tr>
  <tr>
   <td><code>auto</code></td>
   <td>{{ CompatUnknown() }}</td>
   <td>{{ CompatUnknown() }}</td>
   <td>{{CompatUnknown}}</td>
   <td>{{ CompatUnknown() }}</td>
   <td>{{ CompatUnknown() }}</td>
   <td>{{ CompatUnknown() }}</td>
   <td>{{ CompatUnknown() }}</td>
  </tr>
  <tr>
   <td><code>auto</code> com a valor inicial{{obsolete_inline()}}</td>
   <td>{{ CompatUnknown() }}</td>
   <td>{{ CompatUnknown() }}</td>
   <td>{{CompatUnknown}}</td>
   <td>{{ CompatUnknown() }}</td>
   <td>{{ CompatUnknown() }}</td>
   <td>{{ CompatUnknown() }}</td>
   <td>{{ CompatUnknown() }}</td>
  </tr>
 </tbody>
</table>
</div>

<p>[1] CSS 2.1 deixa explícitament indefinit el comportament de <code>min-width</code> amb {{ HTMLElement("table") }}. Per tant, qualsevol comportament és compatible amb CSS2.1; les noves especificacions de CSS poden definir aquest comportament, de manera que els desenvolupadors web no haurien de confiar en un específic ara.</p>

<p>[2] Gecko implementa experimentalment les definicions donades en CSS3 Basic Box. Aquesta defineix <code>available</code> i no <code>fill-available</code>. També la definició de <code>fit-content</code> és més simple que en CSS3 Sizing.</p>

<p>[3] <span id="result_box" lang="ca"><span>WebKit també implementa una proposta anterior, la paraula clau</span></span> <code>intrinsic</code>.</p>

<p>[4] Aquestes implementacions on s'implementa un comportament lleugerament més simple per a aquesta paraula clau: calcula <code>min-content</code> en elements flexibles, i computa a <code>0</code> en tota la resta.</p>

<p>[5] En alguns navegadors, a iOS, un element &lt;button&gt; en la seva configuració nativa (predeterminada) no respondrà a min-width. Aquest problema es deu als botons natius. Un &lt;span&gt; dins d'un botó natiu mostrarà el mateix problema, malgrat tenir definit "display:inline-block". Quan es fan canvis en altres paràmetres d'estil i el navegador es veu obligat a abandonar el botó natiu, la configuració min-width es veu afectada.</p>

<h2 id="Vegeu_també">Vegeu també</h2>

<ul>
 <li>{{ Cssxref("width") }}, {{ Cssxref("max-width") }}</li>
 <li>El <a href="/en-US/docs/Web/CSS/box_model" title="en/CSS/box_model">model de caixa</a>, {{ Cssxref("box-sizing") }}</li>
</ul>