For styling purposes, Facet lists with IDs would be a great new feature.

At the moment the DOM structure of facets looks like this:

<div class="item-list">
<ul class="expanded">
<li class="leaf first">
<li class="leaf">
<li class="leaf">
<li class="leaf last">

Adding IDs to this structure would be a major step like so:

<div class="item-list">
<ul class="expanded">
<li class="leaf first fctid-1">
<li class="leaf fctid-2">
<li class="leaf fctid-3">
<li class="leaf last fctid-4">

Comments

OanaIlea’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

This issue was closed due to lack of activity over a long period of time. If the issue is still acute for you, feel free to reopen it and describe the current state.

criscom’s picture

The current state is the old state. Nothing to add.