Add selectors-5.vim

https://www.w3.org/TR/2026/WD-selectors-5-20260217/
This commit is contained in:
Kyo Nagashima
2026-02-19 08:24:29 +09:00
parent fffcf18406
commit 8b615eb6a2
2 changed files with 21 additions and 0 deletions

View File

@@ -1149,6 +1149,23 @@ mask {
display: auto;
}
.selectors-5:local-link,
.selectors-5:interest-source,
.selectors-5:interest-target,
.selectors-5:blank,
.selectors-5:current,
.selectors-5:past,
.selectors-5:future,
.selectors-5:state(loading),
.selectors-5:heading,
.selectors-5:headings(1, 3, 5),
.selectors-5 || .foo,
.selectors-5:nth-col(1),
.selectors-5:nth-last-col(1),
.selectors-5 /for/ .foo {
display: auto;
}
.shadow-parts::part(textspan) {
display: auto;
}