Updated tests: HTML and CSS and text direction

View: New views
3 Messages — Rating Filter:   Alert me  

Updated tests: HTML and CSS and text direction

by Richard Ishida :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Continuing the work of repackaging the tests in the Internationalization test suite, around 87 more tests, this time relating to right-to-left and bidirectional text have been updated. Each of the 87 tests are implemented for HTML 4.0, XHTML 1.0 served as text/html, XHTML 1.0 served as XML, and XHTML 1.1 served as XML (ie. totally around 350 test cases).

There are also tables covering the results of the tests, and summaries of the findings. Most of these are new. The tests were run on recent versions of major browsers.

The tests and results are linked from here:

http://www.w3.org/International/tests/list-html-css#direction

(Note that the vertical text tests are not included in this announcement, since they are still in the early stages of development.)



============
Richard Ishida
Internationalization Lead
W3C (World Wide Web Consortium)

http://www.w3.org/International/
http://rishida.net/







Re: Updated tests: HTML and CSS and text direction

by Jungshik SHIN (신정식) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Richard,

Thanks a lot for compiling this large set of tests and test results
with various browsers.

2009/7/29 Richard Ishida <ishida@...>:

> The tests and results are linked from here:
>
> http://www.w3.org/International/tests/list-html-css#direction

Just a minor issue that caught my eyes and led me to scratch my head a bit:

http://www.w3.org/International/tests/tests-html-css/tests-character-encoding/generate?test=1&serveas=xml

and other tests for character encoding declarations have the following
annotation:

   The text contains the following sequence of bytes: 0xE1 0xA4 0xA8 0xB8 0xDA.

However, the actual byte sequence in the file is "0xC3 0xBD 0xC3 0xA4
0xC3 0xA8" , which matches the png image included (what the sequence
would look like if it's interpreted as ISO-8859-15).

Once again, thank you,

Jungshik


RE: Updated tests: HTML and CSS and text direction

by Richard Ishida :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Jungshik,

Many thanks for pointing that out.  I changed the tests, but forgot to change the descriptions.  Should be fixed now.

Hope you're well.

Best,
RI

============
Richard Ishida
Internationalization Lead
W3C (World Wide Web Consortium)

http://www.w3.org/International/
http://rishida.net/




> -----Original Message-----
> From: jshin1987@... [mailto:jshin1987@...] On Behalf Of
> Jungshik SHIN (???)
> Sent: 30 July 2009 22:20
> To: Richard Ishida
> Cc: www-international@...
> Subject: Re: Updated tests: HTML and CSS and text direction
>
> Hi Richard,
>
> Thanks a lot for compiling this large set of tests and test results
> with various browsers.
>
> 2009/7/29 Richard Ishida <ishida@...>:
>
> > The tests and results are linked from here:
> >
> > http://www.w3.org/International/tests/list-html-css#direction
>
> Just a minor issue that caught my eyes and led me to scratch my head a bit:
>
> http://www.w3.org/International/tests/tests-html-css/tests-character-
> encoding/generate?test=1&serveas=xml
>
> and other tests for character encoding declarations have the following
> annotation:
>
>    The text contains the following sequence of bytes: 0xE1 0xA4 0xA8 0xB8
> 0xDA.
>
> However, the actual byte sequence in the file is "0xC3 0xBD 0xC3 0xA4
> 0xC3 0xA8" , which matches the png image included (what the sequence
> would look like if it's interpreted as ISO-8859-15).
>
> Once again, thank you,
>
> Jungshik