Bug 89386 - Access to the "cite" link of a quotation (blockquote or q)
Summary: Access to the "cite" link of a quotation (blockquote or q)
Status: CONFIRMED
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: 3.3
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-13 00:26 UTC by Shift
Modified: 2011-03-20 16:58 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shift 2004-09-13 00:26:06 UTC
Version:           3.3 (using KDE 3.3.0, compiled sources)
Compiler:          gcc version 3.4.1 (Mandrakelinux (Alpha 3.4.1-3mdk)
OS:                Linux (i686) release 2.6.8.1-8mdk

Is it possible to add access to the "cite" attribut of a quotation ("blockquote" or "q" tags) ?

Perhaps by adding a "Go to the source of this quotation" in the contextual menu. Or in a tooltip (popup bubble ?) with link ?

Here is the w3c specification about "cite" attribut :  http://www.w3.org/TR/REC-html40/struct/text.html#adef-cite-Q

Thanks,

Franck
Comment 1 David Latapie 2011-03-20 16:58:27 UTC
Seven years later, does it work? I still find it necessary, in the same way as removing extra markup for rounded corners was.

Check this
http://www.holovaty.com/writing/176/

As well as Opera's Cascading link

Explanation in French: http://www.blog-and-blues.org/weblog/2004/08/24/284-attribut-cite-pseudo-lien
The important part is (Opera-only by the time the article was written):

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

Thank you!