From 86103c8e39ca72c48ae0d474caf99c5dd46514ea Mon Sep 17 00:00:00 2001 From: fantasai Date: Fri, 3 Sep 2021 15:10:07 -0700 Subject: [PATCH] Add link for Applies to in propdef tables. Fixes #1992 --- bikeshed/datablocks.py | 6 +- .../csswg-drafts/css-align-3/Overview.html | 22 +-- .../css-animations-1/Overview.html | 18 +- .../css-animations-2/Overview.html | 4 +- .../css-backgrounds-4/Overview.html | 26 +-- .../w3c/csswg-drafts/css-box-3/Overview.html | 8 +- .../csswg-drafts/css-box-3/block-layout.html | 36 ++-- .../w3c/csswg-drafts/css-box-4/Overview.html | 10 +- .../csswg-drafts/css-break-3/Overview.html | 8 +- .../csswg-drafts/css-break-4/Overview.html | 10 +- .../csswg-drafts/css-cascade-3/Overview.html | 2 +- .../csswg-drafts/css-cascade-4/Overview.html | 2 +- .../csswg-drafts/css-cascade-5/Overview.html | 2 +- .../csswg-drafts/css-color-4/Overview.html | 4 +- .../css-color-adjust-1/Overview.html | 6 +- .../csswg-drafts/css-contain-1/Overview.html | 2 +- .../csswg-drafts/css-contain-2/Overview.html | 4 +- .../csswg-drafts/css-content-3/Overview.html | 12 +- .../csswg-drafts/css-display-3/Overview.html | 2 +- .../css-exclusions-1/Overview.html | 4 +- .../csswg-drafts/css-flexbox-1/Overview.html | 24 +-- .../css-fonts-3/Overview-wip.html | 36 ++-- .../csswg-drafts/css-fonts-4/Overview.html | 50 +++--- .../w3c/csswg-drafts/css-gcpm-3/Overview.html | 10 +- .../w3c/csswg-drafts/css-gcpm-4/Overview.html | 2 +- .../w3c/csswg-drafts/css-grid-1/Overview.html | 18 +- .../w3c/csswg-drafts/css-grid-2/Overview.html | 18 +- .../w3c/csswg-drafts/css-grid-3/Overview.html | 8 +- .../csswg-drafts/css-images-3/Overview.html | 8 +- .../csswg-drafts/css-images-4/Overview.html | 4 +- .../csswg-drafts/css-inline-3/Overview.html | 24 +-- .../css-line-grid-1/Overview.html | 6 +- .../csswg-drafts/css-lists-3/Overview.html | 16 +- .../csswg-drafts/css-logical-1/Overview.html | 38 ++--- .../css-module-bikeshed/Overview.html | 4 +- .../csswg-drafts/css-multicol-1/Overview.html | 18 +- .../csswg-drafts/css-multicol-2/Overview.html | 2 +- .../w3c/csswg-drafts/css-nav-1/Overview.html | 6 +- .../csswg-drafts/css-overflow-3/Overview.html | 18 +- .../csswg-drafts/css-overflow-4/Overview.html | 8 +- .../css-overscroll-1/Overview.html | 6 +- .../w3c/csswg-drafts/css-page-3/Overview.html | 2 +- .../css-page-floats-3/Overview.html | 10 +- .../csswg-drafts/css-position-3/Overview.html | 8 +- .../csswg-drafts/css-regions-1/Overview.html | 6 +- .../csswg-drafts/css-rhythm-1/Overview.html | 12 +- .../css-round-display-1/Overview.html | 4 +- .../w3c/csswg-drafts/css-ruby-1/Overview.html | 8 +- .../css-scroll-anchoring-1/Overview.html | 2 +- .../css-scroll-snap-1/Overview.html | 22 +-- .../css-scrollbars-1/Overview.html | 4 +- .../csswg-drafts/css-shapes-1/Overview.html | 6 +- .../csswg-drafts/css-shapes-2/Overview.html | 4 +- .../css-size-adjust-1/Overview.html | 2 +- .../csswg-drafts/css-sizing-3/Overview.html | 8 +- .../csswg-drafts/css-sizing-4/Overview.html | 8 +- .../csswg-drafts/css-speech-1/Overview.html | 32 ++-- .../csswg-drafts/css-tables-3/Overview.html | 10 +- .../w3c/csswg-drafts/css-text-3/Overview.html | 30 ++-- .../w3c/csswg-drafts/css-text-4/Overview.html | 32 ++-- .../css-text-decor-3/Overview.html | 20 +-- .../css-text-decor-4/Overview.html | 38 ++--- .../css-transforms-1/Overview.html | 6 +- .../css-transforms-2/Overview.html | 14 +- .../css-transitions-1/Overview.html | 10 +- .../w3c/csswg-drafts/css-ui-3/Overview.html | 20 +-- .../w3c/csswg-drafts/css-ui-4/Overview.html | 28 ++-- .../css-variables-1/Overview.html | 2 +- .../css-will-change-1/Overview.html | 2 +- .../css-writing-modes-3/Overview.html | 12 +- .../css-writing-modes-4/Overview.html | 12 +- .../w3c/csswg-drafts/css2/Overview.html | 158 +++++++++--------- .../csswg-drafts/cssom-view-1/Overview.html | 2 +- .../fxtf-drafts/compositing-1/Overview.html | 6 +- .../fxtf-drafts/compositing-2/Overview.html | 6 +- .../fxtf-drafts/css-masking-1/Overview.html | 40 ++--- .../w3c/fxtf-drafts/fill-stroke/Overview.html | 56 +++---- .../filter-effects-2/Overview.html | 2 +- .../w3c/fxtf-drafts/motion-1/Overview.html | 12 +- .../w3c/svgwg/specs/marker/Overview.html | 10 +- tests/github/whatwg/compat/compatibility.html | 12 +- tests/pre002.html | 2 +- 82 files changed, 597 insertions(+), 595 deletions(-) diff --git a/bikeshed/datablocks.py b/bikeshed/datablocks.py index 50c17949a9..d784e2378a 100644 --- a/bikeshed/datablocks.py +++ b/bikeshed/datablocks.py @@ -336,8 +336,10 @@ def transformPropdef( th = f"{key}:" elif key in ("Animatable", "Animation type"): th = f"{key}:" - elif key == "Applies to" and val.lower() == "all elements": - td = "all elements" + elif key == "Applies to": + th = f"{key}:" + if val.lower() == "all elements": + td = "all elements" ret.append(tr + th + td) ret.append("") diff --git a/tests/github/w3c/csswg-drafts/css-align-3/Overview.html b/tests/github/w3c/csswg-drafts/css-align-3/Overview.html index 3b8195981a..9bdbe28e7b 100644 --- a/tests/github/w3c/csswg-drafts/css-align-3/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-align-3/Overview.html @@ -1292,7 +1292,7 @@

Initial: normal - Applies to: + Applies to: block containers, multicol containers, flex containers, and grid containers Inherited: @@ -1322,7 +1322,7 @@

Initial: normal - Applies to: + Applies to: multicol containers, flex containers, and grid containers Inherited: @@ -1468,7 +1468,7 @@

Initial: normal - Applies to: + Applies to: block containers, flex containers, and grid containers Inherited: @@ -1603,7 +1603,7 @@

Initial: auto - Applies to: + Applies to: block-level boxes, absolutely-positioned boxes, and grid items Inherited: @@ -1792,7 +1792,7 @@

Initial: auto - Applies to: + Applies to: flex items, grid items, and absolutely-positioned boxes Inherited: @@ -1957,7 +1957,7 @@

Initial: auto - Applies to: + Applies to: block-level boxes, absolutely-positioned boxes, and grid items Inherited: @@ -2073,7 +2073,7 @@

Initial: legacy - Applies to: + Applies to: all elements Inherited: @@ -2122,7 +2122,7 @@

Initial: normal - Applies to: + Applies to: all elements Inherited: @@ -2157,7 +2157,7 @@

Initial: see individual properties - Applies to: + Applies to: all elements Inherited: @@ -2204,7 +2204,7 @@

Initial: normal - Applies to: + Applies to: multi-column containers, flex containers, grid containers Inherited: @@ -2290,7 +2290,7 @@

Initial: see individual properties - Applies to: + Applies to: multi-column containers, flex containers, grid containers Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-animations-1/Overview.html b/tests/github/w3c/csswg-drafts/css-animations-1/Overview.html index 1e01d95627..3a40c43479 100644 --- a/tests/github/w3c/csswg-drafts/css-animations-1/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-animations-1/Overview.html @@ -1211,7 +1211,7 @@

Initial: none - Applies to: + Applies to: all elements Inherited: @@ -1253,7 +1253,7 @@

Initial: 0s - Applies to: + Applies to: all elements Inherited: @@ -1313,7 +1313,7 @@

Initial: ease - Applies to: + Applies to: all elements Inherited: @@ -1357,7 +1357,7 @@

Initial: 1 - Applies to: + Applies to: all elements Inherited: @@ -1405,7 +1405,7 @@

Initial: normal - Applies to: + Applies to: all elements Inherited: @@ -1455,7 +1455,7 @@

Initial: running - Applies to: + Applies to: all elements Inherited: @@ -1504,7 +1504,7 @@

Initial: 0s - Applies to: + Applies to: all elements Inherited: @@ -1558,7 +1558,7 @@

Initial: none - Applies to: + Applies to: all elements Inherited: @@ -1611,7 +1611,7 @@

Initial: see individual properties - Applies to: + Applies to: all elements Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-animations-2/Overview.html b/tests/github/w3c/csswg-drafts/css-animations-2/Overview.html index 45bcd4fed2..73b8ff930c 100644 --- a/tests/github/w3c/csswg-drafts/css-animations-2/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-animations-2/Overview.html @@ -1097,7 +1097,7 @@

Initial: replace - Applies to: + Applies to: all elements Inherited: @@ -1193,7 +1193,7 @@

Initial: auto - Applies to: + Applies to: all elements Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-backgrounds-4/Overview.html b/tests/github/w3c/csswg-drafts/css-backgrounds-4/Overview.html index 8b6671f19f..38335f02ba 100644 --- a/tests/github/w3c/csswg-drafts/css-backgrounds-4/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-backgrounds-4/Overview.html @@ -888,7 +888,7 @@

Initial: see individual properties - Applies to: + Applies to: see individual properties Inherited: @@ -978,7 +978,7 @@

Initial: 0% - Applies to: + Applies to: all elements Inherited: @@ -1007,7 +1007,7 @@

Initial: 0% - Applies to: + Applies to: all elements Inherited: @@ -1036,7 +1036,7 @@

Initial: not applicable (initial value comes from physical property) - Applies to: + Applies to: all elements Inherited: @@ -1065,7 +1065,7 @@

Initial: not applicable (initial value comes from physical property) - Applies to: + Applies to: all elements Inherited: @@ -1095,7 +1095,7 @@

Initial: border-box - Applies to: + Applies to: all elements Inherited: @@ -1143,7 +1143,7 @@

Initial: currentcolor - Applies to: + Applies to: all elements Inherited: @@ -1173,7 +1173,7 @@

Initial: see individual properties - Applies to: + Applies to: see individual properties Inherited: @@ -1233,7 +1233,7 @@

Initial: 0 - Applies to: + Applies to: all elements, except table element when border-collapse is collapse Inherited: @@ -1262,7 +1262,7 @@

Initial: round - Applies to: + Applies to: all elements, except table element when border-collapse is collapse Inherited: @@ -1331,7 +1331,7 @@

Initial: see individual properties - Applies to: + Applies to: see individual properties Inherited: @@ -1386,7 +1386,7 @@

Initial: round - Applies to: + Applies to: all elements, except table element when border-collapse is collapse Inherited: @@ -1455,7 +1455,7 @@

Initial: normal - Applies to: + Applies to: all elements Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-box-3/Overview.html b/tests/github/w3c/csswg-drafts/css-box-3/Overview.html index b518d5dae9..af59902917 100644 --- a/tests/github/w3c/csswg-drafts/css-box-3/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-box-3/Overview.html @@ -870,7 +870,7 @@

Initial: 0 - Applies to: + Applies to: all elements except internal table elements, ruby base containers, and ruby annotation containers Inherited: @@ -904,7 +904,7 @@

Initial: 0 - Applies to: + Applies to: all elements except internal table elements, ruby base containers, and ruby annotation containers Inherited: @@ -978,7 +978,7 @@

Initial: 0 - Applies to: + Applies to: all elements except: internal table elements other than table cells, ruby base containers, and ruby annotation containers Inherited: @@ -1011,7 +1011,7 @@

Initial: 0 - Applies to: + Applies to: all elements except: internal table elements other than table cells, ruby base containers, and ruby annotation containers Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-box-3/block-layout.html b/tests/github/w3c/csswg-drafts/css-box-3/block-layout.html index 07e5c328da..fc8eba6c5b 100644 --- a/tests/github/w3c/csswg-drafts/css-box-3/block-layout.html +++ b/tests/github/w3c/csswg-drafts/css-box-3/block-layout.html @@ -1427,7 +1427,7 @@

Initial: (see individual properties) - Applies to: + Applies to: all elements Inherited: @@ -1465,7 +1465,7 @@

Initial: 0 - Applies to: + Applies to: all elements Inherited: @@ -1523,7 +1523,7 @@

Initial: 0 - Applies to: + Applies to: all elements Inherited: @@ -1562,7 +1562,7 @@

Initial: (see individual properties) - Applies to: + Applies to: all elements Inherited: @@ -1670,7 +1670,7 @@

Initial: auto - Applies to: + Applies to: all elements but non-replaced inline elements, table rows, and row groups @@ -1706,7 +1706,7 @@

Initial: auto - Applies to: + Applies to: all elements but non-replaced inline elements, table columns, and column groups @@ -1835,7 +1835,7 @@

11. Initial: 0 - Applies to: + Applies to: all elements but non-replaced inline elements, table rows, and row groups @@ -1869,7 +1869,7 @@

11. Initial: none - Applies to: + Applies to: all elements but non-replaced inline elements, table rows, and row groups @@ -2687,7 +2687,7 @@

Initial: none - Applies to: + Applies to: all, but see text Inherited: @@ -3008,7 +3008,7 @@

Initial: none - Applies to: + Applies to: block-level elements Inherited: @@ -3041,7 +3041,7 @@

Initial: none - Applies to: + Applies to: block-level elements Inherited: @@ -3238,7 +3238,7 @@

Initial: visible - Applies to: + Applies to: non-replaced block-level elements and non-replaced inline-block elements @@ -3272,7 +3272,7 @@

Initial: see individual properties - Applies to: + Applies to: non-replaced block-level elements and non-replaced inline-block elements @@ -3479,7 +3479,7 @@

Initial: visible - Applies to: + Applies to: all elements Inherited: @@ -3751,7 +3751,7 @@

Initial: line - Applies to: + Applies to: all elements Inherited: @@ -3841,7 +3841,7 @@

Initial: none - Applies to: + Applies to: all elements with a block-level inner formatting context. Inherited: @@ -3892,7 +3892,7 @@

T Initial: line - Applies to: + Applies to: all elements Inherited: @@ -4012,7 +4012,7 @@

T Initial: auto - Applies to: + Applies to: all elements Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-box-4/Overview.html b/tests/github/w3c/csswg-drafts/css-box-4/Overview.html index b3fe3f5a3d..a1fbae5db8 100644 --- a/tests/github/w3c/csswg-drafts/css-box-4/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-box-4/Overview.html @@ -916,7 +916,7 @@

Initial: 0 - Applies to: + Applies to: all elements except internal table elements, ruby base containers, and ruby annotation containers Inherited: @@ -950,7 +950,7 @@

Initial: 0 - Applies to: + Applies to: all elements except internal table elements, ruby base containers, and ruby annotation containers Inherited: @@ -1024,7 +1024,7 @@

Initial: none - Applies to: + Applies to: block containers, multi-column containers Inherited: @@ -1127,7 +1127,7 @@

Initial: 0 - Applies to: + Applies to: all elements except: internal table elements other than table cells, ruby base containers, and ruby annotation containers Inherited: @@ -1160,7 +1160,7 @@

Initial: 0 - Applies to: + Applies to: all elements except: internal table elements other than table cells, ruby base containers, and ruby annotation containers Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-break-3/Overview.html b/tests/github/w3c/csswg-drafts/css-break-3/Overview.html index a5be319fa7..b747fd99cb 100644 --- a/tests/github/w3c/csswg-drafts/css-break-3/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-break-3/Overview.html @@ -864,7 +864,7 @@

Initial: auto - Applies to: + Applies to: block-level boxes, grid items, flex items, table row groups, table rows (but see prose) Inherited: @@ -970,7 +970,7 @@

Initial: auto - Applies to: + Applies to: all elements except inline-level boxes, internal ruby boxes, table column boxes, table column group boxes, absolutely-positioned boxes Inherited: @@ -1016,7 +1016,7 @@

Initial: 2 - Applies to: + Applies to: block containers that establish an inline formatting context Inherited: @@ -1391,7 +1391,7 @@

Initial: slice - Applies to: + Applies to: all elements Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-break-4/Overview.html b/tests/github/w3c/csswg-drafts/css-break-4/Overview.html index 5221c768a3..4d6a707de9 100644 --- a/tests/github/w3c/csswg-drafts/css-break-4/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-break-4/Overview.html @@ -870,7 +870,7 @@

Initial: auto - Applies to: + Applies to: block-level boxes, grid items, flex items, table row groups, table rows (but see prose) Inherited: @@ -991,7 +991,7 @@

Initial: auto - Applies to: + Applies to: all elements except inline-level boxes, internal ruby boxes, table column boxes, table column group boxes, absolutely-positioned boxes Inherited: @@ -1037,7 +1037,7 @@

Initial: 2 - Applies to: + Applies to: block containers that establish an inline formatting context Inherited: @@ -1386,7 +1386,7 @@

Initial: auto - Applies to: + Applies to: all elements Inherited: @@ -1501,7 +1501,7 @@

Initial: slice - Applies to: + Applies to: all elements Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-cascade-3/Overview.html b/tests/github/w3c/csswg-drafts/css-cascade-3/Overview.html index 31237dabac..5ebb65883a 100644 --- a/tests/github/w3c/csswg-drafts/css-cascade-3/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-cascade-3/Overview.html @@ -1058,7 +1058,7 @@

Initial: see individual properties - Applies to: + Applies to: see individual properties Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-cascade-4/Overview.html b/tests/github/w3c/csswg-drafts/css-cascade-4/Overview.html index 8befc8f824..bd3144d0b0 100644 --- a/tests/github/w3c/csswg-drafts/css-cascade-4/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-cascade-4/Overview.html @@ -1152,7 +1152,7 @@

Initial: see individual properties - Applies to: + Applies to: see individual properties Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-cascade-5/Overview.html b/tests/github/w3c/csswg-drafts/css-cascade-5/Overview.html index d99464f1c1..8fdb0ee095 100644 --- a/tests/github/w3c/csswg-drafts/css-cascade-5/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-cascade-5/Overview.html @@ -1176,7 +1176,7 @@

Initial: see individual properties - Applies to: + Applies to: see individual properties Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-color-4/Overview.html b/tests/github/w3c/csswg-drafts/css-color-4/Overview.html index 58ae68580c..c1e2434659 100644 --- a/tests/github/w3c/csswg-drafts/css-color-4/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-color-4/Overview.html @@ -1158,7 +1158,7 @@

Initial: CanvasText - Applies to: + Applies to: all elements and text Inherited: @@ -6294,7 +6294,7 @@

Initial: 1 - Applies to: + Applies to: all elements Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-color-adjust-1/Overview.html b/tests/github/w3c/csswg-drafts/css-color-adjust-1/Overview.html index 8ba1bd2289..006a2315da 100644 --- a/tests/github/w3c/csswg-drafts/css-color-adjust-1/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-color-adjust-1/Overview.html @@ -875,7 +875,7 @@

Initial: normal - Applies to: + Applies to: all elements Inherited: @@ -1123,7 +1123,7 @@

Initial: auto - Applies to: + Applies to: all elements Inherited: @@ -1206,7 +1206,7 @@

4. Initial: economy - Applies to: + Applies to: all elements Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-contain-1/Overview.html b/tests/github/w3c/csswg-drafts/css-contain-1/Overview.html index 46fd2d3a68..cc5b502cc4 100644 --- a/tests/github/w3c/csswg-drafts/css-contain-1/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-contain-1/Overview.html @@ -857,7 +857,7 @@

Initial: none - Applies to: + Applies to: See below Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-contain-2/Overview.html b/tests/github/w3c/csswg-drafts/css-contain-2/Overview.html index 8753c39770..e9e9f05ac0 100644 --- a/tests/github/w3c/csswg-drafts/css-contain-2/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-contain-2/Overview.html @@ -854,7 +854,7 @@

Initial: none - Applies to: + Applies to: See below Inherited: @@ -1804,7 +1804,7 @@

Initial: visible - Applies to: + Applies to: elements for which layout containment can apply Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-content-3/Overview.html b/tests/github/w3c/csswg-drafts/css-content-3/Overview.html index c37aaad1f7..b73fa2b5fb 100644 --- a/tests/github/w3c/csswg-drafts/css-content-3/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-content-3/Overview.html @@ -886,7 +886,7 @@

Initial: normal - Applies to: + Applies to: all elements, tree-abiding pseudo-elements, and page margin boxes Inherited: @@ -1115,7 +1115,7 @@

Initial: auto - Applies to: + Applies to: all elements Inherited: @@ -1533,7 +1533,7 @@

Initial: none - Applies to: + Applies to: all elements, but not pseudo-elements Inherited: @@ -1725,7 +1725,7 @@

Initial: none - Applies to: + Applies to: all elements Inherited: @@ -1771,7 +1771,7 @@

Initial: content(text) - Applies to: + Applies to: all elements Inherited: @@ -1819,7 +1819,7 @@

Initial: open - Applies to: + Applies to: block-level elements Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-display-3/Overview.html b/tests/github/w3c/csswg-drafts/css-display-3/Overview.html index ff35fb982e..0bdb94e5aa 100644 --- a/tests/github/w3c/csswg-drafts/css-display-3/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-display-3/Overview.html @@ -949,7 +949,7 @@

Initial: inline - Applies to: + Applies to: all elements Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-exclusions-1/Overview.html b/tests/github/w3c/csswg-drafts/css-exclusions-1/Overview.html index b77820be7c..b0980dfd4e 100644 --- a/tests/github/w3c/csswg-drafts/css-exclusions-1/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-exclusions-1/Overview.html @@ -806,7 +806,7 @@

Initial: auto - Applies to: + Applies to: block-level elements. Inherited: @@ -978,7 +978,7 @@

Initial: wrap - Applies to: + Applies to: block-level elements Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-flexbox-1/Overview.html b/tests/github/w3c/csswg-drafts/css-flexbox-1/Overview.html index 222f9f1457..5c02ff6e69 100644 --- a/tests/github/w3c/csswg-drafts/css-flexbox-1/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-flexbox-1/Overview.html @@ -1707,7 +1707,7 @@

Initial: row - Applies to: + Applies to: flex containers Inherited: @@ -1791,7 +1791,7 @@

Initial: nowrap - Applies to: + Applies to: flex containers Inherited: @@ -1864,7 +1864,7 @@

Initial: see individual properties - Applies to: + Applies to: see individual properties Inherited: @@ -1951,7 +1951,7 @@

Initial: 0 - Applies to: + Applies to: flex items Inherited: @@ -2199,7 +2199,7 @@

Initial: 0 1 auto - Applies to: + Applies to: flex items Inherited: @@ -2394,7 +2394,7 @@

Initial: 0 - Applies to: + Applies to: flex items Inherited: @@ -2431,7 +2431,7 @@

Initial: 1 - Applies to: + Applies to: flex items Inherited: @@ -2468,7 +2468,7 @@

Initial: auto - Applies to: + Applies to: flex items Inherited: @@ -2616,7 +2616,7 @@

Initial: flex-start - Applies to: + Applies to: flex containers Inherited: @@ -2705,7 +2705,7 @@

Initial: stretch - Applies to: + Applies to: flex containers Inherited: @@ -2735,7 +2735,7 @@

Initial: auto - Applies to: + Applies to: flex items Inherited: @@ -2866,7 +2866,7 @@

Initial: stretch - Applies to: + Applies to: multi-line flex containers Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-fonts-3/Overview-wip.html b/tests/github/w3c/csswg-drafts/css-fonts-3/Overview-wip.html index 8b4858d255..addb2497c1 100644 --- a/tests/github/w3c/csswg-drafts/css-fonts-3/Overview-wip.html +++ b/tests/github/w3c/csswg-drafts/css-fonts-3/Overview-wip.html @@ -1104,7 +1104,7 @@

Initial: depends on user agent - Applies to: + Applies to: all elements Inherited: @@ -1292,7 +1292,7 @@

Initial: normal - Applies to: + Applies to: all elements Inherited: @@ -1441,7 +1441,7 @@

Initial: normal - Applies to: + Applies to: all elements Inherited: @@ -1502,7 +1502,7 @@

Initial: normal - Applies to: + Applies to: all elements Inherited: @@ -1567,7 +1567,7 @@

Initial: medium - Applies to: + Applies to: all elements Inherited: @@ -1705,7 +1705,7 @@

Initial: none - Applies to: + Applies to: all elements Inherited: @@ -1832,7 +1832,7 @@

Initial: see individual properties - Applies to: + Applies to: see individual properties Inherited: @@ -1968,7 +1968,7 @@

Initial: weight style - Applies to: + Applies to: all elements Inherited: @@ -3032,7 +3032,7 @@

Initial: auto - Applies to: + Applies to: all elements Inherited: @@ -3087,7 +3087,7 @@

Initial: normal - Applies to: + Applies to: all elements Inherited: @@ -3164,7 +3164,7 @@

Initial: normal - Applies to: + Applies to: all elements Inherited: @@ -3284,7 +3284,7 @@

Initial: normal - Applies to: + Applies to: all elements Inherited: @@ -3387,7 +3387,7 @@

Initial: normal - Applies to: + Applies to: all elements Inherited: @@ -3500,7 +3500,7 @@

< Initial: normal - Applies to: + Applies to: all elements Inherited: @@ -3866,7 +3866,7 @@

Initial: normal - Applies to: + Applies to: all elements Inherited: @@ -3948,7 +3948,7 @@

Initial: see individual properties - Applies to: + Applies to: see individual properties Inherited: @@ -3985,7 +3985,7 @@

Initial: normal - Applies to: + Applies to: all elements Inherited: @@ -4079,7 +4079,7 @@

< Initial: normal - Applies to: + Applies to: all elements Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-fonts-4/Overview.html b/tests/github/w3c/csswg-drafts/css-fonts-4/Overview.html index 4672eb2c20..c4c7ccd3cd 100644 --- a/tests/github/w3c/csswg-drafts/css-fonts-4/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-fonts-4/Overview.html @@ -1020,7 +1020,7 @@

Initial: depends on user agent - Applies to: + Applies to: all elements and text Inherited: @@ -1390,7 +1390,7 @@

Initial: normal - Applies to: + Applies to: all elements and text Inherited: @@ -1542,7 +1542,7 @@

Initial: normal - Applies to: + Applies to: all elements and text Inherited: @@ -1636,7 +1636,7 @@

Initial: normal - Applies to: + Applies to: all elements and text Inherited: @@ -1746,7 +1746,7 @@

Initial: medium - Applies to: + Applies to: all elements and text Inherited: @@ -1906,7 +1906,7 @@

Initial: none - Applies to: + Applies to: all elements and text Inherited: @@ -2071,7 +2071,7 @@

Initial: see individual properties - Applies to: + Applies to: all elements and text Inherited: @@ -2256,7 +2256,7 @@

Initial: auto - Applies to: + Applies to: all elements and text Inherited: @@ -2299,7 +2299,7 @@

Initial: auto - Applies to: + Applies to: all elements and text Inherited: @@ -2342,7 +2342,7 @@

Initial: auto - Applies to: + Applies to: all elements and text Inherited: @@ -2382,7 +2382,7 @@

Initial: weight style small-caps - Applies to: + Applies to: all elements and text Inherited: @@ -4347,7 +4347,7 @@

Initial: auto - Applies to: + Applies to: all elements and text Inherited: @@ -4426,7 +4426,7 @@

Initial: normal - Applies to: + Applies to: all elements and text Inherited: @@ -4522,7 +4522,7 @@

Initial: normal - Applies to: + Applies to: all elements and text Inherited: @@ -4709,7 +4709,7 @@

Initial: normal - Applies to: + Applies to: all elements and text Inherited: @@ -4864,7 +4864,7 @@

Initial: normal - Applies to: + Applies to: all elements and text Inherited: @@ -4990,7 +4990,7 @@

< Initial: normal - Applies to: + Applies to: all elements and text Inherited: @@ -5371,7 +5371,7 @@

Initial: normal - Applies to: + Applies to: all elements and text Inherited: @@ -5472,7 +5472,7 @@

Initial: normal - Applies to: + Applies to: all elements and text Inherited: @@ -5512,7 +5512,7 @@

Initial: normal - Applies to: + Applies to: all elements and text Inherited: @@ -5674,7 +5674,7 @@

< Initial: normal - Applies to: + Applies to: all elements and text Inherited: @@ -5930,7 +5930,7 @@

Initial: auto - Applies to: + Applies to: all elements and text Inherited: @@ -6018,7 +6018,7 @@

Initial: normal - Applies to: + Applies to: all elements and text Inherited: @@ -6142,7 +6142,7 @@

Initial: normal - Applies to: + Applies to: all elements and text Inherited: @@ -6446,7 +6446,7 @@

Initial: auto - Applies to: + Applies to: all elements and text Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-gcpm-3/Overview.html b/tests/github/w3c/csswg-drafts/css-gcpm-3/Overview.html index 44741eae26..5326e07d0a 100644 --- a/tests/github/w3c/csswg-drafts/css-gcpm-3/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-gcpm-3/Overview.html @@ -754,7 +754,7 @@

Initial: none - Applies to: + Applies to: all elements, but not pseudo-elements Inherited: @@ -961,7 +961,7 @@

Initial: none - Applies to: + Applies to: elements Inherited: @@ -1065,7 +1065,7 @@

Initial: block - Applies to: + Applies to: elements Inherited: @@ -1160,7 +1160,7 @@

Initial: auto - Applies to: + Applies to: elements Inherited: @@ -1789,7 +1789,7 @@

Initial: none - Applies to: + Applies to: elements Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-gcpm-4/Overview.html b/tests/github/w3c/csswg-drafts/css-gcpm-4/Overview.html index 753789210b..1b4c2fafa5 100644 --- a/tests/github/w3c/csswg-drafts/css-gcpm-4/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-gcpm-4/Overview.html @@ -706,7 +706,7 @@

Initial: none - Applies to: + Applies to: all elements and pseudo-elements, but not ::first-line or ::first-letter. Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-grid-1/Overview.html b/tests/github/w3c/csswg-drafts/css-grid-1/Overview.html index 984a2810c7..8b308234ad 100644 --- a/tests/github/w3c/csswg-drafts/css-grid-1/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-grid-1/Overview.html @@ -1940,7 +1940,7 @@

Initial: none - Applies to: + Applies to: grid containers Inherited: @@ -2352,7 +2352,7 @@

< Initial: none - Applies to: + Applies to: grid containers Inherited: @@ -2479,7 +2479,7 @@

Initial: none - Applies to: + Applies to: grid containers Inherited: @@ -2592,7 +2592,7 @@

Initial: auto - Applies to: + Applies to: grid containers Inherited: @@ -2666,7 +2666,7 @@

Initial: row - Applies to: + Applies to: grid containers Inherited: @@ -2811,7 +2811,7 @@

Initial: none - Applies to: + Applies to: grid containers Inherited: @@ -3087,7 +3087,7 @@

Initial: auto - Applies to: + Applies to: grid items and absolutely-positioned boxes whose containing block is a grid container Inherited: @@ -3243,7 +3243,7 @@

Initial: auto - Applies to: + Applies to: grid items and absolutely-positioned boxes whose containing block is a grid container Inherited: @@ -3281,7 +3281,7 @@

Initial: auto - Applies to: + Applies to: grid items and absolutely-positioned boxes whose containing block is a grid container Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-grid-2/Overview.html b/tests/github/w3c/csswg-drafts/css-grid-2/Overview.html index 8e439298e9..3417da028c 100644 --- a/tests/github/w3c/csswg-drafts/css-grid-2/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-grid-2/Overview.html @@ -1960,7 +1960,7 @@

Initial: none - Applies to: + Applies to: grid containers Inherited: @@ -2442,7 +2442,7 @@

< Initial: none - Applies to: + Applies to: grid containers Inherited: @@ -2569,7 +2569,7 @@

Initial: none - Applies to: + Applies to: grid containers Inherited: @@ -2682,7 +2682,7 @@

Initial: auto - Applies to: + Applies to: grid containers Inherited: @@ -2756,7 +2756,7 @@

Initial: row - Applies to: + Applies to: grid containers Inherited: @@ -2901,7 +2901,7 @@

Initial: none - Applies to: + Applies to: grid containers Inherited: @@ -3181,7 +3181,7 @@

Initial: auto - Applies to: + Applies to: grid items and absolutely-positioned boxes whose containing block is a grid container Inherited: @@ -3337,7 +3337,7 @@

Initial: auto - Applies to: + Applies to: grid items and absolutely-positioned boxes whose containing block is a grid container Inherited: @@ -3375,7 +3375,7 @@

Initial: auto - Applies to: + Applies to: grid items and absolutely-positioned boxes whose containing block is a grid container Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-grid-3/Overview.html b/tests/github/w3c/csswg-drafts/css-grid-3/Overview.html index 7817468a71..273e84fe15 100644 --- a/tests/github/w3c/csswg-drafts/css-grid-3/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-grid-3/Overview.html @@ -941,7 +941,7 @@

Initial: none - Applies to: + Applies to: grid containers Inherited: @@ -1034,7 +1034,7 @@

Initial: pack - Applies to: + Applies to: grid containers with masonry layout Inherited: @@ -1215,7 +1215,7 @@

Initial: normal - Applies to: + Applies to: grid containers with masonry layout in their block axis Inherited: @@ -1262,7 +1262,7 @@

Initial: normal - Applies to: + Applies to: grid containers with masonry layout in their inline axis Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-images-3/Overview.html b/tests/github/w3c/csswg-drafts/css-images-3/Overview.html index a9e0dcb923..80c37f291a 100644 --- a/tests/github/w3c/csswg-drafts/css-images-3/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-images-3/Overview.html @@ -1882,7 +1882,7 @@

Initial: fill - Applies to: + Applies to: replaced elements Inherited: @@ -1961,7 +1961,7 @@

Initial: 50% 50% - Applies to: + Applies to: replaced elements Inherited: @@ -2004,7 +2004,7 @@

Initial: from-image - Applies to: + Applies to: all elements Inherited: @@ -2123,7 +2123,7 @@

Initial: auto - Applies to: + Applies to: all elements Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-images-4/Overview.html b/tests/github/w3c/csswg-drafts/css-images-4/Overview.html index 0ad5ca6646..5edb60c32d 100644 --- a/tests/github/w3c/csswg-drafts/css-images-4/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-images-4/Overview.html @@ -2344,7 +2344,7 @@

Initial: fill - Applies to: + Applies to: replaced elements Inherited: @@ -2441,7 +2441,7 @@

Initial: 1dppx - Applies to: + Applies to: all elements Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-inline-3/Overview.html b/tests/github/w3c/csswg-drafts/css-inline-3/Overview.html index f7ee048a74..7a8fef43d0 100644 --- a/tests/github/w3c/csswg-drafts/css-inline-3/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-inline-3/Overview.html @@ -1274,7 +1274,7 @@

Initial: auto - Applies to: + Applies to: block containers, inline boxes, table rows, grid containers, flex containers, and SVG text content elements Inherited: @@ -1344,7 +1344,7 @@

Initial: baseline - Applies to: + Applies to: see individual properties Inherited: @@ -1391,7 +1391,7 @@

Initial: auto - Applies to: + Applies to: inline-level boxes Inherited: @@ -1436,7 +1436,7 @@

Initial: baseline - Applies to: + Applies to: inline-level boxes, flex items, grid items, table cells, and SVG text content elements Inherited: @@ -1509,7 +1509,7 @@

Initial: 0 - Applies to: + Applies to: inline-level boxes and SVG text content elements Inherited: @@ -1587,7 +1587,7 @@

Initial: normal - Applies to: + Applies to: non-replaced inline boxes and SVG text content elements Inherited: @@ -1657,7 +1657,7 @@

Initial: leading - Applies to: + Applies to: inline boxes Inherited: @@ -1864,7 +1864,7 @@

Initial: normal - Applies to: + Applies to: block containers and inline boxes Inherited: @@ -1944,7 +1944,7 @@

Initial: normal - Applies to: + Applies to: inline boxes, but not ruby container boxes nor internal ruby boxes Inherited: @@ -2108,7 +2108,7 @@

Initial: normal - Applies to: + Applies to: certain inline-level boxes and ::first-letter and inside ::marker boxes (see prose) Inherited: @@ -2260,7 +2260,7 @@

Initial: alphabetic - Applies to: + Applies to: certain inline-level boxes and ::first-letter and inside ::marker boxes (see prose) Inherited: @@ -2574,7 +2574,7 @@

Initial: none - Applies to: + Applies to: certain inline-level boxes and ::first-letter and inside ::marker boxes (see prose) Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-line-grid-1/Overview.html b/tests/github/w3c/csswg-drafts/css-line-grid-1/Overview.html index c4fe22faa0..3ecc23ed58 100644 --- a/tests/github/w3c/csswg-drafts/css-line-grid-1/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-line-grid-1/Overview.html @@ -811,7 +811,7 @@

Initial: match-parent - Applies to: + Applies to: block, flex and grid containers Inherited: @@ -939,7 +939,7 @@

Initial: none - Applies to: + Applies to: block container elements Inherited: @@ -1046,7 +1046,7 @@

3 Initial: none - Applies to: + Applies to: block-level boxes and internal table elements except table cells Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-lists-3/Overview.html b/tests/github/w3c/csswg-drafts/css-lists-3/Overview.html index 65e4fc9bf0..3d435dd860 100644 --- a/tests/github/w3c/csswg-drafts/css-lists-3/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-lists-3/Overview.html @@ -1048,7 +1048,7 @@

Initial: none - Applies to: + Applies to: list items Inherited: @@ -1098,7 +1098,7 @@

Initial: disc - Applies to: + Applies to: list items Inherited: @@ -1175,7 +1175,7 @@

< Initial: outside - Applies to: + Applies to: list items Inherited: @@ -1265,7 +1265,7 @@

Initial: see individual properties - Applies to: + Applies to: list items Inherited: @@ -1347,7 +1347,7 @@

Initial: match-self - Applies to: + Applies to: list items Inherited: @@ -1466,7 +1466,7 @@

Initial: none - Applies to: + Applies to: all elements Inherited: @@ -1523,7 +1523,7 @@

Initial: none - Applies to: + Applies to: all elements Inherited: @@ -1554,7 +1554,7 @@

Initial: none - Applies to: + Applies to: all elements Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-logical-1/Overview.html b/tests/github/w3c/csswg-drafts/css-logical-1/Overview.html index 35a4fcf84b..03211acaf8 100644 --- a/tests/github/w3c/csswg-drafts/css-logical-1/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-logical-1/Overview.html @@ -1123,7 +1123,7 @@

Initial: auto - Applies to: + Applies to: Same as height and width Inherited: @@ -1155,7 +1155,7 @@

Initial: 0 - Applies to: + Applies to: same as height and width Inherited: @@ -1187,7 +1187,7 @@

Initial: none - Applies to: + Applies to: same as height and width Inherited: @@ -1221,7 +1221,7 @@

Initial: 0 - Applies to: + Applies to: Same as margin-top Inherited: @@ -1253,7 +1253,7 @@

Initial: see individual properties - Applies to: + Applies to: see individual properties Inherited: @@ -1294,7 +1294,7 @@

Initial: auto - Applies to: + Applies to: positioned elements Inherited: @@ -1326,7 +1326,7 @@

Initial: see individual properties - Applies to: + Applies to: see individual properties Inherited: @@ -1361,7 +1361,7 @@

Initial: see individual properties - Applies to: + Applies to: see individual properties Inherited: @@ -1395,7 +1395,7 @@

Initial: 0 - Applies to: + Applies to: Same as padding-top Inherited: @@ -1427,7 +1427,7 @@

Initial: see individual properties - Applies to: + Applies to: see individual properties Inherited: @@ -1465,7 +1465,7 @@

Initial: medium - Applies to: + Applies to: Same as border-top-width Inherited: @@ -1497,7 +1497,7 @@

Initial: see individual properties - Applies to: + Applies to: see individual properties Inherited: @@ -1534,7 +1534,7 @@

Initial: none - Applies to: + Applies to: Same as border-top-style Inherited: @@ -1566,7 +1566,7 @@

Initial: see individual properties - Applies to: + Applies to: see individual properties Inherited: @@ -1603,7 +1603,7 @@

Initial: currentcolor - Applies to: + Applies to: Same as border-top-color Inherited: @@ -1635,7 +1635,7 @@

Initial: see individual properties - Applies to: + Applies to: see individual properties Inherited: @@ -1672,7 +1672,7 @@

Initial: see individual properties - Applies to: + Applies to: see individual properties Inherited: @@ -1704,7 +1704,7 @@

Initial: see individual properties - Applies to: + Applies to: see individual properties Inherited: @@ -1739,7 +1739,7 @@

Initial: Same as border-top-left-radius - Applies to: + Applies to: Same as border-top-left-radius Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-module-bikeshed/Overview.html b/tests/github/w3c/csswg-drafts/css-module-bikeshed/Overview.html index 6b5502bcf4..486619ac87 100644 --- a/tests/github/w3c/csswg-drafts/css-module-bikeshed/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-module-bikeshed/Overview.html @@ -869,7 +869,7 @@

Initial: text - Applies to: + Applies to: all elements Inherited: @@ -946,7 +946,7 @@

Initial: see individual properties - Applies to: + Applies to: see individual properties Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-multicol-1/Overview.html b/tests/github/w3c/csswg-drafts/css-multicol-1/Overview.html index 60bdd3c823..32a5cb6dd5 100644 --- a/tests/github/w3c/csswg-drafts/css-multicol-1/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-multicol-1/Overview.html @@ -1131,7 +1131,7 @@

3.1. Initial: auto - Applies to: + Applies to: block containers except table wrapper boxes Inherited: @@ -1227,7 +1227,7 @@

3.2. Initial: auto - Applies to: + Applies to: block containers except table wrapper boxes Inherited: @@ -1299,7 +1299,7 @@

3. Initial: see individual properties - Applies to: + Applies to: see individual properties Inherited: @@ -1509,7 +1509,7 @@

4.2. < Initial: currentcolor - Applies to: + Applies to: multicol containers Inherited: @@ -1555,7 +1555,7 @@

4.3. < Initial: none - Applies to: + Applies to: multicol containers Inherited: @@ -1597,7 +1597,7 @@

4.4. < Initial: medium - Applies to: + Applies to: multicol containers Inherited: @@ -1641,7 +1641,7 @@

4.5. Initial: see individual properties - Applies to: + Applies to: see individual properties Inherited: @@ -1734,7 +1734,7 @@

Initial: none - Applies to: + Applies to: in-flow block-level elements Inherited: @@ -1994,7 +1994,7 @@

7.1. Initial: balance - Applies to: + Applies to: multicol containers Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-multicol-2/Overview.html b/tests/github/w3c/csswg-drafts/css-multicol-2/Overview.html index 53e8af1813..82b0af8c6c 100644 --- a/tests/github/w3c/csswg-drafts/css-multicol-2/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-multicol-2/Overview.html @@ -766,7 +766,7 @@

Initial: none - Applies to: + Applies to: in-flow block-level elements Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-nav-1/Overview.html b/tests/github/w3c/csswg-drafts/css-nav-1/Overview.html index 739f6e15bd..1d4df3be4e 100644 --- a/tests/github/w3c/csswg-drafts/css-nav-1/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-nav-1/Overview.html @@ -2011,7 +2011,7 @@

Initial: auto - Applies to: + Applies to: all elements Inherited: @@ -2157,7 +2157,7 @@

Initial: auto - Applies to: + Applies to: scroll containers Inherited: @@ -2267,7 +2267,7 @@

Initial: normal - Applies to: + Applies to: spatial navigation containers Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-overflow-3/Overview.html b/tests/github/w3c/csswg-drafts/css-overflow-3/Overview.html index 12912b2373..3fce2601fc 100644 --- a/tests/github/w3c/csswg-drafts/css-overflow-3/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-overflow-3/Overview.html @@ -1082,7 +1082,7 @@

Initial: visible - Applies to: + Applies to: block containers [CSS2], flex containers [CSS3-FLEXBOX], and grid containers [CSS3-GRID-LAYOUT] Inherited: @@ -1118,7 +1118,7 @@

Initial: visible - Applies to: + Applies to: block containers [CSS2], flex containers [CSS3-FLEXBOX], and grid containers [CSS3-GRID-LAYOUT] Inherited: @@ -1242,7 +1242,7 @@

Initial: 0px - Applies to: + Applies to: all elements Inherited: @@ -1319,7 +1319,7 @@

3. Initial: visible - Applies to: + Applies to: Same as overflow-x and overflow-y Inherited: @@ -1353,7 +1353,7 @@

Initial: clip - Applies to: + Applies to: block containers Inherited: @@ -1590,7 +1590,7 @@

Initial: none - Applies to: + Applies to: block containers Inherited: @@ -1681,7 +1681,7 @@

Initial: none - Applies to: + Applies to: see individual properties Inherited: @@ -1802,7 +1802,7 @@

Initial: none - Applies to: + Applies to: block containers which are also fragmentation containers that capture region breaks Inherited: @@ -1903,7 +1903,7 @@

5 Initial: auto - Applies to: + Applies to: block containers and multicol containers Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-overflow-4/Overview.html b/tests/github/w3c/csswg-drafts/css-overflow-4/Overview.html index 595ccca00e..c1df1278d2 100644 --- a/tests/github/w3c/csswg-drafts/css-overflow-4/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-overflow-4/Overview.html @@ -1107,7 +1107,7 @@

Initial: auto - Applies to: + Applies to: all elements Inherited: @@ -1266,7 +1266,7 @@

Initial: clip - Applies to: + Applies to: block containers Inherited: @@ -1599,7 +1599,7 @@

Initial: auto - Applies to: + Applies to: block containers [CSS2], flex containers [CSS3-FLEXBOX], and grid containers [CSS3-GRID-LAYOUT] Inherited: @@ -2060,7 +2060,7 @@

Initial: none - Applies to: + Applies to: fragment boxes Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-overscroll-1/Overview.html b/tests/github/w3c/csswg-drafts/css-overscroll-1/Overview.html index 2b67e51b7c..89abe24fcf 100644 --- a/tests/github/w3c/csswg-drafts/css-overscroll-1/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-overscroll-1/Overview.html @@ -895,7 +895,7 @@

< Initial: auto auto - Applies to: + Applies to: scroll container elements Inherited: @@ -948,7 +948,7 @@

Initial: auto - Applies to: + Applies to: scroll container elements Inherited: @@ -987,7 +987,7 @@

Initial: auto - Applies to: + Applies to: scroll container elements Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-page-3/Overview.html b/tests/github/w3c/csswg-drafts/css-page-3/Overview.html index 6d9bc53057..3286afcf3d 100644 --- a/tests/github/w3c/csswg-drafts/css-page-3/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-page-3/Overview.html @@ -2284,7 +2284,7 @@

Initial: auto - Applies to: + Applies to: boxes that create class A break points Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-page-floats-3/Overview.html b/tests/github/w3c/csswg-drafts/css-page-floats-3/Overview.html index 50eb09262b..326b17e5a1 100644 --- a/tests/github/w3c/csswg-drafts/css-page-floats-3/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-page-floats-3/Overview.html @@ -759,7 +759,7 @@

Initial: inline - Applies to: + Applies to: all elements. Inherited: @@ -849,7 +849,7 @@

Initial: none - Applies to: + Applies to: all elements. Inherited: @@ -1034,7 +1034,7 @@

Initial: none - Applies to: + Applies to: block-level elements, floats, regions, pages Inherited: @@ -1185,7 +1185,7 @@

Initial: none - Applies to: + Applies to: floats Inherited: @@ -1298,7 +1298,7 @@

Initial: 0 - Applies to: + Applies to: floats Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-position-3/Overview.html b/tests/github/w3c/csswg-drafts/css-position-3/Overview.html index 41c08b0baa..6cec29f008 100644 --- a/tests/github/w3c/csswg-drafts/css-position-3/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-position-3/Overview.html @@ -978,7 +978,7 @@

Initial: static - Applies to: + Applies to: all elements except table-column-group and table-column Inherited: @@ -1226,7 +1226,7 @@

3.1 Initial: auto - Applies to: + Applies to: positioned elements Inherited: @@ -1285,7 +1285,7 @@

Initial: auto - Applies to: + Applies to: positioned elements Inherited: @@ -1321,7 +1321,7 @@

Initial: auto - Applies to: + Applies to: positioned elements Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-regions-1/Overview.html b/tests/github/w3c/csswg-drafts/css-regions-1/Overview.html index ffae6ee76a..6fce56a720 100644 --- a/tests/github/w3c/csswg-drafts/css-regions-1/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-regions-1/Overview.html @@ -1124,7 +1124,7 @@

Initial: none - Applies to: + Applies to: All elements, but not pseudo-elements such as ::first-line, ::first-letter, ::before or ::after. Inherited: @@ -1283,7 +1283,7 @@

Initial: none - Applies to: + Applies to: Non-replaced block containers.
This might be expanded in future versions of the specification to allow other types of containers to receive flow content. Inherited: @@ -1494,7 +1494,7 @@

< Initial: auto - Applies to: + Applies to: CSS Regions Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-rhythm-1/Overview.html b/tests/github/w3c/csswg-drafts/css-rhythm-1/Overview.html index 31c0eb194b..4460af9afd 100644 --- a/tests/github/w3c/csswg-drafts/css-rhythm-1/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-rhythm-1/Overview.html @@ -922,7 +922,7 @@

Initial: none - Applies to: + Applies to: block-level boxes Inherited: @@ -968,7 +968,7 @@

Initial: margin - Applies to: + Applies to: block-level boxes Inherited: @@ -1014,7 +1014,7 @@

Initial: auto - Applies to: + Applies to: block-level boxes Inherited: @@ -1073,7 +1073,7 @@

Initial: up - Applies to: + Applies to: block-level boxes Inherited: @@ -1121,7 +1121,7 @@

Initial: see individual properties - Applies to: + Applies to: block-level boxes Inherited: @@ -1157,7 +1157,7 @@

Initial: 0px - Applies to: + Applies to: block containers Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-round-display-1/Overview.html b/tests/github/w3c/csswg-drafts/css-round-display-1/Overview.html index 439664d76f..e3ed02c797 100644 --- a/tests/github/w3c/csswg-drafts/css-round-display-1/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-round-display-1/Overview.html @@ -1066,7 +1066,7 @@

Initial: auto - Applies to: + Applies to: block-level elements Inherited: @@ -1143,7 +1143,7 @@

Initial: none - Applies to: + Applies to: all elements Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-ruby-1/Overview.html b/tests/github/w3c/csswg-drafts/css-ruby-1/Overview.html index 6113d8f9c6..1d0618d10a 100644 --- a/tests/github/w3c/csswg-drafts/css-ruby-1/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-ruby-1/Overview.html @@ -1766,7 +1766,7 @@

4. Initial: alternate - Applies to: + Applies to: ruby annotation containers Inherited: @@ -1858,7 +1858,7 @@

Initial: separate - Applies to: + Applies to: interlinear ruby annotation containers Inherited: @@ -1976,7 +1976,7 @@

Initial: space-around - Applies to: + Applies to: ruby bases, ruby annotations, ruby base containers, ruby annotation containers Inherited: @@ -2110,7 +2110,7 @@

Initial: auto - Applies to: + Applies to: ruby annotation containers Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-scroll-anchoring-1/Overview.html b/tests/github/w3c/csswg-drafts/css-scroll-anchoring-1/Overview.html index 9e8c80f592..cd3431dbd9 100644 --- a/tests/github/w3c/csswg-drafts/css-scroll-anchoring-1/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-scroll-anchoring-1/Overview.html @@ -978,7 +978,7 @@

Initial: auto - Applies to: + Applies to: all elements Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-scroll-snap-1/Overview.html b/tests/github/w3c/csswg-drafts/css-scroll-snap-1/Overview.html index d0bfd63702..d86e7acfbe 100644 --- a/tests/github/w3c/csswg-drafts/css-scroll-snap-1/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-scroll-snap-1/Overview.html @@ -1013,7 +1013,7 @@

Initial: none - Applies to: + Applies to: all elements Inherited: @@ -1172,7 +1172,7 @@

Initial: auto - Applies to: + Applies to: scroll containers Inherited: @@ -1276,7 +1276,7 @@

Initial: 0 - Applies to: + Applies to: all elements Inherited: @@ -1325,7 +1325,7 @@

Initial: none - Applies to: + Applies to: all elements Inherited: @@ -1503,7 +1503,7 @@

Initial: normal - Applies to: + Applies to: all elements Inherited: @@ -1676,7 +1676,7 @@

Initial: auto - Applies to: + Applies to: scroll containers Inherited: @@ -1711,7 +1711,7 @@

Initial: auto - Applies to: + Applies to: scroll containers Inherited: @@ -1745,7 +1745,7 @@

Initial: auto - Applies to: + Applies to: scroll containers Inherited: @@ -1780,7 +1780,7 @@

Initial: 0 - Applies to: + Applies to: all elements Inherited: @@ -1814,7 +1814,7 @@

Initial: 0 - Applies to: + Applies to: all elements Inherited: @@ -1847,7 +1847,7 @@

Initial: 0 - Applies to: + Applies to: all elements Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-scrollbars-1/Overview.html b/tests/github/w3c/csswg-drafts/css-scrollbars-1/Overview.html index 84d492bed7..6bd5e3ae5e 100644 --- a/tests/github/w3c/csswg-drafts/css-scrollbars-1/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-scrollbars-1/Overview.html @@ -713,7 +713,7 @@

Initial: auto - Applies to: + Applies to: boxes to which overflow applies Inherited: @@ -799,7 +799,7 @@

Initial: auto - Applies to: + Applies to: boxes to which overflow applies Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-shapes-1/Overview.html b/tests/github/w3c/csswg-drafts/css-shapes-1/Overview.html index 71034b74c8..7d69faf25d 100644 --- a/tests/github/w3c/csswg-drafts/css-shapes-1/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-shapes-1/Overview.html @@ -1311,7 +1311,7 @@

Initial: none - Applies to: + Applies to: floats Inherited: @@ -1380,7 +1380,7 @@

Initial: 0 - Applies to: + Applies to: floats Inherited: @@ -1451,7 +1451,7 @@

Initial: 0 - Applies to: + Applies to: floats Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-shapes-2/Overview.html b/tests/github/w3c/csswg-drafts/css-shapes-2/Overview.html index 6981e2d581..4b30a0b1cc 100644 --- a/tests/github/w3c/csswg-drafts/css-shapes-2/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-shapes-2/Overview.html @@ -1166,7 +1166,7 @@

Initial: auto - Applies to: + Applies to: block-level elements Inherited: @@ -1266,7 +1266,7 @@

Initial: none - Applies to: + Applies to: block-level elements Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-size-adjust-1/Overview.html b/tests/github/w3c/csswg-drafts/css-size-adjust-1/Overview.html index 0b9bbd536c..26eb6a82bf 100644 --- a/tests/github/w3c/csswg-drafts/css-size-adjust-1/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-size-adjust-1/Overview.html @@ -835,7 +835,7 @@

Initial: auto - Applies to: + Applies to: all elements Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-sizing-3/Overview.html b/tests/github/w3c/csswg-drafts/css-sizing-3/Overview.html index d3b3836852..ed832af23d 100644 --- a/tests/github/w3c/csswg-drafts/css-sizing-3/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-sizing-3/Overview.html @@ -1182,7 +1182,7 @@

Initial: auto - Applies to: + Applies to: all elements except non-replaced inlines Inherited: @@ -1231,7 +1231,7 @@

Initial: auto - Applies to: + Applies to: all elements that accept width or height Inherited: @@ -1268,7 +1268,7 @@

Initial: none - Applies to: + Applies to: all elements that accept width or height Inherited: @@ -1417,7 +1417,7 @@

Initial: content-box - Applies to: + Applies to: all elements that accept width or height Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-sizing-4/Overview.html b/tests/github/w3c/csswg-drafts/css-sizing-4/Overview.html index bfee99684c..cfb72b46ed 100644 --- a/tests/github/w3c/csswg-drafts/css-sizing-4/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-sizing-4/Overview.html @@ -1043,7 +1043,7 @@

Initial: auto - Applies to: + Applies to: all elements except inline boxes and internal ruby or table boxes Inherited: @@ -1306,7 +1306,7 @@

Initial: none - Applies to: + Applies to: elements with size containment Inherited: @@ -1396,7 +1396,7 @@

Initial: see individual properties - Applies to: + Applies to: see individual properties Inherited: @@ -1524,7 +1524,7 @@

Initial: legacy - Applies to: + Applies to: all elements except inline boxes Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-speech-1/Overview.html b/tests/github/w3c/csswg-drafts/css-speech-1/Overview.html index 2eb0d01faf..7e378d0197 100644 --- a/tests/github/w3c/csswg-drafts/css-speech-1/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-speech-1/Overview.html @@ -861,7 +861,7 @@

Initial: medium - Applies to: + Applies to: all elements Inherited: @@ -955,7 +955,7 @@

Initial: center - Applies to: + Applies to: all elements Inherited: @@ -1094,7 +1094,7 @@

Initial: auto - Applies to: + Applies to: all elements Inherited: @@ -1153,7 +1153,7 @@

Initial: normal - Applies to: + Applies to: all elements Inherited: @@ -1215,7 +1215,7 @@

Initial: none - Applies to: + Applies to: all elements Inherited: @@ -1275,7 +1275,7 @@

Initial: N/A (see individual properties) - Applies to: + Applies to: all elements Inherited: @@ -1339,7 +1339,7 @@

< Initial: none - Applies to: + Applies to: all elements Inherited: @@ -1391,7 +1391,7 @@

Initial: N/A (see individual properties) - Applies to: + Applies to: all elements Inherited: @@ -1423,7 +1423,7 @@

Initial: none - Applies to: + Applies to: all elements Inherited: @@ -1556,7 +1556,7 @@

Initial: N/A (see individual properties) - Applies to: + Applies to: all elements Inherited: @@ -1603,7 +1603,7 @@

Initial: implementation-dependent - Applies to: + Applies to: all elements Inherited: @@ -1770,7 +1770,7 @@

Initial: normal - Applies to: + Applies to: all elements Inherited: @@ -1863,7 +1863,7 @@

Initial: medium - Applies to: + Applies to: all elements Inherited: @@ -1974,7 +1974,7 @@

Initial: medium - Applies to: + Applies to: all elements Inherited: @@ -2128,7 +2128,7 @@

Initial: normal - Applies to: + Applies to: all elements Inherited: @@ -2201,7 +2201,7 @@

< Initial: auto - Applies to: + Applies to: all elements Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-tables-3/Overview.html b/tests/github/w3c/csswg-drafts/css-tables-3/Overview.html index 71c3081b74..33fc499fb6 100644 --- a/tests/github/w3c/csswg-drafts/css-tables-3/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-tables-3/Overview.html @@ -1503,7 +1503,7 @@

Initial: auto - Applies to: + Applies to: table grid boxes Inherited: @@ -1547,7 +1547,7 @@

Initial: separate - Applies to: + Applies to: table grid boxes Inherited: @@ -1584,7 +1584,7 @@
Initial: 0px 0px - Applies to: + Applies to: table grid boxes when border-collapse is separate Inherited: @@ -1620,7 +1620,7 @@

Initial: top - Applies to: + Applies to: table-caption boxes Inherited: @@ -2823,7 +2823,7 @@

Initial: show - Applies to: + Applies to: table-cell boxes Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-text-3/Overview.html b/tests/github/w3c/csswg-drafts/css-text-3/Overview.html index 87a139a41f..c468b1c372 100644 --- a/tests/github/w3c/csswg-drafts/css-text-3/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-text-3/Overview.html @@ -1305,7 +1305,7 @@

Initial: none - Applies to: + Applies to: text Inherited: @@ -1712,7 +1712,7 @@

Initial: normal - Applies to: + Applies to: text Inherited: @@ -3073,7 +3073,7 @@

Initial: 8 - Applies to: + Applies to: text Inherited: @@ -3640,7 +3640,7 @@

Initial: normal - Applies to: + Applies to: text Inherited: @@ -3999,7 +3999,7 @@

Initial: auto - Applies to: + Applies to: text Inherited: @@ -4437,7 +4437,7 @@

Initial: manual - Applies to: + Applies to: text Inherited: @@ -4623,7 +4623,7 @@

Initial: normal - Applies to: + Applies to: text Inherited: @@ -4819,7 +4819,7 @@

Initial: start - Applies to: + Applies to: block containers Inherited: @@ -5096,7 +5096,7 @@

Initial: start - Applies to: + Applies to: block containers Inherited: @@ -5140,7 +5140,7 @@

Initial: auto - Applies to: + Applies to: block containers Inherited: @@ -5211,7 +5211,7 @@

Initial: auto - Applies to: + Applies to: text Inherited: @@ -5550,7 +5550,7 @@

Initial: normal - Applies to: + Applies to: text Inherited: @@ -5736,7 +5736,7 @@

Initial: normal - Applies to: + Applies to: inline boxes and text Inherited: @@ -6237,7 +6237,7 @@

Initial: 0 - Applies to: + Applies to: block containers Inherited: @@ -6555,7 +6555,7 @@

Initial: none - Applies to: + Applies to: text Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-text-4/Overview.html b/tests/github/w3c/csswg-drafts/css-text-4/Overview.html index 3cebd6ada6..83ca7b2b39 100644 --- a/tests/github/w3c/csswg-drafts/css-text-4/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-text-4/Overview.html @@ -910,7 +910,7 @@

Initial: normal - Applies to: + Applies to: text Inherited: @@ -1302,7 +1302,7 @@

Initial: none - Applies to: + Applies to: text Inherited: @@ -1576,7 +1576,7 @@

Initial: collapse - Applies to: + Applies to: text Inherited: @@ -1644,7 +1644,7 @@

Initial: none - Applies to: + Applies to: inline boxes Inherited: @@ -1708,7 +1708,7 @@

Initial: wrap - Applies to: + Applies to: text and block containers Inherited: @@ -1831,7 +1831,7 @@

Initial: auto - Applies to: + Applies to: inline-level boxes and flex items Inherited: @@ -1893,7 +1893,7 @@

Initial: auto - Applies to: + Applies to: inline boxes Inherited: @@ -1992,7 +1992,7 @@

Initial: auto - Applies to: + Applies to: See individual properties Inherited: @@ -2066,7 +2066,7 @@

Initial: auto - Applies to: + Applies to: text Inherited: @@ -2122,7 +2122,7 @@

Initial: 0 - Applies to: + Applies to: block containers Inherited: @@ -2158,7 +2158,7 @@

Initial: auto - Applies to: + Applies to: text Inherited: @@ -2219,7 +2219,7 @@

Initial: no-limit - Applies to: + Applies to: block containers Inherited: @@ -2256,7 +2256,7 @@

Initial: none - Applies to: + Applies to: block containers Inherited: @@ -2505,7 +2505,7 @@

Initial: none - Applies to: + Applies to: block containers Inherited: @@ -2579,7 +2579,7 @@

Initial: 0 - Applies to: + Applies to: inline boxes Inherited: @@ -2638,7 +2638,7 @@

Initial: normal - Applies to: + Applies to: block containers Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-text-decor-3/Overview.html b/tests/github/w3c/csswg-drafts/css-text-decor-3/Overview.html index 64d327998b..45653b324a 100644 --- a/tests/github/w3c/csswg-drafts/css-text-decor-3/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-text-decor-3/Overview.html @@ -513,7 +513,7 @@

Initial: none - Applies to: + Applies to: all elements Inherited: @@ -565,7 +565,7 @@

Initial: solid - Applies to: + Applies to: all elements Inherited: @@ -602,7 +602,7 @@

Initial: currentcolor - Applies to: + Applies to: all elements Inherited: @@ -637,7 +637,7 @@

Initial: see individual properties - Applies to: + Applies to: see individual properties Inherited: @@ -685,7 +685,7 @@

Initial: auto - Applies to: + Applies to: all elements Inherited: @@ -865,7 +865,7 @@

< Initial: none - Applies to: + Applies to: text Inherited: @@ -1023,7 +1023,7 @@

< Initial: currentcolor - Applies to: + Applies to: text Inherited: @@ -1058,7 +1058,7 @@

Initial: see individual properties - Applies to: + Applies to: see individual properties Inherited: @@ -1095,7 +1095,7 @@

Initial: over right - Applies to: + Applies to: text Inherited: @@ -1200,7 +1200,7 @@

Initial: none - Applies to: + Applies to: text Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-text-decor-4/Overview.html b/tests/github/w3c/csswg-drafts/css-text-decor-4/Overview.html index 8b5e85dc05..17946e0e6b 100644 --- a/tests/github/w3c/csswg-drafts/css-text-decor-4/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-text-decor-4/Overview.html @@ -1009,7 +1009,7 @@

Initial: none - Applies to: + Applies to: all elements Inherited: @@ -1090,7 +1090,7 @@

Initial: solid - Applies to: + Applies to: all elements Inherited: @@ -1128,7 +1128,7 @@

Initial: currentcolor - Applies to: + Applies to: all elements Inherited: @@ -1181,7 +1181,7 @@

Initial: auto - Applies to: + Applies to: all elements Inherited: @@ -1318,7 +1318,7 @@

Initial: see individual properties - Applies to: + Applies to: see individual properties Inherited: @@ -1369,7 +1369,7 @@

Initial: auto - Applies to: + Applies to: all elements Inherited: @@ -1509,7 +1509,7 @@

Initial: auto - Applies to: + Applies to: all elements Inherited: @@ -1690,7 +1690,7 @@

Initial: See individual properties - Applies to: + Applies to: all elements Inherited: @@ -1738,7 +1738,7 @@

Initial: objects - Applies to: + Applies to: all elements Inherited: @@ -1783,7 +1783,7 @@

Initial: none - Applies to: + Applies to: all elements Inherited: @@ -1832,7 +1832,7 @@

Initial: none - Applies to: + Applies to: all elements Inherited: @@ -1891,7 +1891,7 @@

Initial: start end - Applies to: + Applies to: all elements Inherited: @@ -1965,7 +1965,7 @@

Initial: auto - Applies to: + Applies to: all elements Inherited: @@ -2116,7 +2116,7 @@

< Initial: none - Applies to: + Applies to: text Inherited: @@ -2274,7 +2274,7 @@

< Initial: currentcolor - Applies to: + Applies to: text Inherited: @@ -2309,7 +2309,7 @@

Initial: see individual properties - Applies to: + Applies to: see individual properties Inherited: @@ -2346,7 +2346,7 @@

Initial: over right - Applies to: + Applies to: text Inherited: @@ -2453,7 +2453,7 @@

Initial: spaces punctuation - Applies to: + Applies to: text Inherited: @@ -2575,7 +2575,7 @@

Initial: none - Applies to: + Applies to: text Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-transforms-1/Overview.html b/tests/github/w3c/csswg-drafts/css-transforms-1/Overview.html index 794feeefad..baf11224ef 100644 --- a/tests/github/w3c/csswg-drafts/css-transforms-1/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-transforms-1/Overview.html @@ -1198,7 +1198,7 @@

Initial: none - Applies to: + Applies to: transformable elements Inherited: @@ -1243,7 +1243,7 @@

Initial: 50% 50% - Applies to: + Applies to: transformable elements Inherited: @@ -1306,7 +1306,7 @@

Initial: view-box - Applies to: + Applies to: transformable elements Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-transforms-2/Overview.html b/tests/github/w3c/csswg-drafts/css-transforms-2/Overview.html index 0857976b51..bffebafaa7 100644 --- a/tests/github/w3c/csswg-drafts/css-transforms-2/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-transforms-2/Overview.html @@ -1400,7 +1400,7 @@

Initial: none - Applies to: + Applies to: transformable elements Inherited: @@ -1444,7 +1444,7 @@

Initial: none - Applies to: + Applies to: transformable elements Inherited: @@ -1493,7 +1493,7 @@

Initial: none - Applies to: + Applies to: transformable elements Inherited: @@ -1632,7 +1632,7 @@

Initial: flat - Applies to: + Applies to: transformable elements Inherited: @@ -1706,7 +1706,7 @@

Initial: none - Applies to: + Applies to: transformable elements Inherited: @@ -1772,7 +1772,7 @@

Initial: 50% 50% - Applies to: + Applies to: transformable elements Inherited: @@ -1844,7 +1844,7 @@

Initial: visible - Applies to: + Applies to: transformable elements Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-transitions-1/Overview.html b/tests/github/w3c/csswg-drafts/css-transitions-1/Overview.html index 9c0d6ab277..e7a34416a7 100644 --- a/tests/github/w3c/csswg-drafts/css-transitions-1/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-transitions-1/Overview.html @@ -931,7 +931,7 @@

< Initial: all - Applies to: + Applies to: all elements Inherited: @@ -992,7 +992,7 @@

< Initial: 0s - Applies to: + Applies to: all elements Inherited: @@ -1032,7 +1032,7 @@

Initial: ease - Applies to: + Applies to: all elements Inherited: @@ -1065,7 +1065,7 @@

Initial: 0s - Applies to: + Applies to: all elements Inherited: @@ -1097,7 +1097,7 @@

Initial: see individual properties - Applies to: + Applies to: all elements Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-ui-3/Overview.html b/tests/github/w3c/csswg-drafts/css-ui-3/Overview.html index e39c271255..32ccc93dca 100644 --- a/tests/github/w3c/csswg-drafts/css-ui-3/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-ui-3/Overview.html @@ -477,7 +477,7 @@

Initial: content-box - Applies to: + Applies to: all elements that accept width or height Inherited: @@ -638,7 +638,7 @@

5. Initial: see individual properties - Applies to: + Applies to: all elements Inherited: @@ -669,7 +669,7 @@

Initial: medium - Applies to: + Applies to: all elements Inherited: @@ -700,7 +700,7 @@

Initial: none - Applies to: + Applies to: all elements Inherited: @@ -731,7 +731,7 @@

Initial: invert - Applies to: + Applies to: all elements Inherited: @@ -845,7 +845,7 @@

Initial: 0 - Applies to: + Applies to: all elements Inherited: @@ -908,7 +908,7 @@

6.1 Initial: none - Applies to: + Applies to: elements with overflow other than visible, and optionally replaced elements such as images, videos, and iframes @@ -1019,7 +1019,7 @@

Initial: clip - Applies to: + Applies to: block containers Inherited: @@ -1258,7 +1258,7 @@

7 Initial: auto - Applies to: + Applies to: all elements Inherited: @@ -1511,7 +1511,7 @@

Initial: auto - Applies to: + Applies to: all elements Inherited: diff --git a/tests/github/w3c/csswg-drafts/css-ui-4/Overview.html b/tests/github/w3c/csswg-drafts/css-ui-4/Overview.html index 22af6d1b98..6afcb62314 100644 --- a/tests/github/w3c/csswg-drafts/css-ui-4/Overview.html +++ b/tests/github/w3c/csswg-drafts/css-ui-4/Overview.html @@ -1031,7 +1031,7 @@

3. Initial: see individual properties - Applies to: + Applies to: all elements Inherited: @@ -1062,7 +1062,7 @@

Initial: medium - Applies to: + Applies to: all elements Inherited: @@ -1093,7 +1093,7 @@

Initial: none - Applies to: + Applies to: all elements Inherited: @@ -1124,7 +1124,7 @@

Initial: invert - Applies to: + Applies to: all elements Inherited: @@ -1236,7 +1236,7 @@

Initial: 0 - Applies to: + Applies to: all elements Inherited: @@ -1297,7 +1297,7 @@

Initial: none - Applies to: + Applies to: elements with overflow other than visible, and optionally replaced elements such as images, videos, and iframes @@ -1416,7 +1416,7 @@

Initial: auto - Applies to: + Applies to: all elements Inherited: @@ -1701,7 +1701,7 @@

Initial: auto - Applies to: + Applies to: all elements Inherited: @@ -1760,7 +1760,7 @@

Initial: auto - Applies to: + Applies to: elements that accept input Inherited: @@ -1888,7 +1888,7 @@

5. Initial: auto - Applies to: + Applies to: elements that accept input Inherited: @@ -1922,7 +1922,7 @@