You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: The semantics of property definition tables were first introduced in [[CSS2#property-defs]].
134
134
More up-to-date definitions can be found in
135
-
[[css-transitions-1]],
136
-
[[css-values-3]],
137
-
and [[css-cascade-4]].
135
+
[[CSS-TRANSITIONS-1]],
136
+
[[CSS-VALUES-3]],
137
+
and [[CSS-CASCADE-4]].
138
138
For the reader's convenience,
139
139
this specification links directly to these terms where relevant.
140
140
@@ -213,11 +213,11 @@ The following terms, whose definitions vary based on the computed value of 'box-
213
213
The <a href="https://www.w3.org/TR/CSS2/visudet.html">Visual formatting model details</a> of [[!CSS2]] are written assuming ''box-sizing: content-box''. The following disambiguations are made to clarify the behavior for all values of 'box-sizing':
214
214
215
215
<ol>
216
-
<li>In <a href="https://www.w3.org/TR/CSS2/visudet.html#blockwidth">10.3.3</a>, the second <q>width</q> in the following phrase is to be interpreted as <a spec="css2">content width</a>: <q>If 'width' is not ''width/auto'' and 'border-left-width' + 'padding-left' + 'width' + [...]</q>
216
+
<li>In <a href="https://www.w3.org/TR/CSS2/visudet.html#blockwidth">10.3.3</a>, the second <q>width</q> in the following phrase is to be interpreted as <a spec="css21">content width</a>: <q>If 'width' is not ''width/auto'' and 'border-left-width' + 'padding-left' + 'width' + [...]</q>
217
217
218
-
<li>In <a href="https://www.w3.org/TR/CSS2/visudet.html#abs-non-replaced-width">10.3.7</a>, <q>width</q> is to be interpreted as <a spec="css2">content width</a> in the following equation: <q>'left' + 'margin-left' + 'border-left-width' + 'padding-left' + 'width' + [...]</q>
218
+
<li>In <a href="https://www.w3.org/TR/CSS2/visudet.html#abs-non-replaced-width">10.3.7</a>, <q>width</q> is to be interpreted as <a spec="css21">content width</a> in the following equation: <q>'left' + 'margin-left' + 'border-left-width' + 'padding-left' + 'width' + [...]</q>
219
219
220
-
<li>In <a href="https://www.w3.org/TR/CSS2/visudet.html#min-max-widths">10.4</a>, <q>width</q>, <q>height</q>, <q>min-width</q>, <q>max-width</q>, <q>min-height</q> and <q>max-height</q> are respectively to be interpreted as <a spec="css2">content width</a>, <a spec="css2">content height</a>, <a>min inner width</a>, <a>max inner width</a>, <a>min inner height</a> and <a>max inner height</a> in the following phrases:
220
+
<li>In <a href="https://www.w3.org/TR/CSS2/visudet.html#min-max-widths">10.4</a>, <q>width</q>, <q>height</q>, <q>min-width</q>, <q>max-width</q>, <q>min-height</q> and <q>max-height</q> are respectively to be interpreted as <a spec="css21">content width</a>, <a spec="css21">content height</a>, <a>min inner width</a>, <a>max inner width</a>, <a>min inner height</a> and <a>max inner height</a> in the following phrases:
221
221
<ol>
222
222
<li><q>The tentative used width is calculated [...]</q>
223
223
<li><q>If the tentative used width is greater than 'max-width', the rules above are applied again, but this time using the computed value of 'max-width' as the computed value for 'width'.</q>
@@ -227,9 +227,9 @@ The <a href="https://www.w3.org/TR/CSS2/visudet.html">Visual formatting model de
227
227
<li><q>Then apply the rules under "Calculating widths and margins" above, as if 'width' were computed as this value.</q>
228
228
</ol>
229
229
230
-
<li>In <a href="https://www.w3.org/TR/CSS2/visudet.html#abs-non-replaced-height">10.6.4</a>, <q>height</q> is to be interpreted as <a spec="css2">content height</a> in the following equation: <q>'top' + 'margin-top' + 'border-top-width' + 'padding-top' + 'height' + [...]</q>
230
+
<li>In <a href="https://www.w3.org/TR/CSS2/visudet.html#abs-non-replaced-height">10.6.4</a>, <q>height</q> is to be interpreted as <a spec="css21">content height</a> in the following equation: <q>'top' + 'margin-top' + 'border-top-width' + 'padding-top' + 'height' + [...]</q>
231
231
232
-
<li>In <a href="https://www.w3.org/TR/CSS2/visudet.html#min-max-heights">10.7</a>, <q>width</q>, <q>height</q>, <q>min-height</q> and <q>max-height</q> are respectively to be interpreted as <a spec="css2">content width</a>, <a spec="css2">content height</a>, <a>min inner height</a> and <a>max inner height</a> in the following phrases:
232
+
<li>In <a href="https://www.w3.org/TR/CSS2/visudet.html#min-max-heights">10.7</a>, <q>width</q>, <q>height</q>, <q>min-height</q> and <q>max-height</q> are respectively to be interpreted as <a spec="css21">content width</a>, <a spec="css21">content height</a>, <a>min inner height</a> and <a>max inner height</a> in the following phrases:
233
233
<ol>
234
234
<li><q>The tentative used height is calculated [...]</q>
235
235
<li><q>If this tentative height is greater than 'max-height', the rules above are applied again, but this time using the value of 'max-height' as the computed value for 'height'.</q>
@@ -385,12 +385,12 @@ Note: This specification does not define the exact position or shape of the outl
385
385
The 'outline-width' property accepts
386
386
the same values as
387
387
'border-width'
388
-
([[css-backgrounds-3#the-border-width]]).
388
+
([[css-backgrounds-3#border-width]]).
389
389
390
390
The 'outline-style' property accepts
391
391
the same values as
392
392
'border-style'
393
-
([[css-backgrounds-3#the-border-style]]),
393
+
([[css-backgrounds-3#border-style]]),
394
394
except that
395
395
<span class=css>hidden</span> is not a legal outline style.
396
396
In addition, in CSS3,
@@ -955,7 +955,7 @@ Animation type: discrete
955
955
This property specifies the type of cursor to be displayed for the pointing device
956
956
when the cursor's hotspot is within the element's <a>border edge</a>.
957
957
958
-
Note: As per [[css-backgrounds-3#the-border-radius]], the <a>border edge</a> is affected by 'border-radius'.
958
+
Note: As per [[css-backgrounds-3#border-radius]], the <a>border edge</a> is affected by 'border-radius'.
0 commit comments