Re: Closing ACTION-2291

On Tuesday, October 14, 2008, 3:09:54 PM, Chris wrote:

CL> Hello public-svg-wg,


CL> ACTION-2291
CL> Add direction to the RelaxNG

The direction and unicode-bidi properties are now added to the RNG (as properties; yesterday I added them but incorrectly, as attributes).

In consequence the attached SVG file validates (in oXygen 9.3, which uses jing for relaxng validation)

<?xml version="1.0" encoding="UTF-8"?>
<?oxygen
CL> RNGSchema="file:/D:/WWW/dev/SVG/profiles/1.2T/master/relaxng/Tiny-1.2.rng" type="xml"?>
<svg xmlns="http://www.w3.org/2000/svg" direction="rtl">
    <text direction="ltr">Hello World</text>
    <text text-anchor="start" x="460" y="150"  xml:lang="ar" unicode-bidi="embed">????</text>
</svg>

the test file is also embeded, but I suspect my mailer will mess it up.



-- 
 Chris Lilley                    mailto:chris@w3.org
 Technical Director, Interaction Domain
 W3C Graphics Activity Lead
 Co-Chair, W3C Hypertext CG

Received on Wednesday, 15 October 2008 13:45:00 UTC