- From: <bugzilla@jessica.w3.org>
- Date: Wed, 28 Nov 2012 16:00:08 +0000
- To: public-webplatform-bugs@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=20121
Bug ID: 20121
Summary: See Also context hints
Classification: Unclassified
Product: webplatform.org
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: skin
Assignee: schepers@w3.org
Reporter: letmespellitoutforyou@gmail.com
QA Contact: public-webplatform-bugs@w3.org
See apis/css-regions for example. Undifferentiated links give little idea of
context. Ideally prefix w/icons giving feedback about what sort of info is at
the destination:
a[href=~"/dom"]::before { content: url(icon_dom.png) }
a[href=~"/apis"]::before { content: url(icon_api.png) }
a[href=~"/css/properties"]::before { content: url(icon_cssprop.png) }
a[href=~"/css/cssom"]::before { content: url(icon_cssom.png) }
Perhaps a deeper template rather than skin issue, but see-alsos for API member
pages might also benefit by being prefixed with the interface name. In this
case, instead of "name", "NamedFlow.name" gives more context.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Wednesday, 28 November 2012 16:00:18 UTC