Issue 395: Don't use <a> tags for events with no URLs
Status:  Released
Owner: ----
Closed:  Aug 2013
Reported by glenn%gl...@gtempaccount.com, Mar 13, 2010
When adding links to events, they should not be wrapped with an 'a' tag if there is no href.  Right 
now it makes styling impossible as you can't tell which elements actually have links and which do 
not.
Mar 15, 2010
Project Member #1 adamrs...@gmail.com
this might be a change i consider for 1.5, but it is possible to tell the difference 
with the :link pseudo-class:
http://www.w3.org/TR/CSS2/selector.html#link-pseudo-classes
Mar 16, 2010
#2 glenn%gl...@gtempaccount.com
That's used for adding "a style to an unvisited link".  Will it also work the same for visited links?  At any rate, that 
solution might work ok, but it's certainly not desirable.
Mar 30, 2010
Project Member #3 adamrs...@gmail.com
hey glenn,
you can combine the :link and :visited pseudo classes to reference any <a> with an 
href. however, i agree with your original point. i will incorporate this into 1.5, the 
release where i plan to break backward css compatibility.
Summary: Don't use <a> tags for events with no URLs
Status: Accepted
Mar 30, 2010
#4 glenn.f....@gmail.com
<3 thank you!
Mar 20, 2011
Project Member #5 adamrs...@gmail.com
this is fixed in 1.5
Status: Fixed
Aug 13, 2013
Project Member #6 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Implemented
Aug 13, 2013
Project Member #7 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Released