Skip to content

Commit bc9a6f6

Browse files
TalbotGfantasai
authored andcommitted
[css-values-3] Bikeshed-added 67 additional links to tests in Overview.bs
1 parent ebd3eaa commit bc9a6f6

1 file changed

Lines changed: 88 additions & 0 deletions

File tree

css-values-3/Overview.bs

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,12 @@ CSS-wide keywords: ''initial'', ''inherit'' and ''unset''</h4>
413413
depending on whether the property is inherited or not.
414414
All of these keywords are normatively defined in the Cascade module. [[!CSS3CASCADE]]
415415

416+
<wpt>
417+
css/css-multicol/multicol-inherit-002.xht
418+
css/css-multicol/multicol-rule-color-inherit-001.xht
419+
css/css-multicol/multicol-rule-color-inherit-002.xht
420+
</wpt>
421+
416422
Other CSS specifications can define additional CSS-wide keywords.
417423

418424
<!-- Make it easier to add CSS-wide keywords by defining a grammar production. -->
@@ -752,6 +758,12 @@ Integers: the <<integer>> type</h3>
752758
The first digit of an integer may be immediately preceded by <css>-</css> or <css>+</css>
753759
to indicate the integer's sign.
754760

761+
<wpt>
762+
css/css-multicol/multicol-count-non-integer-001.xht
763+
css/css-multicol/multicol-count-non-integer-002.xht
764+
css/css-multicol/multicol-count-non-integer-003.xht
765+
</wpt>
766+
755767
<!--
756768
██ ██ ██ ██ ██ ██ ████████ ████████ ████████
757769
███ ██ ██ ██ ███ ███ ██ ██ ██ ██ ██
@@ -768,6 +780,10 @@ Real Numbers: the <<number>> type</h3>
768780
Number values are denoted by <dfn id="number-value">&lt;number></dfn>,
769781
and represent real numbers, possibly with a fractional component.
770782

783+
<wpt>
784+
css/css-animations/animation-iteration-count-calc.html
785+
</wpt>
786+
771787
When written literally,
772788
a <dfn export>number</dfn> is either an <a>integer</a>,
773789
or zero or more decimal digits followed by a dot (.) followed by one or more decimal digits
@@ -922,6 +938,10 @@ Distance Units: the <<length>> type</h2>
922938
If the value is outside the allowed range,
923939
the declaration is invalid and must be <a href="https://www.w3.org/TR/CSS21/conform.html#ignore">ignored</a>.
924940

941+
<wpt>
942+
css/mediaqueries/min-width-001.xht
943+
</wpt>
944+
925945
While some properties allow negative length values,
926946
this may complicate the formatting and there may be implementation-specific limits.
927947
If a negative length value is allowed but cannot be supported,
@@ -1022,6 +1042,12 @@ Font-relative Lengths: the ''em'', ''ex'', ''ch'', ''rem'' units</h4>
10221042
where it is impossible or impractical to determine the x-height,
10231043
a value of 0.5em must be assumed.
10241044

1045+
<wpt>
1046+
css/css-values/ex-unit-001.html
1047+
css/css-values/ex-unit-002.html
1048+
css/css-values/ex-unit-003.html
1049+
</wpt>
1050+
10251051
<dt><dfn id="ch" lt="ch">ch unit</dfn>
10261052
<dd>
10271053
Equal to the used <a>advance measure</a> of the "0" (ZERO, U+0030) glyph
@@ -1039,6 +1065,25 @@ Font-relative Lengths: the ''em'', ''ex'', ''ch'', ''rem'' units</h4>
10391065
(i.e. 'writing-mode' is ''vertical-rl'' or ''vertical-lr''
10401066
and 'text-orientation' is ''text-orientation/upright'').
10411067

1068+
<wpt>
1069+
css/css-values/ch-unit-001.html
1070+
css/css-values/ch-unit-002.html
1071+
css/css-values/ch-unit-003.html
1072+
css/css-values/ch-unit-004.html
1073+
css/css-values/ch-unit-008.html
1074+
css/css-values/ch-unit-009.html
1075+
css/css-values/ch-unit-010.html
1076+
css/css-values/ch-unit-011.html
1077+
css/css-values/ch-unit-012.html
1078+
css/css-values/ch-unit-013.html
1079+
css/css-values/ch-unit-014.html
1080+
css/css-values/ch-unit-015.html
1081+
css/css-values/ch-unit-016.html
1082+
css/css-values/ch-unit-017.html
1083+
css/css-values/ch-unit-018.html
1084+
css/css-values/line-break-ch-unit.html
1085+
</wpt>
1086+
10421087
<dt><dfn id="rem" lt="rem">rem unit</dfn>
10431088
<dd>
10441089
Equal to the computed value of 'font-size' on the root element.
@@ -1200,6 +1245,11 @@ Absolute Lengths: the ''cm'', ''mm'', ''Q'', ''in'', ''pt'', ''pc'', ''px'' unit
12001245

12011246
Note: Values are case-insensitive and serialize as lower case, for example 1Q serializes as 1q.
12021247

1248+
<wpt>
1249+
css/css-values/q-unit-case-insensitivity-001.html
1250+
css/css-values/q-unit-case-insensitivity-002.html
1251+
</wpt>
1252+
12031253
The <dfn export>reference pixel</dfn> is the visual angle of one pixel on a device with a pixel density of 96dpi
12041254
and a distance from the reader of an arm's length.
12051255
For a nominal arm's length of 28 inches,
@@ -1660,6 +1710,43 @@ Mathematical Expressions: ''calc()''</h3>
16601710
css/css-values/calc-min-height.html
16611711
css/css-values/calc-nesting.html
16621712
css/css-values/calc-parenthesis-stack.html
1713+
css/vendor-imports/mozilla/mozilla-central-reftests/values3/calc-background-image-gradient-1.html
1714+
css/vendor-imports/mozilla/mozilla-central-reftests/values3/calc-background-linear-gradient-1.html
1715+
css/vendor-imports/mozilla/mozilla-central-reftests/values3/calc-background-position-1.html
1716+
css/vendor-imports/mozilla/mozilla-central-reftests/values3/calc-background-size-1.html
1717+
css/vendor-imports/mozilla/mozilla-central-reftests/values3/calc-border-radius-1.html
1718+
css/vendor-imports/mozilla/mozilla-central-reftests/values3/calc-height-block-1.html
1719+
css/vendor-imports/mozilla/mozilla-central-reftests/values3/calc-height-table-1.html
1720+
css/vendor-imports/mozilla/mozilla-central-reftests/values3/calc-margin-block-1.html
1721+
css/vendor-imports/mozilla/mozilla-central-reftests/values3/calc-max-height-block-1.html
1722+
css/vendor-imports/mozilla/mozilla-central-reftests/values3/calc-max-width-block-1.html
1723+
css/vendor-imports/mozilla/mozilla-central-reftests/values3/calc-max-width-block-intrinsic-1.html
1724+
css/vendor-imports/mozilla/mozilla-central-reftests/values3/calc-min-height-block-1.html
1725+
css/vendor-imports/mozilla/mozilla-central-reftests/values3/calc-min-width-block-1.html
1726+
css/vendor-imports/mozilla/mozilla-central-reftests/values3/calc-min-width-block-intrinsic-1.html
1727+
css/vendor-imports/mozilla/mozilla-central-reftests/values3/calc-offsets-absolute-bottom-1.html
1728+
css/vendor-imports/mozilla/mozilla-central-reftests/values3/calc-offsets-absolute-left-1.html
1729+
css/vendor-imports/mozilla/mozilla-central-reftests/values3/calc-offsets-absolute-right-1.html
1730+
css/vendor-imports/mozilla/mozilla-central-reftests/values3/calc-offsets-absolute-top-1.html
1731+
css/vendor-imports/mozilla/mozilla-central-reftests/values3/calc-offsets-relative-bottom-1.html
1732+
css/vendor-imports/mozilla/mozilla-central-reftests/values3/calc-offsets-relative-left-1.html
1733+
css/vendor-imports/mozilla/mozilla-central-reftests/values3/calc-offsets-relative-right-1.html
1734+
css/vendor-imports/mozilla/mozilla-central-reftests/values3/calc-offsets-relative-top-1.html
1735+
css/vendor-imports/mozilla/mozilla-central-reftests/values3/calc-padding-block-1.html
1736+
css/vendor-imports/mozilla/mozilla-central-reftests/values3/calc-text-indent-1.html
1737+
css/vendor-imports/mozilla/mozilla-central-reftests/values3/calc-text-indent-intrinsic-1.html
1738+
css/vendor-imports/mozilla/mozilla-central-reftests/values3/calc-transform-origin-1.html
1739+
css/vendor-imports/mozilla/mozilla-central-reftests/values3/calc-vertical-align-1.html
1740+
css/vendor-imports/mozilla/mozilla-central-reftests/values3/calc-width-block-1.html
1741+
css/vendor-imports/mozilla/mozilla-central-reftests/values3/calc-width-block-intrinsic-1.html
1742+
css/vendor-imports/mozilla/mozilla-central-reftests/values3/calc-width-table-auto-1.html
1743+
css/vendor-imports/mozilla/mozilla-central-reftests/values3/calc-width-table-fixed-1.html
1744+
css/mediaqueries/mq-calc-001.html
1745+
css/mediaqueries/mq-calc-002.html
1746+
css/mediaqueries/mq-calc-003.html
1747+
css/mediaqueries/mq-calc-004.html
1748+
css/mediaqueries/mq-calc-005.html
1749+
css/motion/offset-supports-calc.html
16631750
</wpt>
16641751

16651752
<h4 id='calc-syntax'>
@@ -1828,6 +1915,7 @@ Computed Value</h4>
18281915
css/css-values/calc-letter-spacing.html
18291916
css/css-values/calc-numbers.html
18301917
css/css-values/calc-time-values.html
1918+
css/css-values/getComputedStyle-border-radius-002.html
18311919
</wpt>
18321920

18331921
<h4 id='calc-range'>

0 commit comments

Comments
 (0)