@@ -16,6 +16,8 @@ Former Editor: Bert Bos, W3C, bert@w3.org, w3cid 3343
1616Abstract : This module contains the features of CSS relating to the borders and decorations of boxes on the page.
1717Ignored Terms : total width
1818Repository : w3c/csswg-drafts
19+ WPT Path Prefix : css/css-borders/
20+ WPT Display : open
1921</pre>
2022
2123<pre class="link-defaults">
@@ -52,6 +54,11 @@ Borders</h2>
5254 the former case, various properties define the style ('border-style' ),
5355 color ('border-color' ), and thickness ('border-width' ) of the border.
5456
57+ <wpt title="Tests for features Not yet incorporated from Backgrounds 3">
58+ border-image-gradient-zero-size-transform-crash.html
59+ border-image-width-interpolation-math-functions.html
60+ </wpt>
61+
5562<h3 id="border-color" oldids="the-border-color">
5663Line Colors: the 'border-color' properties</h3>
5764
@@ -218,6 +225,12 @@ Line Thickness: the 'border-width' properties</h3>
218225 If only one value is given,
219226 it applies to both the <a>start</a> and <a>end</a> sides.
220227
228+ <wpt>
229+ borders-on-sub-unit-sized-elements.html
230+ subpixel-borders-with-child-border-box-sizing.html
231+ subpixel-borders-with-child.html
232+ </wpt>
233+
221234<h3 id="border-shorthands" oldids="the-border-shorthands">
222235Border Shorthand Properties</h3>
223236
@@ -330,6 +343,36 @@ The 'border-top-radius', 'border-right-radius',
330343 and start-end, end-end for 'border-inline-end-radius' .
331344 If the second value is omitted it is copied from the first.
332345
346+ <wpt>
347+ border-radius-greater-than-width.html
348+ tentative/border-radius-side-shorthands/border-radius-side-shorthands-001.html
349+ tentative/border-radius-side-shorthands/border-radius-side-shorthands-002.html
350+ tentative/parsing/border-block-end-radius-computed.html
351+ tentative/parsing/border-block-end-radius-invalid.html
352+ tentative/parsing/border-block-end-radius-valid.html
353+ tentative/parsing/border-block-start-radius-computed.html
354+ tentative/parsing/border-block-start-radius-invalid.html
355+ tentative/parsing/border-block-start-radius-valid.html
356+ tentative/parsing/border-bottom-radius-computed.html
357+ tentative/parsing/border-bottom-radius-invalid.html
358+ tentative/parsing/border-bottom-radius-valid.html
359+ tentative/parsing/border-inline-end-radius-computed.html
360+ tentative/parsing/border-inline-end-radius-invalid.html
361+ tentative/parsing/border-inline-end-radius-valid.html
362+ tentative/parsing/border-inline-start-radius-computed.html
363+ tentative/parsing/border-inline-start-radius-invalid.html
364+ tentative/parsing/border-inline-start-radius-valid.html
365+ tentative/parsing/border-left-radius-computed.html
366+ tentative/parsing/border-left-radius-invalid.html
367+ tentative/parsing/border-left-radius-valid.html
368+ tentative/parsing/border-right-radius-computed.html
369+ tentative/parsing/border-right-radius-invalid.html
370+ tentative/parsing/border-right-radius-valid.html
371+ tentative/parsing/border-top-radius-computed.html
372+ tentative/parsing/border-top-radius-invalid.html
373+ tentative/parsing/border-top-radius-valid.html
374+ </wpt>
375+
333376<h4 id="corner-sizing-shorthand">
334377Sizing All Corners At Once:
335378The 'border-radius' shorthand</h4>
@@ -459,6 +502,31 @@ Corner Shaping: the 'corner-*-shape' properties</h3>
459502 or use one of the supplied keywords which represent commonly used parameters.
460503 See the <<corner-shape-value>> definition for details.
461504
505+ <wpt>
506+ corner-shape/corner-shape-backdrop-filter.html
507+ corner-shape/corner-shape-backdrop-filter-overflow.html
508+ corner-shape/corner-shape-bevel-overflow-composite.html
509+ corner-shape/corner-shape-bevel-overflow.html
510+ corner-shape/corner-shape-computed.html
511+ corner-shape/corner-shape-fill.html
512+ corner-shape/corner-shape-hittest.html
513+ corner-shape/corner-shape-iframe-border.html
514+ corner-shape/corner-shape-img-border.html
515+ corner-shape/corner-shape-img.html
516+ corner-shape/corner-shape-inset-shadow.html
517+ corner-shape/corner-shape-invalid.html
518+ corner-shape/corner-shape-notch.html
519+ corner-shape/corner-shape-outside-left.html
520+ corner-shape/corner-shape-outside-right.html
521+ corner-shape/corner-shape-overflow-clip-margin.html
522+ corner-shape/corner-shape-render-fuzzy.html
523+ corner-shape/corner-shape-render-precise.html
524+ corner-shape/corner-shape-square.html
525+ corner-shape/corner-shape-svg-border.html
526+ corner-shape/corner-shape-valid.html
527+ corner-shape/corner-shape-video-border.html
528+ </wpt>
529+
462530 <pre class=propdef>
463531 Name : corner-top-left-shape, corner-top-right-shape, corner-bottom-right-shape, corner-bottom-left-shape, corner-start-start-shape, corner-start-end-shape, corner-end-start-shape, corner-end-end-shape
464532 Value : <<corner-shape-value>>
@@ -793,6 +861,12 @@ The <dfn>clockwise quad</dfn> given a [=rectangle=] |rect|, is a [=quadrilateral
793861
794862</div>
795863
864+ <wpt>
865+ corner-shape/corners-computed.html
866+ corner-shape/corners-invalid.html
867+ corner-shape/corners-valid.html
868+ </wpt>
869+
796870<h4 id=corner-shape-constrain-radii>
797871Constraining opposite radii</h4>
798872
@@ -903,6 +977,10 @@ To interpolate a [=superellipse parameter=] |s| to an interpolation value betwee
903977 </dl>
904978</div>
905979
980+ <wpt>
981+ corner-shape/corner-shape-interpolation.html
982+ </wpt>
983+
906984<h2 id="partial-borders">
907985Partial borders</h2>
908986
@@ -1241,6 +1319,12 @@ The 'border-clip' properties</h3>
12411319 <p> The fragments are shown in red for illustrative purposes; they should be black in compliant UAs.
12421320 </div>
12431321
1322+ <wpt>
1323+ tentative/parsing/border-clip-computed.html
1324+ tentative/parsing/border-clip-invalid.html
1325+ tentative/parsing/border-clip-valid.html
1326+ </wpt>
1327+
12441328<h2 id="drop-shadows">
12451329Drop Shadows</h2>
12461330
@@ -1266,6 +1350,12 @@ Coloring shadows: the 'box-shadow-color' property</h3>
12661350 comma-separated drop shadow properties to form each drop shadow
12671351 layer.
12681352
1353+ <wpt>
1354+ tentative/parsing/box-shadow-color-computed.html
1355+ tentative/parsing/box-shadow-color-invalid.html
1356+ tentative/parsing/box-shadow-color-valid.html
1357+ </wpt>
1358+
12691359<h3 id="box-shadow-offset">
12701360Offsetting shadows: the 'box-shadow-offset' property</h3>
12711361
@@ -1312,6 +1402,12 @@ Offsetting shadows: the 'box-shadow-offset' property</h3>
13121402 comma-separated drop shadow properties to form each drop shadow
13131403 layer.
13141404
1405+ <wpt>
1406+ tentative/parsing/box-shadow-offset-computed.html
1407+ tentative/parsing/box-shadow-offset-invalid.html
1408+ tentative/parsing/box-shadow-offset-valid.html
1409+ </wpt>
1410+
13151411<h3 id="box-shadow-blur">
13161412Blurring shadows: the 'box-shadow-blur' property</h3>
13171413
@@ -1339,6 +1435,12 @@ Blurring shadows: the 'box-shadow-blur' property</h3>
13391435 comma-separated drop shadow properties to form each drop shadow
13401436 layer.
13411437
1438+ <wpt>
1439+ tentative/parsing/box-shadow-blur-computed.html
1440+ tentative/parsing/box-shadow-blur-invalid.html
1441+ tentative/parsing/box-shadow-blur-valid.html
1442+ </wpt>
1443+
13421444<h3 id="box-shadow-spread">
13431445Spreading shadows: the 'box-shadow-spread' property</h3>
13441446
@@ -1368,6 +1470,12 @@ Spreading shadows: the 'box-shadow-spread' property</h3>
13681470 comma-separated drop shadow properties to form each drop shadow
13691471 layer.
13701472
1473+ <wpt>
1474+ tentative/parsing/box-shadow-spread-computed.html
1475+ tentative/parsing/box-shadow-spread-invalid.html
1476+ tentative/parsing/box-shadow-spread-valid.html
1477+ </wpt>
1478+
13711479<h3 id="box-shadow-position">
13721480Spreading shadows: the 'box-shadow-position' property</h3>
13731481
@@ -1403,6 +1511,12 @@ Spreading shadows: the 'box-shadow-position' property</h3>
14031511 comma-separated drop shadow properties to form each drop shadow
14041512 layer.
14051513
1514+ <wpt>
1515+ tentative/parsing/box-shadow-position-computed.html
1516+ tentative/parsing/box-shadow-position-invalid.html
1517+ tentative/parsing/box-shadow-position-valid.html
1518+ </wpt>
1519+
14061520<h3 id="box-shadow" oldids="the-box-shadow">
14071521Drop Shadows Shorthand: the 'box-shadow' property</h3>
14081522
@@ -1515,6 +1629,18 @@ Issue: define this in detail. Perhaps it should be overridable somehow?
15151629
15161630Issue: what do we do about 'border-style' ? It can't exactly work for every arbitrary shape.
15171631
1632+ <wpt>
1633+ tentative/border-shape/border-shape-clips-background.html
1634+ tentative/border-shape/border-shape-inner-outer.html
1635+ tentative/border-shape/border-shape-overflow-stroke.html
1636+ tentative/border-shape/border-shape-overflow.html
1637+ tentative/border-shape/border-shape-shadow.html
1638+ tentative/border-shape/border-shape-stroke.html
1639+ tentative/parsing/border-shape-computed.html
1640+ tentative/parsing/border-shape-invalid.html
1641+ tentative/parsing/border-shape-valid.html
1642+ </wpt>
1643+
15181644<h2 class=no-num id=privacy>Privacy Considerations</h2>
15191645
15201646No new privacy considerations have been reported on this specification.
0 commit comments