When I apply an ellipsis to the text within a list element that has disc bullet points, it hides the bullet point itself.
I discovered that applying overflow: hidden
to the list will also hide the bullet point. Moving this rule to the anchor within the list didn't solve the issue; it still hid the parent list element's bullet point. However, when I added a sibling element to the anchor, it worked as expected.
You can see an example of this issue here: http://jsfiddle.net/EByrk/1/