RESOLVED FIXED 3232
CSS2: Web Kit does not support all list style types
https://bugs.webkit.org/show_bug.cgi?id=3232
Summary CSS2: Web Kit does not support all list style types
Dave Hyatt
Reported 2005-06-01 14:40:25 PDT
Safari fails several cases of the W3C list-style-type test. * STEPS TO REPRODUCE 1. 10.3.3, Safari 1.2.1 2. Go to http://www.w3.org/International/tests/sec-list-style-type-1.html * RESULTS Safari fails the following tests: hiragana hiragana-iroha katakana katakana-iroha cjk-ideographic georgian armenian * NOTES We'll need to do some research on the last three.
Attachments
patch -- should also turn the test page into one or more WebKit tests (4.88 KB, patch)
2007-01-06 16:47 PST, Darin Adler
mjs: review+
Dave Hyatt
Comment 1 2005-06-01 14:42:50 PDT
Apple Bug: rdar://3611345/
Nicholas Shanks
Comment 2 2005-06-16 09:43:14 PDT
I have a KDE merge in the works for this, should be ready in a day or two (depending on how other patches are going).
Eric Seidel (no email)
Comment 3 2005-12-28 01:58:01 PST
Nick, any news on the merge patches from kde?
Eric Seidel (no email)
Comment 4 2005-12-28 01:58:30 PST
Adding mitz and ap, as this is an internationalization issue they might have interest in.
Alexey Proskuryakov
Comment 5 2005-12-28 04:41:59 PST
Hmm, looks like even CSS3 draft still doesn't list Russian as a possible list-style-type: <http:// www.w3.org/TR/2002/WD-css3-lists-20021107/>. See also: <http://www.ethiopic.org/w3c/css/WD- css3-lists-20020220-comments.html> (I don't know whether this public note has had any effect).
Alexey Proskuryakov
Comment 6 2007-01-06 14:59:18 PST
After r18637, the results mostly match Firefox, with the following differences: 1) cjk-ideographic results look quite broken; 2) hebrew RTL rendering is different (can't tell which is correct).
Darin Adler
Comment 7 2007-01-06 16:42:56 PST
I have a patch to get us the rest of the way.
Darin Adler
Comment 8 2007-01-06 16:47:17 PST
Created attachment 12269 [details] patch -- should also turn the test page into one or more WebKit tests
Maciej Stachowiak
Comment 9 2007-01-06 18:16:48 PST
Comment on attachment 12269 [details] patch -- should also turn the test page into one or more WebKit tests r=me Make sure to land the test case with this.
Darin Adler
Comment 10 2007-01-06 20:45:08 PST
I don't want to check this fix in until the test improvements from bug 12412, since the test case is too big for a pixel test to cover it well, and unless there are list markers in the render tree dump it won't be a helpful test.
David Kilzer (:ddkilzer)
Comment 11 2007-01-06 22:10:49 PST
(In reply to comment #10) > I don't want to check this fix in until the test improvements from bug 12412, That's actually Bug 12142.
Sam Weinig
Comment 12 2007-01-08 14:50:30 PST
Landed in r18671.
Note You need to log in before you can comment on or make changes to this bug.