Bug 120130 - AX: "speak-header" CSS attribute not obeyed
Summary: AX: "speak-header" CSS attribute not obeyed
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: chris fleizach
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-08-21 12:47 PDT by chris fleizach
Modified: 2013-08-31 20:40 PDT (History)
13 users (show)

See Also:


Attachments
patch (21.82 KB, patch)
2013-08-21 15:45 PDT, chris fleizach
cfleizach: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description chris fleizach 2013-08-21 12:47:08 PDT
If the style sheet for a page specifies "speak-header: always" for tables, Safari should send the header text to VoiceOver when VO is stepping over the cells in the table.

http://www.w3.org/TR/CSS21/aural.html#speak-headers

<rdar://problem/4526103>
Comment 1 chris fleizach 2013-08-21 15:45:12 PDT
Created attachment 209309 [details]
patch
Comment 2 James Craig 2013-08-22 14:08:59 PDT
speak-header was deprecated in CSS 2.1.
http://lists.w3.org/Archives/Public/www-style/2013Aug/0467.html

Because this should be a user preference, not an author preference.
http://lists.w3.org/Archives/Public/www-style/2013Aug/0471.html
Comment 3 chris fleizach 2013-08-31 20:40:06 PDT
Deprecated