Add gaps-1.vim

https://www.w3.org/TR/2025/WD-css-gaps-1-20250417/
This commit is contained in:
Kyo Nagashima
2025-04-19 09:07:43 +09:00
parent 2a04f2d27c
commit adbc12f2ee
2 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
syn keyword cssFontProp contained column-rule-break row-rule-break rule-break column-rule-outset row-rule-outset rule-outset rule-paint-order row-rule-color row-rule-style row-rule-width row-rule rule-color rule-style rule-width rule
syn keyword cssFontAttr contained spanning-item intersection row-over-column column-over-row

View File

@@ -526,6 +526,28 @@
display: bottom-to-top; display: bottom-to-top;
} }
.gaps-1 {
column-rule-break: auto;
row-rule-break: auto;
rule-break: auto;
column-rule-outset: auto;
row-rule-outset: auto;
rule-outset: auto;
rule-paint-order: auto;
row-rule-color: auto;
row-rule-style: auto;
row-rule-width: auto;
row-rule: auto;
rule-color: auto;
rule-style: auto;
rule-width: auto;
rule: auto;
display: spanning-item;
display: intersection;
display: row-over-column;
display: column-over-row;
}
.gcpm-3::footnote-call, .gcpm-3::footnote-call,
.gcpm-3::footnote-marker { .gcpm-3::footnote-marker {
running: auto; running: auto;