Issue #1592 - Part 1b: Move <slot> UA rule to html.css

Based on https://bugzilla.mozilla.org/show_bug.cgi?id=1468127
This commit is contained in:
FranklinDM 2023-03-18 17:04:55 +08:00 committed by roytam1
commit 460e8db94c
2 changed files with 6 additions and 6 deletions

View file

@ -893,3 +893,9 @@ rtc > rt {
ruby, rb, rt, rtc {
unicode-bidi: isolate;
}
/* Shadow DOM v1
* https://drafts.csswg.org/css-scoping/#slots-in-shadow-tree */
slot {
display: contents;
}

View file

@ -474,9 +474,3 @@ div:-moz-native-anonymous.moz-custom-content-container {
width: 100%;
height: 100%;
}
/* Shadow DOM v1
* https://drafts.csswg.org/css-scoping/#slots-in-shadow-tree */
slot {
display: contents;
}