Page MenuHomePhabricator

Evaluate removing list bullet
Closed, ResolvedPublic

Description

Currently reset carries

ol, ul {
  list-style: none;
}

ol is specifically tackled in T217616. But the currnet ul default removal of list bullets implicates side-effects like

image.png (486×1 px, 72 KB)

Templates carrying an unordered list don't receive a clear list identifying appearance when they are outside content. Original reason was
https://gerrit.wikimedia.org/r/#/c/mediawiki/extensions/MobileFrontend/+/79431/

This should be handled differently, for example identify uls in places where bullets are unwanted, instead of removing them entirely by default.

Event Timeline

Jdlrobson renamed this task from [subtask] Move ul selector out of reset and evaluate removing list bullet to Evaluate removing list bullet.Feb 21 2024, 4:50 PM
Jdlrobson assigned this task to Volker_E.

@Volker_E there was a note here about evaluating the bullet points. Is this taken care of? If not could you expand on the goals in the description of this ticket? Thanks in advance!

Jdlrobson triaged this task as Medium priority.Jan 2 2025, 9:39 PM
matmarex subscribed.

I don't know when or how, but this seems to have been removed. I can't find it anywhere in the source code and it doesn't apply when I add some lists in browser dev tools.