aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_2020/lists.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout_2020/lists.rs')
-rw-r--r--components/layout_2020/lists.rs6
1 files changed, 1 insertions, 5 deletions
diff --git a/components/layout_2020/lists.rs b/components/layout_2020/lists.rs
index ee60a82ef01..d5a1f863865 100644
--- a/components/layout_2020/lists.rs
+++ b/components/layout_2020/lists.rs
@@ -19,11 +19,7 @@ pub(crate) fn make_marker<'dom, Node>(
where
Node: NodeExt<'dom>,
{
- // TODO: use `PseudoElement::Marker` when we add it.
- let marker_info = info.pseudo(
- context,
- style::selector_parser::PseudoElement::ServoLegacyText,
- )?;
+ let marker_info = info.pseudo(context, style::selector_parser::PseudoElement::Marker)?;
let style = &marker_info.style;
let list_style = style.get_list();