As defined in http://www.w3.org/TR/css3-speech/#speak This will be very helpful in aiding how certain things are pronounced on the web. specifically numbers and punctuation
<rdar://problem/8282101> AX: implement CSS3 Speech "speak"
Created attachment 69233 [details] Patch
there's no mac implementation yet, as no API has been defined. the first customer of this will be iOS
http://trac.webkit.org/changeset/68680
I think this broke a whole bunch of tests on Snow Leopard.
http://trac.webkit.org/changeset/68680 might have broken GTK Linux 32-bit Release, GTK Linux 64-bit Debug, and Qt Linux Release minimal The following changes are on the blame list: http://trac.webkit.org/changeset/68680 http://trac.webkit.org/changeset/68679
Will resolve asap (In reply to comment #6) > http://trac.webkit.org/changeset/68680 might have broken GTK Linux 32-bit Release, GTK Linux 64-bit Debug, and Qt Linux Release minimal > The following changes are on the blame list: > http://trac.webkit.org/changeset/68680 > http://trac.webkit.org/changeset/68679
(In reply to comment #7) > Will resolve asap > > (In reply to comment #6) > > http://trac.webkit.org/changeset/68680 might have broken GTK Linux 32-bit Release, GTK Linux 64-bit Debug, and Qt Linux Release minimal > > The following changes are on the blame list: > > http://trac.webkit.org/changeset/68680 > > http://trac.webkit.org/changeset/68679 BTW, if this patch does get reverted for whatever reason, pls revert r68685 as well (it contains new Chrome baselines resulting from this patch).
fix for GTK layout test http://trac.webkit.org/changeset/68714
http://trac.webkit.org/changeset/68728
this should get things working again (except QT minimal, which i am trying to force rebuild) http://trac.webkit.org/changeset/68730
According to http://css3test.com this is still a problem.