|
1720 | 1720 | "border": {
|
1721 | 1721 | "codegen-properties": {
|
1722 | 1722 | "longhands": [
|
1723 |
| - "border-top-color", |
1724 |
| - "border-top-style", |
1725 | 1723 | "border-top-width",
|
1726 |
| - "border-right-color", |
1727 |
| - "border-right-style", |
1728 | 1724 | "border-right-width",
|
1729 |
| - "border-bottom-color", |
1730 |
| - "border-bottom-style", |
1731 | 1725 | "border-bottom-width",
|
1732 |
| - "border-left-color", |
1733 |
| - "border-left-style", |
1734 | 1726 | "border-left-width",
|
| 1727 | + "border-top-style", |
| 1728 | + "border-right-style", |
| 1729 | + "border-bottom-style", |
| 1730 | + "border-left-style", |
| 1731 | + "border-top-color", |
| 1732 | + "border-right-color", |
| 1733 | + "border-bottom-color", |
| 1734 | + "border-left-color", |
1735 | 1735 | "border-image-source",
|
1736 | 1736 | "border-image-slice",
|
1737 | 1737 | "border-image-width",
|
|
1747 | 1747 | "border-block": {
|
1748 | 1748 | "codegen-properties": {
|
1749 | 1749 | "longhands": [
|
1750 |
| - "border-block-start-color", |
1751 |
| - "border-block-start-style", |
1752 | 1750 | "border-block-start-width",
|
1753 |
| - "border-block-end-color", |
| 1751 | + "border-block-end-width", |
| 1752 | + "border-block-start-style", |
1754 | 1753 | "border-block-end-style",
|
1755 |
| - "border-block-end-width" |
| 1754 | + "border-block-start-color", |
| 1755 | + "border-block-end-color" |
1756 | 1756 | ]
|
1757 | 1757 | },
|
1758 | 1758 | "specification": {
|
|
2247 | 2247 | "border-inline": {
|
2248 | 2248 | "codegen-properties": {
|
2249 | 2249 | "longhands": [
|
2250 |
| - "border-inline-start-color", |
2251 |
| - "border-inline-start-style", |
2252 | 2250 | "border-inline-start-width",
|
2253 |
| - "border-inline-end-color", |
| 2251 | + "border-inline-end-width", |
| 2252 | + "border-inline-start-style", |
2254 | 2253 | "border-inline-end-style",
|
2255 |
| - "border-inline-end-width" |
| 2254 | + "border-inline-start-color", |
| 2255 | + "border-inline-end-color" |
2256 | 2256 | ]
|
2257 | 2257 | },
|
2258 | 2258 | "specification": {
|
|
0 commit comments