hallo
Hallo Camping_RIDER,
habe grad mal gebastelt. So passt es inline und geblockt:
<style> [role=list] [role=listitem]::after { content: ","; } [role=list] [role=listitem]:last-child::before { content: "und "; } [role=list] [role=listitem]:last-child::after { content: ""; } [role=list] [role=listitem]:nth-last-child(2)::after { content: ""; } [role=list] [role=listitem]:first-child::before { content: ""; } </style> ---
Ich habe den generierten Content nur für Leerzeichen umgesetzt. Die Satzzeichen möchte ich schon original übernehmen.
Primär gehts mir einfach um das role Attribut. Ob ich dann display:list-item anwende, ist jetzt noch nicht so klar.