Gunnar Bittersmann, Mon, 22 Aug 2011 00:40:04 +0200: >> 2 Why use the language attribute? >> http://www.w3.org/International/tutorials/new-language-decl/qa-lang-why > [[ > :lang(en) > * { quotes: '"' '"' "'" "'"; } > :lang(en) > * { quotes: '„' '“' '‚' '‘'; } > ]] > > The second line should read :lang(de) > * Is the '> *' necessary? Why not rather do the following, if it is about the q element?: q:lang(en) { quotes: '“' '”' '‘' '’'; } q:lang(de) { quotes: '„' '“' '‚' '‘'; } -- Leif Halvard SilliReceived on Monday, 22 August 2011 01:28:26 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 22 August 2011 01:29:43 GMT