- From: Gunnar Bittersmann <gunnar@bittersmann.de>
- Date: Thu, 21 Mar 2013 19:11:06 +0100
- To: www-international@w3.org
Felix Sasaki scripsit:
> The purpose of the example is to demonstrate the usage of "dir" in
> HTML5. What would be a good text for that? e.g. how could we replace
>
> <p>In Arabic, the title <q dir=rtl lang=ar>نشاط التدويل، W3C</q>
> means <q>Internationalization Activity, W3C</q>.</p>
I wonder if the dfn element would be appropriate:
<p>In Arabic, the title <dfn dir=rtl lang=ar>نشاط التدويل، W3C</dfn>
means “Internationalization Activity, W3C”.</p>
http://www.w3.org/TR/html5/text-level-semantics.html#the-dfn-element
Cheers,
Gunnar
Received on Thursday, 21 March 2013 18:11:31 UTC