From 5c12336bb3a1962f64fe73dbf6dcad5cfd2662d9 Mon Sep 17 00:00:00 2001 From: Sebastian Zartner Date: Mon, 27 Oct 2025 23:35:51 +0100 Subject: [PATCH 1/3] [css-ui-3][css-ui-4][editorial] Added WPTs --- css-ui-3/Overview.bs | 1371 ++++++++++++++++++++++++++++++++++++++++- css-ui-4/Overview.bs | 1380 +++++++++++++++++++++++++++++++++++++++++- 2 files changed, 2747 insertions(+), 4 deletions(-) diff --git a/css-ui-3/Overview.bs b/css-ui-3/Overview.bs index beb855b44187..6e5e8f0d8874 100644 --- a/css-ui-3/Overview.bs +++ b/css-ui-3/Overview.bs @@ -6,8 +6,8 @@ Previous Version: https://www.w3.org/TR/2017/PR-css-ui-3-20171214/ Shortname: css-ui Level: 3 Group: csswg -Status: REC -Prepare for TR: true +Status: ED +Prepare for TR: no Work Status: completed Editor: Tantek Çelik, Mozilla https://www.mozilla.org/, tantek@cs.stanford.edu, http://tantek.com, w3cid 1464 Editor: Florian Rivoal, On behalf of Bloomberg, http://florian.rivoal.net/, w3cid 43241 @@ -21,6 +21,7 @@ Abstract: This specification describes user interface related Ignored Terms: outline-top Ignored Terms: outline-left Ignored Terms: ime-mode +WPT Path Prefix: css/css-ui/ Can I Use URL: https://drafts.csswg.org/css-ui-3/ Can I Use URL: http://drafts.csswg.org/css-ui-3/ Can I Use URL: https://drafts.csswg.org/css-ui/ @@ -104,6 +105,10 @@ introduced several user interface related properties and values. This specification incorporates, extends, and supersedes them. + +inheritance.html + +

Purpose

The purpose of this specification is to achieve the following objectives: @@ -155,6 +160,36 @@ Computed value: specified value Animation type: discrete + +box-sizing-001.html +box-sizing-003.html +box-sizing-005.html +box-sizing-007.html +box-sizing-008.html +box-sizing-009.html +box-sizing-010.html +box-sizing-011.html +box-sizing-012.html +box-sizing-013.html +box-sizing-014.html +box-sizing-015.html +box-sizing-016.html +box-sizing-017.html +box-sizing-018.html +box-sizing-019.html +box-sizing-020.html +box-sizing-021.html +box-sizing-022.html +box-sizing-023.html +box-sizing-024.html +box-sizing-025.html +box-sizing-026.html +box-sizing-027.html +parsing/box-sizing-computed.html +parsing/box-sizing-invalid.html +parsing/box-sizing-valid.html + +
content-box
This is the behavior of width and height as specified by CSS2.1. @@ -292,6 +327,35 @@ without making sure an alternative highlighting mechanism is provided. The rendering of applying transforms to outlines is left explicitly undefined in CSS3-UI. + +outline-003.html +outline-004.html +outline-005.html +outline-007.html +outline-008.html +outline-009.html +outline-010.html +outline-011.html +outline-012.html +outline-013.html +outline-014.html +outline-015.html +outline-016.html +outline-019.html +outline-020.html +outline-021.html +outline-022.html +outline-024.html +outline-025.html +outline-026.html +outline-027.html +outline-028.html +outline-negative-offset-composited-scroll.html +outline-offset-table-001.html +outline-offset.html +outline-style-inherit.html + +

Outlines Shorthand: the 'outline' property

@@ -303,6 +367,18 @@ Inherited: no Percentages: N/A + +crashtests/outline-scrollIntoView-crash.html +outline-001.html +outline-002.html +outline-023.html +outline-with-padding-001.html +parsing/outline-invalid.html +parsing/outline-shorthand.html +parsing/outline-valid.html +translucent-outline.html + +

Outline Thickness: the 'outline-width' property

@@ -316,6 +392,15 @@ Computed value: absolute length, [=snapped as a border width=]; ''0'' if the out
 Animation type: by computed value
 
+ +animation/outline-width-composition.html +animation/outline-width-interpolation.html +outline-with-001-crash.html +parsing/outline-width-computed.html +parsing/outline-width-invalid.html +parsing/outline-width-valid.html + +

Outline Patterns: the 'outline-style' property

@@ -329,6 +414,20 @@ Computed value: as specified
 Animation type: discrete
 
+ +outline-017.html +outline-018.html +outline-auto-dynamic-change.html +outline-auto-width-001.html +outline-style-011.html +outline-style-012.html +outline-style-013.html +outline-style-014.html +parsing/outline-style-computed.html +parsing/outline-style-invalid.html +parsing/outline-style-valid.html + +

Outline Colors: the 'outline-color' property

@@ -344,6 +443,14 @@ Computed value: The computed value for ''outline-color/invert'' is ''outline-col
 Animation Type: by computed value
 
+ +animation/outline-color-interpolation.html +outline-color-001.html +parsing/outline-color-computed.html +parsing/outline-color-invalid.html +parsing/outline-color-valid.html + + The outline created with the outline properties is drawn "over" a box, i.e., the outline is always on top, and doesn't influence the position or size of the box, @@ -468,6 +575,17 @@ Computed value: absolute length Animation type: by computed value + +animation/outline-offset-composition.html +animation/outline-offset-interpolation.html +neg-outline-offset-border-radius-crash.html +negative-outline-offset.html +outline-offset-001.html +parsing/outline-offset-computed.html +parsing/outline-offset-invalid.html +parsing/outline-offset-valid.html + + If the computed value of 'outline-offset' is anything other than 0, then the outline is outset from the border edge by that amount. @@ -522,6 +640,37 @@ Computed value: specified keyword Animation type: discrete + +parsing/resize-computed.html +parsing/resize-invalid.html +parsing/resize-valid.html +resize-001.html +resize-002.html +resize-003.html +resize-004.html +resize-005.html +resize-006.html +resize-007.html +resize-008.html +resize-009.html +resize-010.html +resize-011.html +resize-012.html +resize-013.html +resize-014.html +resize-015.html +resize-016.html +resize-017.html +resize-018.html +resize-019.html +resize-020.html +resize-021.html +resize-change-margin.html +resize-child-will-change-transform.html +resize-generated-content.html +resize-interactive.html + +
none
The UA does not present a resizing mechanism on the element, @@ -643,6 +792,55 @@ Computed value: specified keyword Animation type: discrete + +crashtests/text-overflow-ellipsis-multiline-crash.html +parsing/text-overflow-computed.html +parsing/text-overflow-invalid.html +parsing/text-overflow-valid.html +text-overflow-001.html +text-overflow-002.html +text-overflow-003.html +text-overflow-004.html +text-overflow-005.html +text-overflow-006.html +text-overflow-007.html +text-overflow-008.html +text-overflow-009.html +text-overflow-010.html +text-overflow-011.html +text-overflow-012.html +text-overflow-013.html +text-overflow-014.html +text-overflow-015.html +text-overflow-016.html +text-overflow-017.html +text-overflow-020.html +text-overflow-021.html +text-overflow-022.html +text-overflow-023.html +text-overflow-024.html +text-overflow-025.html +text-overflow-026.html +text-overflow-027.html +text-overflow-028.html +text-overflow-029.html +text-overflow-030.html +text-overflow-change-color.html +text-overflow-ellipsis-abspos-in-inline-block-crash-001.html +text-overflow-ellipsis-hyphen.html +text-overflow-ellipsis-indent-001.html +text-overflow-ellipsis-multiline-001.html +text-overflow-ellipsis-self-painting.html +text-overflow-ellipsis-width-001.html +text-overflow-ruby.html +text-overflow-string-001.html +text-overflow-string-002.html +text-overflow-string-003.html +text-overflow-string-004.html +text-overflow-string-005.html +text-overflow.html + + This property specifies rendering when inline content overflows its end line box edge in the inline progression direction of its block container element ("the block") @@ -746,6 +944,11 @@ Behavior of partially-selected ellipsed text is up to the UA. + +text-overflow-018.html +text-overflow-019.html + +

Example(s):

text-overflow examples

@@ -930,6 +1133,122 @@ Computed value: as specified, except with any relative URLs converted to absolut Animation type: discrete + +animation/cursor-no-interpolation.html +cgitor-image-png-016-manual.html +cgrsor-image-png-017-manual.html +cgrsor-image-png-019-manual.html +cgrsor-image-png-023-manual.html +cgrsor-image-png-024-manual.html +cgrsor-image-png-025-manual.html +cgrsor-image-png-027-manual.html +cgrsor-image-png-028-manual.html +cgrsor-image-png-036-manual.html +cgrsor-image-png-040-manual.html +cgrsor-image-png-042-manual.html +cursor-001-manual.html +cursor-002-manual.html +cursor-003-manual.html +cursor-004-manual.html +cursor-005-manual.html +cursor-006-manual.html +cursor-007-manual.html +cursor-008-manual.html +cursor-009-manual.html +cursor-010-manual.html +cursor-011-manual.html +cursor-012-manual.html +cursor-013-manual.html +cursor-014-manual.html +cursor-015-manual.html +cursor-016-manual.html +cursor-017-manual.html +cursor-018-manual.html +cursor-019-manual.html +cursor-020-manual.html +cursor-autg-003-manual.html +cursor-auto-001-manual.html +cursor-auto-002-manual.html +cursor-auto-004-manual.html +cursor-auto-005.html +cursor-auto-006-manual.html +cursor-auto-007.html +cursor-border-area.html +cursor-box-004.html +cursor-box-005.html +cursor-box-006.html +cursor-box-007-manual.html +cursor-calc-hotspot.html +cursor-content-area-manual.html +cursor-gover-003-manual.html +cursor-hover-001-manual.html +cursor-hover-002.html +cursor-image-001.html +cursor-image-002.html +cursor-image-003-manual.html +cursor-image-004-manual.html +cursor-image-005-manual.html +cursor-image-005-nfs-manual.html +cursor-image-006-manual.html +cursor-image-008-manual.html +cursor-image-009-manual.html +cursor-image-010-manual.html +cursor-image-011-manual.html +cursor-image-012-manual.html +cursor-image-013.html +cursor-image-014-manual.html +cursor-image-016-manual.html +cursor-image-017-manual.html +cursor-image-018-manual.html +cursor-image-png-001-manual.html +cursor-image-png-002-manual.html +cursor-image-png-003-manual.html +cursor-image-png-004.html +cursor-image-png-005-manual.html +cursor-image-png-006-manual.html +cursor-image-png-007-manual.html +cursor-image-png-008-manual.html +cursor-image-png-009-manual.html +cursor-image-png-010-manual.html +cursor-image-png-011-manual.html +cursor-image-png-012-manual.html +cursor-image-png-013-manual.html +cursor-image-png-014-manual.html +cursor-image-png-018.html +cursor-image-png-020-manual.html +cursor-image-png-021-manual.html +cursor-image-png-022.html +cursor-image-png-026-manual.html +cursor-image-png-029-manual.html +cursor-image-png-030-manual.html +cursor-image-png-031.html +cursor-image-png-032.html +cursor-image-png-033.html +cursor-image-png-034-manual.html +cursor-image-png-035-manual.html +cursor-image-png-037-manual.html +cursor-image-png-038-manual.html +cursor-image-png-039-manual.html +cursor-image-png-041-manual.html +cursor-image-png-043-manual.html +cursor-imgge-png-015-manual.html +cursor-imgie-007-manual.html +cursor-outline-area-manual.html +cursor-padding-area-manual.html +cursor-pointer-links-001-manual.html +cursor-pointer-links-002-manual.html +cursor-pointer-links-003-manual.html +cursor-text-001-manual.html +cursor-text-002-manual.html +cursor-x-y-001-manual.html +cursor-x-y-002-manual.html +cursor-x-y-003-manual.html +parsing/cursor-computed.html +parsing/cursor-invalid.html +parsing/cursor-valid.html +select-cursor-001-manual.html + + This property specifies the type of cursor to be displayed for the pointing device when the cursor's hotspot is within the element's border edge. @@ -1260,6 +1579,11 @@ but still generate boxes. For example, if the element has ''visibility: hidden'' but not ''display: none'', boxes are generated for it and its cursor is used for the canvas. + +

Insertion caret

@@ -1277,6 +1601,35 @@ Computed value: The computed value for ''caret-color/auto'' is ''caret-color/aut Animation type: by computed value + +animation/caret-color-composition.html +animation/caret-color-interpolation.html +caret-color-001.html +caret-color-002.html +caret-color-003.html +caret-color-004.html +caret-color-005.html +caret-color-006.html +caret-color-007.html +caret-color-008.html +caret-color-009.html +caret-color-010.html +caret-color-011.html +caret-color-012.html +caret-color-013.html +caret-color-014.html +caret-color-015.html +caret-color-016.html +caret-color-017.html +caret-color-018.html +caret-color-019.html +caret-color-020.html +caret-color-021.html +parsing/caret-color-computed.html +parsing/caret-color-invalid.html +parsing/caret-color-valid.html + +
auto
User agents should use currentColor. @@ -1638,3 +1991,1017 @@ frame[noresize] { */ + + + + + + diff --git a/css-ui-4/Overview.bs b/css-ui-4/Overview.bs index 75f158627eb4..c71040cc5c56 100644 --- a/css-ui-4/Overview.bs +++ b/css-ui-4/Overview.bs @@ -39,6 +39,7 @@ Abstract: This specification describes user interface related to style basic user interface elements in a document. At risk: Applicability of 'user-select' to ''::before'' and ''::after'' Can I Use URL: https://drafts.csswg.org/css-ui-3/ +WPT Path Prefix: css/css-ui/ Can I Use URL: http://drafts.csswg.org/css-ui-3/ Can I Use URL: https://drafts.csswg.org/css-ui/ Can I Use URL: http://drafts.csswg.org/css-ui/ @@ -192,6 +193,9 @@ Introduction [[CSS-UI-3]] was later introduced to incorporate, extend, and supersede these. This specification continues this work, and in turn replaces [[CSS-UI-3]]. + + inheritance.html +

Purpose

@@ -314,6 +318,32 @@ Outline properties The rendering of applying transforms to outlines is left explicitly undefined. + + outline-003.html + outline-004.html + outline-005.html + outline-007.html + outline-008.html + outline-009.html + outline-010.html + outline-011.html + outline-012.html + outline-013.html + outline-014.html + outline-015.html + outline-016.html + outline-019.html + outline-020.html + outline-021.html + outline-022.html + outline-024.html + outline-025.html + outline-026.html + outline-027.html + outline-028.html + outline-negative-offset-composited-scroll.html + outline-style-inherit.html +

Outlines Shorthand: the 'outline' property

@@ -325,6 +355,20 @@ Outline properties Percentages: N/A + + crashtests/outline-scrollIntoView-crash.html + outline-001.html + outline-002.html + outline-003.html + outline-023.html + outline-with-padding-001.html + parsing/canonical-order-outline-sub-properties-001.html + parsing/outline-invalid.html + parsing/outline-shorthand.html + parsing/outline-valid.html + translucent-outline.html + + The 'outline' property is a shorthand property and sets all three of 'outline-style', 'outline-width', @@ -421,6 +465,15 @@ Outline Thickness: the 'outline-width' property Animation type: by computed value + + animation/outline-width-composition.html + animation/outline-width-interpolation.html + outline-with-001-crash.html + parsing/outline-width-computed.html + parsing/outline-width-invalid.html + parsing/outline-width-valid.html + + The 'outline-width' property accepts the same values as 'border-width' ([[css-backgrounds-3#border-width]]), @@ -467,7 +520,17 @@ Outline Patterns: the 'outline-style' property ''outline-style/solid''. - css/css-ui/outline-auto-width-001.html + outline-017.html + outline-018.html + outline-auto-width-001.html + outline-auto-dynamic-change.html + outline-style-011.html + outline-style-012.html + outline-style-013.html + outline-style-014.html + parsing/outline-style-computed.html + parsing/outline-style-invalid.html + parsing/outline-style-valid.html @@ -485,6 +548,17 @@ Outline Colors: the 'outline-color' property Animation type: by computed value + + animation/outline-color-interpolation.html + outline-color-001.html + outline-color-002.html + outline-color-003.html + outline-color-004.html + parsing/outline-color-computed.html + parsing/outline-color-invalid.html + parsing/outline-color-valid.html + + The 'outline-color' property accepts all values of <<'border-top-color'>>, as well as the following keywords: @@ -533,6 +607,19 @@ Offsetting the Outline: the 'outline-offset' property Animation Type: by computed value + + animation/outline-offset-composition.html + animation/outline-offset-interpolation.html + neg-outline-offset-border-radius-crash.html + negative-outline-offset.html + outline-offset-001.html + outline-offset-table-001.html + outline-offset.html + parsing/outline-offset-computed.html + parsing/outline-offset-invalid.html + parsing/outline-offset-valid.html + + If the computed value of 'outline-offset' is anything other than 0, then the outline is outset from the border edge by that amount. @@ -590,6 +677,37 @@ Resizing Boxes: the 'resize' property Animation type: discrete + + parsing/resize-computed.html + parsing/resize-invalid.html + parsing/resize-valid.html + resize-001.html + resize-002.html + resize-003.html + resize-004.html + resize-005.html + resize-006.html + resize-007.html + resize-008.html + resize-009.html + resize-010.html + resize-011.html + resize-012.html + resize-013.html + resize-014.html + resize-015.html + resize-016.html + resize-017.html + resize-018.html + resize-019.html + resize-020.html + resize-021.html + resize-change-margin.html + resize-child-will-change-transform.html + resize-generated-content.html + resize-interactive.html + +
none
@@ -729,6 +847,123 @@ Styling the Cursor: the 'cursor' property Animation type: discrete + + animation/cursor-no-interpolation.html + cgitor-image-png-016-manual.html + cgrsor-image-png-017-manual.html + cgrsor-image-png-019-manual.html + cgrsor-image-png-023-manual.html + cgrsor-image-png-024-manual.html + cgrsor-image-png-025-manual.html + cgrsor-image-png-027-manual.html + cgrsor-image-png-028-manual.html + cgrsor-image-png-036-manual.html + cgrsor-image-png-040-manual.html + cgrsor-image-png-042-manual.html + cursor-001-manual.html + cursor-002-manual.html + cursor-003-manual.html + cursor-004-manual.html + cursor-005-manual.html + cursor-006-manual.html + cursor-007-manual.html + cursor-008-manual.html + cursor-009-manual.html + cursor-010-manual.html + cursor-011-manual.html + cursor-012-manual.html + cursor-013-manual.html + cursor-014-manual.html + cursor-015-manual.html + cursor-016-manual.html + cursor-017-manual.html + cursor-018-manual.html + cursor-019-manual.html + cursor-020-manual.html + cursor-autg-003-manual.html + cursor-auto-001-manual.html + cursor-auto-002-manual.html + cursor-auto-004-manual.html + cursor-auto-005.html + cursor-auto-006-manual.html + cursor-auto-007.html + cursor-border-area.html + cursor-box-004.html + cursor-box-005.html + cursor-box-006.html + cursor-box-007-manual.html + cursor-calc-hotspot.html + cursor-content-area-manual.html + cursor-gover-003-manual.html + cursor-hover-001-manual.html + cursor-hover-002.html + cursor-image-001.html + cursor-image-002.html + cursor-image-003-manual.html + cursor-image-004-manual.html + cursor-image-005-manual.html + cursor-image-005-nfs-manual.html + cursor-image-006-manual.html + cursor-image-008-manual.html + cursor-image-009-manual.html + cursor-image-010-manual.html + cursor-image-011-manual.html + cursor-image-012-manual.html + cursor-image-013.html + cursor-image-014-manual.html + cursor-image-015-manual.html + cursor-image-016-manual.html + cursor-image-017-manual.html + cursor-image-018-manual.html + cursor-image-png-001-manual.html + cursor-image-png-002-manual.html + cursor-image-png-003-manual.html + cursor-image-png-004.html + cursor-image-png-005-manual.html + cursor-image-png-006-manual.html + cursor-image-png-007-manual.html + cursor-image-png-008-manual.html + cursor-image-png-009-manual.html + cursor-image-png-010-manual.html + cursor-image-png-011-manual.html + cursor-image-png-012-manual.html + cursor-image-png-013-manual.html + cursor-image-png-014-manual.html + cursor-image-png-018.html + cursor-image-png-020-manual.html + cursor-image-png-021-manual.html + cursor-image-png-022.html + cursor-image-png-026-manual.html + cursor-image-png-029-manual.html + cursor-image-png-030-manual.html + cursor-image-png-031.html + cursor-image-png-032.html + cursor-image-png-033.html + cursor-image-png-034-manual.html + cursor-image-png-035-manual.html + cursor-image-png-037-manual.html + cursor-image-png-038-manual.html + cursor-image-png-039-manual.html + cursor-image-png-041-manual.html + cursor-image-png-043-manual.html + cursor-imgge-png-015-manual.html + cursor-imgie-007-manual.html + cursor-outline-area-manual.html + cursor-padding-area-manual.html + cursor-pointer-links-001-manual.html + cursor-pointer-links-002-manual.html + cursor-pointer-links-003-manual.html + cursor-text-001-manual.html + cursor-text-002-manual.html + cursor-x-y-001-manual.html + cursor-x-y-002-manual.html + cursor-x-y-003-manual.html + parsing/cursor-computed.html + parsing/cursor-invalid.html + parsing/cursor-valid.html + select-cursor-001-manual.html + + This property specifies the type of cursor to be displayed for the pointing device when the cursor's hotspot is within the element's border edge. @@ -1080,6 +1315,11 @@ Cursor of the canvas if the element has ''visibility: hidden'' but not ''display: none'', boxes are generated for it and its cursor is used for the canvas. + + canvas-cursor-001.html + canvas-cursor-002.html + +

Insertion caret

@@ -1128,6 +1368,35 @@ Coloring the Insertion Caret: the 'caret-color' property Animation Type: by computed value + + animation/caret-color-composition.html + animation/caret-color-interpolation.html + caret-color-001.html + caret-color-002.html + caret-color-003.html + caret-color-004.html + caret-color-005.html + caret-color-006.html + caret-color-007.html + caret-color-008.html + caret-color-009.html + caret-color-010.html + caret-color-011.html + caret-color-012.html + caret-color-013.html + caret-color-014.html + caret-color-015.html + caret-color-016.html + caret-color-017.html + caret-color-018.html + caret-color-019.html + caret-color-020.html + caret-color-021.html + parsing/caret-color-computed.html + parsing/caret-color-invalid.html + parsing/caret-color-valid.html + + This property controls the color of the [=insertion caret=].
@@ -1171,6 +1440,10 @@ Animation of the insertion caret: 'caret-animation' Animation type: discrete + + animation/caret-animation-parsing.html + + On most platforms and in most UAs, the [=insertion caret=] blinks. This property allows the author @@ -1291,6 +1564,29 @@ Shape of the insertion caret: 'caret-shape' Animation type: by computed value + + caret-eol-001.html + caret-eol-002.html + caret-eol-003.html + caret-shape-block-001-rtl-sideways-lr.html + caret-shape-block-001-rtl-sideways-rl.html + caret-shape-block-001-rtl-vlr.html + caret-shape-block-001-rtl-vrl.html + caret-shape-block-001-rtl.html + caret-shape-block-001-sideways-lr.html + caret-shape-block-001-sideways-rl.html + caret-shape-block-001-vlr.html + caret-shape-block-001-vrl.html + caret-shape-block-001.html + caret-shape-block-002.html + caret-shape-block-color-001.html + caret-shape-block-empty-001.html + caret-shape-block-fallback-001.html + caret-shape-block-zoom.html + caret-shape-parsing.html + caret-shape-underscore-001.html + + This property allows authors to specify the desired shape of the [=insertion caret=]. @@ -1540,6 +1836,92 @@ Directional Focus Navigation: the 'nav-up', 'nav-right', 'nav-down', 'nav-left' Animation type: discrete + + nav-dir-001.html + nav-dir-002.html + nav-dir-003.html + nav-dir-004.html + nav-dir-005.html + nav-dir-missing-1.html + nav-dir-missing-2.html + nav-dir-missing-3.html + nav-dir-missing-4.html + nav-dir-target-001.html + nav-dir-target-002.html + nav-dir-target-003.html + nav-dir-target-004.html + nav-dir-target-005.html + nav-dir-target-006.html + nav-down-000.html + nav-down-001.html + nav-down-002.html + nav-down-003.html + nav-down-004.html + nav-down-005.html + nav-down-006.html + nav-down-007.html + nav-down-008.html + nav-down-009.html + nav-down-010.html + nav-down-011.html + nav-down-012.html + nav-down-013.html + nav-down-014.html + nav-down-015.html + nav-down-016.html + nav-left-000.html + nav-left-001.html + nav-left-002.html + nav-left-003.html + nav-left-004.html + nav-left-005.html + nav-left-006.html + nav-left-007.html + nav-left-008.html + nav-left-009.html + nav-left-010.html + nav-left-011.html + nav-left-012.html + nav-left-013.html + nav-left-014.html + nav-left-015.html + nav-left-016.html + nav-right-000.html + nav-right-001.html + nav-right-002.html + nav-right-003.html + nav-right-004.html + nav-right-005.html + nav-right-006.html + nav-right-007.html + nav-right-008.html + nav-right-009.html + nav-right-010.html + nav-right-011.html + nav-right-012.html + nav-right-013.html + nav-right-014.html + nav-right-015.html + nav-right-016.html + nav-up-000.html + nav-up-001.html + nav-up-002.html + nav-up-003.html + nav-up-004.html + nav-up-005.html + nav-up-006.html + nav-up-007.html + nav-up-008.html + nav-up-009.html + nav-up-010.html + nav-up-011.html + nav-up-012.html + nav-up-013.html + nav-up-014.html + nav-up-015.html + nav-up-016.html + +
auto
The user agent automatically determines which element to navigate the focus to in response to directional navigational input. @@ -1712,6 +2094,16 @@ Controlling content selection Animation type: discrete + + parsing/user-select-computed.html + parsing/user-select-invalid.html + parsing/user-select-valid.html + user-select-001.html + user-select-inheritance.html + user-select-none-in-editable.html + user-select-none-on-input.html + + User agents must not apply the 'user-select' property to the ''::first-line'' and ''::first-letter'' pseudo-elements. @@ -1971,6 +2363,11 @@ Exclusion from Hit-testing: the 'pointer-events' property Animation type: by computed value type + + pointer-events-no-scrollbars-001.html + pointer-events-no-scrollbars-002.html + + The 'pointer-events' property defines whether an element's boxes can be targeted by point pointer events. Values have the following meanings: @@ -2026,6 +2423,19 @@ Computed Value: as specified Animation type: discrete + +inert-attribute-overriding.html +interactivity-inert-animated.html +interactivity-inert-click.html +interactivity-inert-find.html +interactivity-inert-focus.html +interactivity-inert-fullscreen-ua.html +interactivity-inert-html-attribute-ua.html +interactivity-inert-modal-dialog-ua.html +parsing/interactivity-computed.html +parsing/interactivity.html + + The 'interactivity' property specifies whether an element and its [=flat tree=] descendants (including [=text nodes=]) are [=inert=] or not. @@ -2197,6 +2607,19 @@ Widget Accent Colors: the 'accent-color' property Animation type: by computed value type + + accent-color-checkbox-checked-001.html + accent-color-computed.html + accent-color-invalidation-currentcolor.html + accent-color-parent-currentcolor.html + accent-color-parsing.html + accent-color-radio-checked-001.html + accent-color-visited.html + animation/accent-color-interpolation.html + transparent-accent-color-001.html + transparent-accent-color-002.html + + User interface controls on any given platform are typically designed as a cohesive set, under a single, cohesive visual style. On many platforms (though not all), @@ -2330,6 +2753,54 @@ Switching appearance: the 'appearance' property Animation type: discrete + + animation/appearance-no-interpolation.html + appearance-auto-001.html + appearance-auto-input-non-widget-001.html + appearance-auto-non-html-namespace-001.html + appearance-button-001.html + appearance-checkbox-001.html + appearance-cssom-001.html + appearance-initial-value-001.html + appearance-listbox-001.html + appearance-menulist-001.html + appearance-menulist-button-001.html + appearance-menulist-button-002.tentative.html + appearance-meter-001.html + appearance-parsing.html + appearance-progress-bar-001.html + appearance-progress-bar-002.html + appearance-property.html + appearance-radio-001.html + appearance-revert-001.tentative.html + appearance-searchfield-001.html + appearance-serialization.html + appearance-textarea-001.html + appearance-textfield-001.html + button-author-level-padding-applies.html + parsing/webkit-appearance-alias.html + select-author-level-padding-applies.html + webkit-appearance-auto-001.html + webkit-appearance-auto-input-non-widget-001.html + webkit-appearance-auto-non-html-namespace-001.html + webkit-appearance-button-001.html + webkit-appearance-checkbox-001.html + webkit-appearance-listbox-001.html + webkit-appearance-menulist-001.html + webkit-appearance-menulist-button-001.html + webkit-appearance-menulist-button-002.tentative.html + webkit-appearance-meter-001.html + webkit-appearance-parsing.html + webkit-appearance-progress-bar-001.html + webkit-appearance-progress-bar-002.html + webkit-appearance-property.html + webkit-appearance-radio-001.html + webkit-appearance-searchfield-001.html + webkit-appearance-serialization.html + webkit-appearance-textarea-001.html + webkit-appearance-textfield-001.html + + While the way most elements in a document look can be fully controlled by CSS, widgets are typically rendered by UAs using native UI controls of the host operating system, which can neither be replicated nor styled using CSS. @@ -2417,7 +2888,7 @@ Switching appearance: the 'appearance' property
auto
- The element's box is laid out like a regular replaced element. + The element's box is laid out like a regular replaced element. Within that box, elements representing widgets should have the native appearance of that widget. @@ -2641,6 +3112,813 @@ Properties Disabling Native Appearance
  • 'border-end-end-radius' + + compute-kind-widget-fallback-props-revert-001.html + compute-kind-widget-generated/grouped-kind-of-widget-fallback-background-attachment-001.html + compute-kind-widget-generated/grouped-kind-of-widget-fallback-background-color-001.html + compute-kind-widget-generated/grouped-kind-of-widget-fallback-border-block-start-color-001.html + compute-kind-widget-generated/grouped-kind-of-widget-fallback-border-block-start-style-001.html + compute-kind-widget-generated/grouped-kind-of-widget-fallback-border-block-start-width-001.html + compute-kind-widget-generated/grouped-kind-of-widget-fallback-border-image-source-001.html + compute-kind-widget-generated/grouped-kind-of-widget-fallback-border-top-color-001.html + compute-kind-widget-generated/grouped-kind-of-widget-fallback-border-top-left-radius-001.html + compute-kind-widget-generated/grouped-kind-of-widget-fallback-border-top-style-001.html + compute-kind-widget-generated/grouped-kind-of-widget-fallback-border-top-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-button-background-attachment-001.html + compute-kind-widget-generated/kind-of-widget-fallback-button-background-clip-001.html + compute-kind-widget-generated/kind-of-widget-fallback-button-background-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-button-background-image-001.html + compute-kind-widget-generated/kind-of-widget-fallback-button-background-origin-001.html + compute-kind-widget-generated/kind-of-widget-fallback-button-background-position-001.html + compute-kind-widget-generated/kind-of-widget-fallback-button-background-size-001.html + compute-kind-widget-generated/kind-of-widget-fallback-button-border-block-end-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-button-border-block-end-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-button-border-block-end-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-button-border-block-start-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-button-border-block-start-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-button-border-block-start-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-button-border-bottom-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-button-border-bottom-left-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-button-border-bottom-right-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-button-border-bottom-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-button-border-bottom-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-button-border-end-end-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-button-border-end-start-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-button-border-image-outset-001.html + compute-kind-widget-generated/kind-of-widget-fallback-button-border-image-repeat-001.html + compute-kind-widget-generated/kind-of-widget-fallback-button-border-image-slice-001.html + compute-kind-widget-generated/kind-of-widget-fallback-button-border-image-source-001.html + compute-kind-widget-generated/kind-of-widget-fallback-button-border-image-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-button-border-inline-end-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-button-border-inline-end-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-button-border-inline-end-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-button-border-inline-start-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-button-border-inline-start-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-button-border-inline-start-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-button-border-left-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-button-border-left-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-button-border-left-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-button-border-right-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-button-border-right-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-button-border-right-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-button-border-start-end-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-button-border-start-start-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-button-border-top-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-button-border-top-left-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-button-border-top-right-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-button-border-top-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-button-border-top-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-background-attachment-001.html + compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-background-clip-001.html + compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-background-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-background-image-001.html + compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-background-origin-001.html + compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-background-position-001.html + compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-background-size-001.html + compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-border-block-end-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-border-block-end-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-border-block-end-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-border-block-start-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-border-block-start-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-border-block-start-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-border-bottom-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-border-bottom-left-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-border-bottom-right-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-border-bottom-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-border-bottom-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-border-end-end-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-border-end-start-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-border-image-outset-001.html + compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-border-image-repeat-001.html + compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-border-image-slice-001.html + compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-border-image-source-001.html + compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-border-image-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-border-inline-end-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-border-inline-end-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-border-inline-end-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-border-inline-start-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-border-inline-start-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-border-inline-start-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-border-left-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-border-left-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-border-left-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-border-right-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-border-right-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-border-right-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-border-start-end-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-border-start-start-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-border-top-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-border-top-left-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-border-top-right-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-border-top-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-border-top-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-color-input-background-attachment-001.html + compute-kind-widget-generated/kind-of-widget-fallback-color-input-background-clip-001.html + compute-kind-widget-generated/kind-of-widget-fallback-color-input-background-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-color-input-background-image-001.html + compute-kind-widget-generated/kind-of-widget-fallback-color-input-background-origin-001.html + compute-kind-widget-generated/kind-of-widget-fallback-color-input-background-position-001.html + compute-kind-widget-generated/kind-of-widget-fallback-color-input-background-size-001.html + compute-kind-widget-generated/kind-of-widget-fallback-color-input-border-block-end-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-color-input-border-block-end-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-color-input-border-block-end-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-color-input-border-block-start-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-color-input-border-block-start-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-color-input-border-block-start-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-color-input-border-bottom-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-color-input-border-bottom-left-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-color-input-border-bottom-right-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-color-input-border-bottom-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-color-input-border-bottom-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-color-input-border-end-end-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-color-input-border-end-start-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-color-input-border-image-outset-001.html + compute-kind-widget-generated/kind-of-widget-fallback-color-input-border-image-repeat-001.html + compute-kind-widget-generated/kind-of-widget-fallback-color-input-border-image-slice-001.html + compute-kind-widget-generated/kind-of-widget-fallback-color-input-border-image-source-001.html + compute-kind-widget-generated/kind-of-widget-fallback-color-input-border-image-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-color-input-border-inline-end-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-color-input-border-inline-end-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-color-input-border-inline-end-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-color-input-border-inline-start-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-color-input-border-inline-start-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-color-input-border-inline-start-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-color-input-border-left-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-color-input-border-left-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-color-input-border-left-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-color-input-border-right-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-color-input-border-right-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-color-input-border-right-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-color-input-border-start-end-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-color-input-border-start-start-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-color-input-border-top-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-color-input-border-top-left-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-color-input-border-top-right-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-color-input-border-top-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-color-input-border-top-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-button-background-attachment-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-button-background-clip-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-button-background-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-button-background-image-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-button-background-origin-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-button-background-position-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-button-background-size-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-button-border-block-end-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-button-border-block-end-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-button-border-block-end-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-button-border-block-start-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-button-border-block-start-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-button-border-block-start-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-button-border-bottom-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-button-border-bottom-left-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-button-border-bottom-right-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-button-border-bottom-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-button-border-bottom-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-button-border-end-end-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-button-border-end-start-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-button-border-image-outset-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-button-border-image-repeat-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-button-border-image-slice-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-button-border-image-source-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-button-border-image-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-button-border-inline-end-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-button-border-inline-end-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-button-border-inline-end-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-button-border-inline-start-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-button-border-inline-start-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-button-border-inline-start-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-button-border-left-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-button-border-left-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-button-border-left-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-button-border-right-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-button-border-right-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-button-border-right-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-button-border-start-end-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-button-border-start-start-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-button-border-top-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-button-border-top-left-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-button-border-top-right-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-button-border-top-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-button-border-top-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-reset-background-attachment-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-reset-background-clip-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-reset-background-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-reset-background-image-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-reset-background-origin-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-reset-background-position-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-reset-background-size-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-reset-border-block-end-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-reset-border-block-end-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-reset-border-block-end-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-reset-border-block-start-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-reset-border-block-start-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-reset-border-block-start-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-reset-border-bottom-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-reset-border-bottom-left-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-reset-border-bottom-right-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-reset-border-bottom-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-reset-border-bottom-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-reset-border-end-end-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-reset-border-end-start-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-reset-border-image-outset-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-reset-border-image-repeat-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-reset-border-image-slice-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-reset-border-image-source-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-reset-border-image-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-reset-border-inline-end-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-reset-border-inline-end-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-reset-border-inline-end-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-reset-border-inline-start-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-reset-border-inline-start-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-reset-border-inline-start-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-reset-border-left-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-reset-border-left-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-reset-border-left-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-reset-border-right-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-reset-border-right-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-reset-border-right-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-reset-border-start-end-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-reset-border-start-start-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-reset-border-top-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-reset-border-top-left-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-reset-border-top-right-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-reset-border-top-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-reset-border-top-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-background-attachment-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-background-clip-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-background-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-background-image-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-background-origin-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-background-position-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-background-size-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-border-block-end-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-border-block-end-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-border-block-end-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-border-block-start-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-border-block-start-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-border-block-start-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-border-bottom-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-border-bottom-left-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-border-bottom-right-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-border-bottom-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-border-bottom-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-border-end-end-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-border-end-start-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-border-image-outset-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-border-image-repeat-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-border-image-slice-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-border-image-source-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-border-image-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-border-inline-end-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-border-inline-end-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-border-inline-end-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-border-inline-start-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-border-inline-start-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-border-inline-start-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-border-left-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-border-left-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-border-left-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-border-right-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-border-right-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-border-right-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-border-start-end-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-border-start-start-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-border-top-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-border-top-left-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-border-top-right-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-border-top-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-border-top-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-text-background-attachment-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-text-background-clip-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-text-background-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-text-background-image-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-text-background-origin-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-text-background-position-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-text-background-size-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-text-border-block-end-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-text-border-block-end-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-text-border-block-end-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-text-border-block-start-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-text-border-block-start-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-text-border-block-start-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-text-border-bottom-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-text-border-bottom-left-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-text-border-bottom-right-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-text-border-bottom-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-text-border-bottom-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-text-border-end-end-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-text-border-end-start-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-text-border-image-outset-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-text-border-image-repeat-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-text-border-image-slice-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-text-border-image-source-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-text-border-image-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-text-border-inline-end-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-text-border-inline-end-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-text-border-inline-end-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-text-border-inline-start-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-text-border-inline-start-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-text-border-inline-start-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-text-border-left-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-text-border-left-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-text-border-left-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-text-border-right-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-text-border-right-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-text-border-right-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-text-border-start-end-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-text-border-start-start-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-text-border-top-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-text-border-top-left-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-text-border-top-right-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-text-border-top-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-search-text-border-top-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-submit-background-attachment-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-submit-background-clip-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-submit-background-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-submit-background-image-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-submit-background-origin-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-submit-background-position-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-submit-background-size-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-submit-border-block-end-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-submit-border-block-end-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-submit-border-block-end-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-submit-border-block-start-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-submit-border-block-start-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-submit-border-block-start-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-submit-border-bottom-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-submit-border-bottom-left-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-submit-border-bottom-right-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-submit-border-bottom-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-submit-border-bottom-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-submit-border-end-end-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-submit-border-end-start-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-submit-border-image-outset-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-submit-border-image-repeat-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-submit-border-image-slice-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-submit-border-image-source-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-submit-border-image-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-submit-border-inline-end-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-submit-border-inline-end-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-submit-border-inline-end-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-submit-border-inline-start-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-submit-border-inline-start-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-submit-border-inline-start-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-submit-border-left-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-submit-border-left-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-submit-border-left-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-submit-border-right-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-submit-border-right-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-submit-border-right-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-submit-border-start-end-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-submit-border-start-start-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-submit-border-top-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-submit-border-top-left-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-submit-border-top-right-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-submit-border-top-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-submit-border-top-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-text-background-attachment-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-text-background-clip-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-text-background-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-text-background-image-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-text-background-origin-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-text-background-position-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-text-background-size-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-text-border-block-end-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-text-border-block-end-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-text-border-block-end-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-text-border-block-start-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-text-border-block-start-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-text-border-block-start-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-text-border-bottom-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-text-border-bottom-left-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-text-border-bottom-right-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-text-border-bottom-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-text-border-bottom-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-text-border-end-end-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-text-border-end-start-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-text-border-image-outset-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-text-border-image-repeat-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-text-border-image-slice-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-text-border-image-source-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-text-border-image-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-text-border-inline-end-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-text-border-inline-end-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-text-border-inline-end-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-text-border-inline-start-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-text-border-inline-start-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-text-border-inline-start-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-text-border-left-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-text-border-left-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-text-border-left-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-text-border-right-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-text-border-right-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-text-border-right-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-text-border-start-end-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-text-border-start-start-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-text-border-top-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-text-border-top-left-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-text-border-top-right-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-text-border-top-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-input-text-border-top-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-link-background-attachment-001.html + compute-kind-widget-generated/kind-of-widget-fallback-link-background-clip-001.html + compute-kind-widget-generated/kind-of-widget-fallback-link-background-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-link-background-image-001.html + compute-kind-widget-generated/kind-of-widget-fallback-link-background-origin-001.html + compute-kind-widget-generated/kind-of-widget-fallback-link-background-position-001.html + compute-kind-widget-generated/kind-of-widget-fallback-link-background-size-001.html + compute-kind-widget-generated/kind-of-widget-fallback-link-border-block-end-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-link-border-block-end-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-link-border-block-end-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-link-border-block-start-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-link-border-block-start-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-link-border-block-start-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-link-border-bottom-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-link-border-bottom-left-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-link-border-bottom-right-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-link-border-bottom-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-link-border-bottom-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-link-border-end-end-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-link-border-end-start-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-link-border-image-outset-001.html + compute-kind-widget-generated/kind-of-widget-fallback-link-border-image-repeat-001.html + compute-kind-widget-generated/kind-of-widget-fallback-link-border-image-slice-001.html + compute-kind-widget-generated/kind-of-widget-fallback-link-border-image-source-001.html + compute-kind-widget-generated/kind-of-widget-fallback-link-border-image-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-link-border-inline-end-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-link-border-inline-end-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-link-border-inline-end-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-link-border-inline-start-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-link-border-inline-start-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-link-border-inline-start-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-link-border-left-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-link-border-left-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-link-border-left-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-link-border-right-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-link-border-right-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-link-border-right-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-link-border-start-end-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-link-border-start-start-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-link-border-top-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-link-border-top-left-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-link-border-top-right-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-link-border-top-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-link-border-top-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-meter-background-attachment-001.html + compute-kind-widget-generated/kind-of-widget-fallback-meter-background-clip-001.html + compute-kind-widget-generated/kind-of-widget-fallback-meter-background-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-meter-background-image-001.html + compute-kind-widget-generated/kind-of-widget-fallback-meter-background-origin-001.html + compute-kind-widget-generated/kind-of-widget-fallback-meter-background-position-001.html + compute-kind-widget-generated/kind-of-widget-fallback-meter-background-size-001.html + compute-kind-widget-generated/kind-of-widget-fallback-meter-border-block-end-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-meter-border-block-end-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-meter-border-block-end-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-meter-border-block-start-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-meter-border-block-start-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-meter-border-block-start-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-meter-border-bottom-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-meter-border-bottom-left-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-meter-border-bottom-right-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-meter-border-bottom-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-meter-border-bottom-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-meter-border-end-end-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-meter-border-end-start-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-meter-border-image-outset-001.html + compute-kind-widget-generated/kind-of-widget-fallback-meter-border-image-repeat-001.html + compute-kind-widget-generated/kind-of-widget-fallback-meter-border-image-slice-001.html + compute-kind-widget-generated/kind-of-widget-fallback-meter-border-image-source-001.html + compute-kind-widget-generated/kind-of-widget-fallback-meter-border-image-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-meter-border-inline-end-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-meter-border-inline-end-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-meter-border-inline-end-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-meter-border-inline-start-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-meter-border-inline-start-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-meter-border-inline-start-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-meter-border-left-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-meter-border-left-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-meter-border-left-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-meter-border-right-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-meter-border-right-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-meter-border-right-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-meter-border-start-end-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-meter-border-start-start-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-meter-border-top-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-meter-border-top-left-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-meter-border-top-right-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-meter-border-top-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-meter-border-top-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-progress-background-attachment-001.html + compute-kind-widget-generated/kind-of-widget-fallback-progress-background-clip-001.html + compute-kind-widget-generated/kind-of-widget-fallback-progress-background-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-progress-background-image-001.html + compute-kind-widget-generated/kind-of-widget-fallback-progress-background-origin-001.html + compute-kind-widget-generated/kind-of-widget-fallback-progress-background-position-001.html + compute-kind-widget-generated/kind-of-widget-fallback-progress-background-size-001.html + compute-kind-widget-generated/kind-of-widget-fallback-progress-border-block-end-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-progress-border-block-end-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-progress-border-block-end-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-progress-border-block-start-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-progress-border-block-start-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-progress-border-block-start-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-progress-border-bottom-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-progress-border-bottom-left-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-progress-border-bottom-right-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-progress-border-bottom-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-progress-border-bottom-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-progress-border-end-end-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-progress-border-end-start-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-progress-border-image-outset-001.html + compute-kind-widget-generated/kind-of-widget-fallback-progress-border-image-repeat-001.html + compute-kind-widget-generated/kind-of-widget-fallback-progress-border-image-slice-001.html + compute-kind-widget-generated/kind-of-widget-fallback-progress-border-image-source-001.html + compute-kind-widget-generated/kind-of-widget-fallback-progress-border-image-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-progress-border-inline-end-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-progress-border-inline-end-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-progress-border-inline-end-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-progress-border-inline-start-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-progress-border-inline-start-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-progress-border-inline-start-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-progress-border-left-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-progress-border-left-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-progress-border-left-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-progress-border-right-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-progress-border-right-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-progress-border-right-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-progress-border-start-end-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-progress-border-start-start-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-progress-border-top-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-progress-border-top-left-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-progress-border-top-right-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-progress-border-top-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-progress-border-top-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-radio-input-background-attachment-001.html + compute-kind-widget-generated/kind-of-widget-fallback-radio-input-background-clip-001.html + compute-kind-widget-generated/kind-of-widget-fallback-radio-input-background-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-radio-input-background-image-001.html + compute-kind-widget-generated/kind-of-widget-fallback-radio-input-background-origin-001.html + compute-kind-widget-generated/kind-of-widget-fallback-radio-input-background-position-001.html + compute-kind-widget-generated/kind-of-widget-fallback-radio-input-background-size-001.html + compute-kind-widget-generated/kind-of-widget-fallback-radio-input-border-block-end-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-radio-input-border-block-end-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-radio-input-border-block-end-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-radio-input-border-block-start-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-radio-input-border-block-start-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-radio-input-border-block-start-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-radio-input-border-bottom-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-radio-input-border-bottom-left-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-radio-input-border-bottom-right-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-radio-input-border-bottom-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-radio-input-border-bottom-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-radio-input-border-end-end-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-radio-input-border-end-start-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-radio-input-border-image-outset-001.html + compute-kind-widget-generated/kind-of-widget-fallback-radio-input-border-image-repeat-001.html + compute-kind-widget-generated/kind-of-widget-fallback-radio-input-border-image-slice-001.html + compute-kind-widget-generated/kind-of-widget-fallback-radio-input-border-image-source-001.html + compute-kind-widget-generated/kind-of-widget-fallback-radio-input-border-image-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-radio-input-border-inline-end-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-radio-input-border-inline-end-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-radio-input-border-inline-end-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-radio-input-border-inline-start-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-radio-input-border-inline-start-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-radio-input-border-inline-start-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-radio-input-border-left-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-radio-input-border-left-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-radio-input-border-left-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-radio-input-border-right-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-radio-input-border-right-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-radio-input-border-right-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-radio-input-border-start-end-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-radio-input-border-start-start-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-radio-input-border-top-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-radio-input-border-top-left-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-radio-input-border-top-right-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-radio-input-border-top-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-radio-input-border-top-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-range-background-attachment-001.html + compute-kind-widget-generated/kind-of-widget-fallback-range-background-clip-001.html + compute-kind-widget-generated/kind-of-widget-fallback-range-background-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-range-background-image-001.html + compute-kind-widget-generated/kind-of-widget-fallback-range-background-origin-001.html + compute-kind-widget-generated/kind-of-widget-fallback-range-background-position-001.html + compute-kind-widget-generated/kind-of-widget-fallback-range-background-size-001.html + compute-kind-widget-generated/kind-of-widget-fallback-range-border-block-end-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-range-border-block-end-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-range-border-block-end-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-range-border-block-start-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-range-border-block-start-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-range-border-block-start-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-range-border-bottom-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-range-border-bottom-left-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-range-border-bottom-right-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-range-border-bottom-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-range-border-bottom-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-range-border-end-end-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-range-border-end-start-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-range-border-image-outset-001.html + compute-kind-widget-generated/kind-of-widget-fallback-range-border-image-repeat-001.html + compute-kind-widget-generated/kind-of-widget-fallback-range-border-image-slice-001.html + compute-kind-widget-generated/kind-of-widget-fallback-range-border-image-source-001.html + compute-kind-widget-generated/kind-of-widget-fallback-range-border-image-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-range-border-inline-end-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-range-border-inline-end-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-range-border-inline-end-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-range-border-inline-start-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-range-border-inline-start-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-range-border-inline-start-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-range-border-left-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-range-border-left-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-range-border-left-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-range-border-right-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-range-border-right-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-range-border-right-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-range-border-start-end-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-range-border-start-start-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-range-border-top-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-range-border-top-left-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-range-border-top-right-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-range-border-top-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-range-border-top-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-dropdown-box-background-attachment-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-dropdown-box-background-clip-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-dropdown-box-background-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-dropdown-box-background-image-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-dropdown-box-background-origin-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-dropdown-box-background-position-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-dropdown-box-background-size-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-dropdown-box-border-block-end-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-dropdown-box-border-block-end-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-dropdown-box-border-block-end-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-dropdown-box-border-block-start-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-dropdown-box-border-block-start-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-dropdown-box-border-block-start-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-dropdown-box-border-bottom-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-dropdown-box-border-bottom-left-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-dropdown-box-border-bottom-right-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-dropdown-box-border-bottom-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-dropdown-box-border-bottom-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-dropdown-box-border-end-end-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-dropdown-box-border-end-start-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-dropdown-box-border-image-outset-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-dropdown-box-border-image-repeat-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-dropdown-box-border-image-slice-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-dropdown-box-border-image-source-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-dropdown-box-border-image-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-dropdown-box-border-inline-end-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-dropdown-box-border-inline-end-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-dropdown-box-border-inline-end-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-dropdown-box-border-inline-start-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-dropdown-box-border-inline-start-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-dropdown-box-border-inline-start-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-dropdown-box-border-left-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-dropdown-box-border-left-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-dropdown-box-border-left-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-dropdown-box-border-right-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-dropdown-box-border-right-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-dropdown-box-border-right-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-dropdown-box-border-start-end-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-dropdown-box-border-start-start-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-dropdown-box-border-top-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-dropdown-box-border-top-left-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-dropdown-box-border-top-right-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-dropdown-box-border-top-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-dropdown-box-border-top-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-listbox-background-attachment-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-listbox-background-clip-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-listbox-background-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-listbox-background-image-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-listbox-background-origin-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-listbox-background-position-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-listbox-background-size-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-listbox-border-block-end-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-listbox-border-block-end-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-listbox-border-block-end-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-listbox-border-block-start-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-listbox-border-block-start-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-listbox-border-block-start-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-listbox-border-bottom-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-listbox-border-bottom-left-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-listbox-border-bottom-right-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-listbox-border-bottom-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-listbox-border-bottom-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-listbox-border-end-end-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-listbox-border-end-start-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-listbox-border-image-outset-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-listbox-border-image-repeat-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-listbox-border-image-slice-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-listbox-border-image-source-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-listbox-border-image-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-listbox-border-inline-end-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-listbox-border-inline-end-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-listbox-border-inline-end-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-listbox-border-inline-start-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-listbox-border-inline-start-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-listbox-border-inline-start-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-listbox-border-left-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-listbox-border-left-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-listbox-border-left-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-listbox-border-right-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-listbox-border-right-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-listbox-border-right-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-listbox-border-start-end-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-listbox-border-start-start-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-listbox-border-top-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-listbox-border-top-left-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-listbox-border-top-right-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-listbox-border-top-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-listbox-border-top-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-menulist-button-background-attachment-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-menulist-button-background-clip-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-menulist-button-background-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-menulist-button-background-image-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-menulist-button-background-origin-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-menulist-button-background-position-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-menulist-button-background-size-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-menulist-button-border-block-end-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-menulist-button-border-block-end-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-menulist-button-border-block-end-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-menulist-button-border-block-start-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-menulist-button-border-block-start-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-menulist-button-border-block-start-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-menulist-button-border-bottom-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-menulist-button-border-bottom-left-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-menulist-button-border-bottom-right-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-menulist-button-border-bottom-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-menulist-button-border-bottom-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-menulist-button-border-end-end-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-menulist-button-border-end-start-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-menulist-button-border-image-outset-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-menulist-button-border-image-repeat-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-menulist-button-border-image-slice-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-menulist-button-border-image-source-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-menulist-button-border-image-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-menulist-button-border-inline-end-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-menulist-button-border-inline-end-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-menulist-button-border-inline-end-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-menulist-button-border-inline-start-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-menulist-button-border-inline-start-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-menulist-button-border-inline-start-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-menulist-button-border-left-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-menulist-button-border-left-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-menulist-button-border-left-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-menulist-button-border-right-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-menulist-button-border-right-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-menulist-button-border-right-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-menulist-button-border-start-end-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-menulist-button-border-start-start-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-menulist-button-border-top-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-menulist-button-border-top-left-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-menulist-button-border-top-right-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-menulist-button-border-top-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-select-menulist-button-border-top-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-textarea-background-attachment-001.html + compute-kind-widget-generated/kind-of-widget-fallback-textarea-background-clip-001.html + compute-kind-widget-generated/kind-of-widget-fallback-textarea-background-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-textarea-background-image-001.html + compute-kind-widget-generated/kind-of-widget-fallback-textarea-background-origin-001.html + compute-kind-widget-generated/kind-of-widget-fallback-textarea-background-position-001.html + compute-kind-widget-generated/kind-of-widget-fallback-textarea-background-size-001.html + compute-kind-widget-generated/kind-of-widget-fallback-textarea-border-block-end-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-textarea-border-block-end-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-textarea-border-block-end-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-textarea-border-block-start-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-textarea-border-block-start-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-textarea-border-block-start-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-textarea-border-bottom-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-textarea-border-bottom-left-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-textarea-border-bottom-right-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-textarea-border-bottom-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-textarea-border-bottom-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-textarea-border-end-end-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-textarea-border-end-start-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-textarea-border-image-outset-001.html + compute-kind-widget-generated/kind-of-widget-fallback-textarea-border-image-repeat-001.html + compute-kind-widget-generated/kind-of-widget-fallback-textarea-border-image-slice-001.html + compute-kind-widget-generated/kind-of-widget-fallback-textarea-border-image-source-001.html + compute-kind-widget-generated/kind-of-widget-fallback-textarea-border-image-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-textarea-border-inline-end-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-textarea-border-inline-end-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-textarea-border-inline-end-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-textarea-border-inline-start-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-textarea-border-inline-start-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-textarea-border-inline-start-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-textarea-border-left-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-textarea-border-left-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-textarea-border-left-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-textarea-border-right-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-textarea-border-right-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-textarea-border-right-width-001.html + compute-kind-widget-generated/kind-of-widget-fallback-textarea-border-start-end-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-textarea-border-start-start-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-textarea-border-top-color-001.html + compute-kind-widget-generated/kind-of-widget-fallback-textarea-border-top-left-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-textarea-border-top-right-radius-001.html + compute-kind-widget-generated/kind-of-widget-fallback-textarea-border-top-style-001.html + compute-kind-widget-generated/kind-of-widget-fallback-textarea-border-top-width-001.html + compute-kind-widget-no-fallback-props-001.html + native-appearance-disabled-for-value-unset.html +

    Effects of 'appearance' on Decorative Aspects of Elements

    @@ -3170,3 +4448,101 @@ Appendix D. Default style sheet additions for HTML */ + + + + From 042a3faf41b0fd58f0e3f42258dade4f31f29d37 Mon Sep 17 00:00:00 2001 From: Sebastian Zartner Date: Tue, 28 Oct 2025 08:38:27 +0100 Subject: [PATCH 2/3] [css-ui-3][css-ui-4][editorial] Incorporated @frivoal's feedback Removed `hidden` and their title from the manual tests for "Cursor of the canvas" and removed tests for the non-standard property `user-modified`, as they will be marked as tentative. --- css-ui-3/Overview.bs | 14 +------------- css-ui-4/Overview.bs | 12 ------------ 2 files changed, 1 insertion(+), 25 deletions(-) diff --git a/css-ui-3/Overview.bs b/css-ui-3/Overview.bs index 6e5e8f0d8874..5a7561c64846 100644 --- a/css-ui-3/Overview.bs +++ b/css-ui-3/Overview.bs @@ -1579,7 +1579,7 @@ but still generate boxes. For example, if the element has ''visibility: hidden'' but not ''display: none'', boxes are generated for it and its cursor is used for the canvas. - - - diff --git a/css-ui-4/Overview.bs b/css-ui-4/Overview.bs index c71040cc5c56..d822064fd2b9 100644 --- a/css-ui-4/Overview.bs +++ b/css-ui-4/Overview.bs @@ -4534,15 +4534,3 @@ Appendix D. Default style sheet additions for HTML text-overflow-string-005.html text-overflow.html - - From 44bde15af9a61f7d6855679a3520100b67f5196b Mon Sep 17 00:00:00 2001 From: Sebastian Zartner Date: Tue, 28 Oct 2025 11:59:52 +0100 Subject: [PATCH 3/3] [css-ui-3][css-ui-4][editorial] Restructured Changes section and added note about WPTs --- css-ui-3/Overview.bs | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/css-ui-3/Overview.bs b/css-ui-3/Overview.bs index 5a7561c64846..cc8f48655b96 100644 --- a/css-ui-3/Overview.bs +++ b/css-ui-3/Overview.bs @@ -1772,8 +1772,15 @@ and This appendix is informative. -This appendix describes changes from the -Candidate Recommendation (CR) of 2 March 2017. +

    +Changes from the 21 June 2018 Recommendation (REC)

    + +
      +
    • Added Web Platform Tests coverage +
    + +

    +Changes from the 2 March 2017 Candidate Recommendation (CR)

    • Updated references to latest versions