mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
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:
parent
0232bcdfa4
commit
460e8db94c
2 changed files with 6 additions and 6 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue