Bug 1970362 - Revert 'Remove dir and menu selectors from orphaned list item quirk'. a=pascalc
Original Revision: https://phabricator.services.mozilla.com/D252714 Differential Revision: https://phabricator.services.mozilla.com/D256752
This commit is contained in:
committed by
pchevrel@mozilla.com
parent
206f5fce02
commit
c81caea1cc
@@ -13,12 +13,12 @@ li {
|
||||
}
|
||||
|
||||
/* restore outside position for lists inside LIs */
|
||||
li :is(ul, ol) {
|
||||
li :is(dir, menu, ol, ul) {
|
||||
list-style-position: outside;
|
||||
}
|
||||
|
||||
/* undo previous two rules for properly nested lists */
|
||||
:is(ul, ol) :is(ul, ol, li) {
|
||||
:is(dir, menu, ol, ul) :is(dir, menu, ol, ul, li) {
|
||||
list-style-position: unset;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
[lists-styles-quirks.html]
|
||||
[<li> (in <dir>) - list-style-position]
|
||||
expected: FAIL
|
||||
|
||||
[<li> (in <menu>) - list-style-position]
|
||||
expected: FAIL
|
||||
Reference in New Issue
Block a user