- From: Leif Halvard Silli <xn--mlform-iua@xn--mlform-iua.no>
- Date: Mon, 22 Aug 2011 03:27:05 +0200
- To: www-international <www-international@w3.org>
- Cc: Gunnar Bittersmann <gunnar@bittersmann.de>
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 Silli
Received on Monday, 22 August 2011 01:28:26 UTC