- From: Marcos Caceres <marcosc@opera.com>
 - Date: Mon, 29 Mar 2010 17:15:24 +0200
 - To: Felix Sasaki <felix.sasaki@fh-potsdam.de>
 - CC: Arthur Barstow <art.barstow@nokia.com>, Addison Phillips <addison@amazon.com>, public-i18n-core@w3.org, public-webapps <public-webapps@w3.org>, Richard Ishida <ishida@w3.org>
 
Hi,
On 27/03/10 9:07 AM, Felix Sasaki wrote:
> The spec itself looks fine. It seems that the schema at
> http://dev.w3.org/2006/waf/widgets-schema/widgets.rnc
> is not up to date yet. It still contains the *ITS* dir attribute, e.g. at
>
> elem.author = element author {
>      attr.xmllang?,
>      attr.itsdir?,
>      attribute href { xsd:anyURI }?,
>      attribute email { xsd:string { pattern=".+@.+" } }?,
>      text?
> }
>
> I think you need to rename attr.itsdir to attr.dir , and change
> attr.itsdir = attribute its:dir { "ltr" | "rtl" | "lro" | "rlo" }
> to
> attr.dir = attribute dir { "ltr" | "rtl" | "lro" | "rlo" }
I've updated the rnc files:
  * removed references to its namespace,
  * restricted dir to "ltr" | "rtl"
Kind regards,
Marcos
-- 
Marcos Caceres
Opera Software
Received on Monday, 29 March 2010 15:16:16 UTC