Page MenuHomePhabricator

Evaluate removing list bullet
Open, Needs TriagePublic

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!