| Issue 395: | Don't use <a> tags for events with no URLs | |
| 2 people starred this issue and may be notified of changes. | Back to list |
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
Mar 16, 2010
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
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
<3 thank you!
Mar 20, 2011
this is fixed in 1.5
Status:
Fixed
Aug 13, 2013
(No comment was entered for this change.)
Status:
Implemented
Aug 13, 2013
(No comment was entered for this change.)
Status:
Released
|
|
| ► Sign in to add a comment |