[Webkit-unassigned] [Bug 6464] Unclickable cite reference

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sat Jan 21 18:35:21 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=6464





------- Comment #9 from david at goddess-gate.com  2006-01-21 18:35 -------
Hi,

Well

1. making blockquote cite visible is all too easy
http://www.holovaty.com/blog/archive/2002/12/20/0454/

2. making them selectable is native with Opera, which is able to select
auto-generated content

3. making it clickable is possible with a minor xml rule Opera provides

q[cite], blockquote[cite] {
        -o-link: attr(cite);
        -o-link-source:current;
        cursor: pointer
}

I systematicaly use blockquote cite instead of a non-semantic dedicated
paragraph.  Alexey, do I answer your question?


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list