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
Copy file name to clipboardExpand all lines: css-ui/Overview.bs
+21-23Lines changed: 21 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -28,9 +28,7 @@ Link Defaults: css21 (property) max-width
28
28
Link Defaults: css21 (property) max-height
29
29
Ignored Terms: outline-top
30
30
Ignored Terms: outline-left
31
-
Ignored Terms: nav-index
32
31
Ignored Terms: ime-mode
33
-
Ignored Terms: icon
34
32
At Risk: 'box-sizing' property value: padding-box
35
33
At Risk: 'caret-color' property
36
34
At Risk: 'text-overflow' property value: <<string>>
@@ -152,7 +150,7 @@ cannot be negative</a> ([[!CSS21]], section 10.2),
152
150
this computation is floored at 0.
153
151
Used values, as exposed for instance through {{getComputedStyle()}}, also refer to the padding box.
154
152
</dd>
155
-
<dt>border-box</dt>
153
+
<dt><dfn>border-box</dfn></dt>
156
154
<dd>Length and percentages values for width and height (and respective min/max properties)
157
155
on this element determine the border box of the element.
158
156
That is, any padding or border specified on the element
@@ -172,7 +170,7 @@ by legacy HTML user agents for replaced elements and input elements.
172
170
</dl>
173
171
174
172
Note: In contrast to the length and percentage values,
175
-
the ''auto'' value of the 'width' and 'height' properties
173
+
the ''width/auto'' value of the 'width' and 'height' properties
176
174
(as well as other keyword values introduced by later specifications,
177
175
unless otherwise specified)
178
176
is not influenced by the 'box-sizing' property,
@@ -191,7 +189,7 @@ The following terms, whose definitions vary based on the computed value of 'box-
191
189
The <a href="http://www.w3.org/TR/CSS21/visudet.html">Visual formatting model details</a> of [[!CSS21]] are written assuming ''box-sizing: content-box''. The following disambiguations are made to clarify the behavior for all values of 'box-sizing':
192
190
193
191
<ol>
194
-
<li>In <a href="http://www.w3.org/TR/CSS21/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 ''auto'' and 'border-left-width' + 'padding-left' + 'width' + [...]</q>
192
+
<li>In <a href="http://www.w3.org/TR/CSS21/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>
195
193
196
194
<li>In <a href="http://www.w3.org/TR/CSS21/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>
197
195
@@ -304,7 +302,7 @@ The rendering of applying transforms to outlines is left explicitly undefined in
304
302
<tr><th>Inherited:</th><td>no</td></tr>
305
303
<tr><th>Percentages:</th><td>N/A</td></tr>
306
304
<tr><th>Media:</th><td>visual</td></tr>
307
-
<tr><th>Computed value:</th><td>absolute length; ''0'' if the outline style is ''none''.</td></tr>
305
+
<tr><th>Computed value:</th><td>absolute length; ''0'' if the outline style is ''outline-width/none''.</td></tr>
Text can overflow for example when it is prevented from wrapping
662
-
(e.g. due to '<code class="lang-css">white-space: nowrap</code>'
660
+
(e.g. due to <code class="lang-css">white-space: nowrap</code>
663
661
or a single word is too long to fit).
664
662
Values have the following meanings:
665
663
@@ -841,8 +839,8 @@ WON'T ELLIPSE.</div>
841
839
Note: the side of the line that the ellipsis is placed depends on the 'direction' of the block.
842
840
E.g. an overflow hidden right-to-left
843
841
(<code class="lang-css">direction: rtl</code>)
844
-
block clips inline content on the <a>left</a> side,
845
-
thus would place a text-overflow ellipsis on the <a>left</a>
842
+
block clips inline content on the <a spec=css-writing-modes-3>left</a> side,
843
+
thus would place a text-overflow ellipsis on the <a spec=css-writing-modes-3>left</a>
846
844
to represent that clipped content.
847
845
848
846
<!-- insert RTL example diagram here to illustrate note. -->
@@ -1155,7 +1153,7 @@ often rendered as a magnifying glass with a "+" or "-" in the center of the glas
1155
1153
</dd>
1156
1154
</dl>
1157
1155
1158
-
The UA may treat unsupported values as ''auto''.
1156
+
The UA may treat unsupported values as ''cursor/auto''.
1159
1157
E.g. on platforms that do not have a concept of a ''context-menu'' cursor,
1160
1158
the UA may render ''default'' or whatever is appropriate.
1161
1159
@@ -1211,7 +1209,7 @@ boxes are generated for it and its cursor is used for the canvas.
1211
1209
<tr><th>Inherited:</th><td>no</td></tr>
1212
1210
<tr><th>Percentages:</th><td>N/A</td></tr>
1213
1211
<tr><th>Media:</th><td>interactive</td></tr>
1214
-
<tr><th>Computed value:</th><td>The computed value for ''auto'' is ''currentColor''. For <<color>> values, the computed value is as defined for the [[!CSS3COLOR]]'color' property.</td></tr>
1212
+
<tr><th>Computed value:</th><td>The computed value for ''caret-color/auto'' is ''color/currentColor''. For <<color>> values, the computed value is as defined for the [[!CSS3COLOR]]'color' property.</td></tr>
1215
1213
<tr><th>Animatable:</th><td>no</td></tr>
1216
1214
</tbody></table>
1217
1215
@@ -1301,7 +1299,7 @@ For accessibility and user convenience,
1301
1299
user agents should allow configuration of which keys on a keyboard are used for directional navigation.
0 commit comments