Skip to content

Commit 1e97fa4

Browse files
committed
[css-ui-3] Bikeshed metadata update
1 parent 894b8b0 commit 1e97fa4

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

css-ui-3/Overview.bs

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,19 @@ Abstract: This specification describes user interface related
2626
properties and values of CSS level 2 revision 1.
2727
It uses various
2828
properties and values to style basic user interface elements in a document.
29-
Link Defaults: css-color-3 (property) color
30-
Link Defaults: css2 (property) min-width
31-
Link Defaults: css2 (property) min-height
32-
Link Defaults: css2 (property) max-width
33-
Link Defaults: css2 (property) max-height
34-
Link Defaults: css2 (property) width
35-
Link Defaults: css2 (property) height
36-
Link Defaults: css2 (property) margin-left
37-
Link Defaults: css2 (property) margin-top
38-
Link Defaults: css2 (property) padding-bottom
39-
Link Defaults: css2 (property) padding-left
40-
Link Defaults: css2 (property) padding-right
41-
Link Defaults: css2 (property) padding-top
42-
Link Defaults: css2 (property) visibility
29+
Link Defaults: css21 (property) min-width
30+
Link Defaults: css21 (property) min-height
31+
Link Defaults: css21 (property) max-width
32+
Link Defaults: css21 (property) max-height
33+
Link Defaults: css21 (property) width
34+
Link Defaults: css21 (property) height
35+
Link Defaults: css21 (property) margin-left
36+
Link Defaults: css21 (property) margin-top
37+
Link Defaults: css21 (property) padding-bottom
38+
Link Defaults: css21 (property) padding-left
39+
Link Defaults: css21 (property) padding-right
40+
Link Defaults: css21 (property) padding-top
41+
Link Defaults: css21 (property) visibility
4342
Link Defaults: css-writing-modes-3 (dfn) start
4443
Link Defaults: css-writing-modes-3 (dfn) end
4544
Ignored Terms: outline-top
@@ -61,21 +60,22 @@ Ignore Can I Use URL Failure: https://www.w3.org/TR/css-ui-3/
6160
Ignore Can I Use URL Failure: http://www.w3.org/TR/css-ui-3/
6261
Ignore Can I Use URL Failure: https://www.w3.org/TR/css3-ui/
6362
Ignore Can I Use URL Failure: http://www.w3.org/TR/css3-ui/
63+
Implementation Report: https://drafts.csswg.org/css-ui-3/implementation-report
6464
</pre>
6565
<pre class=link-defaults>
6666
spec:css-overflow-3; type:property; text:overflow
67-
spec:css2; type:property; text:display
68-
spec:css2; type:property; text:width
69-
spec:css2; type:property; text:height
70-
spec:css2; type:property; text:left
71-
spec:css2; type:property; text:overflow
72-
spec:css2; type:property; text:border-bottom-width
73-
spec:css2; type:property; text:border-left-width
74-
spec:css2; type:property; text:border-right-width
75-
spec:css2; type:property; text:border-top-width
76-
spec:css2; type:property; text:border-style
77-
spec:css2; type:property; text:border-width
78-
spec:css2; type:property; text:background-image
67+
spec:css21; type:property; text:display
68+
spec:css21; type:property; text:width
69+
spec:css21; type:property; text:height
70+
spec:css21; type:property; text:left
71+
spec:css21; type:property; text:overflow
72+
spec:css21; type:property; text:border-bottom-width
73+
spec:css21; type:property; text:border-left-width
74+
spec:css21; type:property; text:border-right-width
75+
spec:css21; type:property; text:border-top-width
76+
spec:css21; type:property; text:border-style
77+
spec:css21; type:property; text:border-width
78+
spec:css21; type:property; text:background-image
7979
</pre>
8080

8181
<!-- Some of the following definitions have existing exported definitions from other specs,
@@ -132,9 +132,9 @@ of Cascading Style Sheets, level 2, revision 1 [[CSS2]]
132132

133133
Note: The semantics of property definition tables were first introduced in [[CSS2#property-defs]].
134134
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]].
138138
For the reader's convenience,
139139
this specification links directly to these terms where relevant.
140140

@@ -213,11 +213,11 @@ The following terms, whose definitions vary based on the computed value of 'box-
213213
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':
214214

215215
<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>
217217

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>
219219

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:
221221
<ol>
222222
<li><q>The tentative used width is calculated [...]</q>
223223
<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
227227
<li><q>Then apply the rules under "Calculating widths and margins" above, as if 'width' were computed as this value.</q>
228228
</ol>
229229

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>
231231

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:
233233
<ol>
234234
<li><q>The tentative used height is calculated [...]</q>
235235
<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
385385
The 'outline-width' property accepts
386386
the same values as
387387
'border-width'
388-
([[css-backgrounds-3#the-border-width]]).
388+
([[css-backgrounds-3#border-width]]).
389389

390390
The 'outline-style' property accepts
391391
the same values as
392392
'border-style'
393-
([[css-backgrounds-3#the-border-style]]),
393+
([[css-backgrounds-3#border-style]]),
394394
except that
395395
<span class=css>hidden</span> is not a legal outline style.
396396
In addition, in CSS3,
@@ -955,7 +955,7 @@ Animation type: discrete
955955
This property specifies the type of cursor to be displayed for the pointing device
956956
when the cursor's hotspot is within the element's <a>border edge</a>.
957957

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'.
959959

960960
In the case of overlapping elements,
961961
which element determines the type of cursor

0 commit comments

Comments
 (0)