- From: Christoph Päper <christoph.paeper@crissov.de>
- Date: Thu, 11 Sep 2014 20:41:43 +0200
- To: CSS public list <www-style@w3.org>
- Cc: abhimanyu0003 <abhimanyu@japanaddicts.org>
abhimanyu0003 2014-09-10: > > • Forward and Backward arrows in two variations (resembling > and -->) > • Home icon > • Mail icon > • Phone icon > • Website icon > • and others that are also supported in icon fonts. a[rel="next"]::after {content: "→"; /* U+2192, several alternatives available */} a[rel="prev"]::after {content: "←"; /* U+2190, ditto, e.g. U+2397 */} a[rel="start"]::after, a[rel="home"]::after, a[href="/"]::after {content: "⌂"; /* U+2302 or some up-arrow */} a[href^="mailto:"]::after {content: "✉"; /* U+2709 */} a[href^="http"]::after {content: "🌐"; /* U+1F310 or some NE-arrow */} CSS 2 The drafts for the Basic User Interface module include an ‘icon’ property and same keyword for either the ‘content’ <http://www.w3.org/TR/css3-ui/#element-icons> or the ‘display’ property <http://www.w3.org/TR/2003/WD-css3-ui-20030703/#icon-property>. Both are at risk and hence may be dropped but may reappear in some generated content module (but probably not in current GCPM). I assume this proposal is asking for keywords for the ‘icon’ property, but kindly ask the original poster to elaborate.
Received on Thursday, 11 September 2014 18:42:29 UTC