parent
4d0e42787a
commit
9b3e6165ea
|
@ -298,9 +298,9 @@
|
|||
}
|
||||
|
||||
if (collapsible.tagName === 'TABLE') {
|
||||
return '> tbody > tr';
|
||||
return ':scope > tbody > tr';
|
||||
} else if (collapsible.tagName === 'UL' || collapsible.tagName === 'OL') {
|
||||
return '> li:not(.collapsible-control)';
|
||||
return ':scope > li:not(.collapsible-control)';
|
||||
}
|
||||
|
||||
return '';
|
||||
|
|
Loading…
Reference in New Issue