CSS Lists 3 currently lists ::marker { unicode-bidi: isolate; } in its UA default rules. This is good, markers should be bidi isolated. However, unicode-bidi isn't listed in css-pseudo-4 as a valid property on ::marker. Options:
- Make
unicode-bidi and direction apply to ::marker and keep the UA rule.
- Just make marker's automagically bidi-isolated always.
@MatsPalmgren @emilio thoughts?