[Webkit-unassigned] [Bug 180361] New: AX: Implement updated CSS3 Speech for 'speak' and 'speak-as' properties

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 4 09:36:24 PST 2017


https://bugs.webkit.org/show_bug.cgi?id=180361

            Bug ID: 180361
           Summary: AX: Implement updated CSS3 Speech for 'speak' and
                    'speak-as' properties
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cfleizach at apple.com
                CC: webkit-bug-importer at group.apple.com

* SUMMARY
Implement updated CSS3 Speech for 'speak' and 'speak-as' properties

* NOTES
http://dev.w3.org/csswg/css3-speech/#speaking-props-speak
http://dev.w3.org/csswg/css3-speech/#speaking-props-speak-as

The CSS group rejected our request to go back to the original values for 'speak' even though their draft had stagnated for 6 years. Nevertheless, some good will come out of this. For example, the property values are not mutually exclusive as I originally thought. Note the double vertical bars.

speak-as: normal | spell-out || digits || [ literal-punctuation | no-punctuation ]

e.g. these examples will work.

.telephone {
   speak-as: digits no-punctuation; /* e.g., (415) 555-1212 */
}

<rdar://problem/10353542>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171204/a38e4b6a/attachment-0001.html>


More information about the webkit-unassigned mailing list