Home | History | Annotate | Download | only in WebCore

Lines Matching full:role

7439         Add new types to create by role value.
14457 * WebCore.xcodeproj/project.pbxproj: Added new source files and a "mac" group; exposes PluginWidget.h as a "Private" role
15146 For an object with an aria role of "checkbox" or "radiobutton",
15809 AX: any DIV with an aria role should not be ignored
19286 * WebCore.xcodeproj/project.pbxproj: Add SVGNames.h to the 'Copy Generated Headers' phase, and set SVGAngle/SVGPreserveAspectRatio role to 'Private', so WebKit can access it.
19392 REGRESSION(r52233): MSAA: Accessibility role of lists is wrong
19398 Test: platform/win/accessibility/list-role.html
19410 MSAA: Accessibility role of list items is wrong
19416 Test: platform/win/accessibility/list-item-role.html
19424 Return the role for the RenderObject, or UnknownRole if unknown.
19426 Call msaaRoleForRenderer() to get the role. If it is UnknownRole, fall
20352 MSAA: Accessibility role of text nodes is wrong
20359 Test: platform/win/accessibility/text-role.html
20363 Add a new role to the enum.
20365 Declare a function to return the accessibility role for MSAA; the base
20366 implementation returns the old role value.
20373 RenderText, set the role to EditableTextRole to match IE and Firefox.
20374 Otherwise, set the role for MSAA to the old role value.
20377 Add a member to hold the role for MSAA, and declare an override of
22517 Also clarify the role of AnimationBase::endAnimation() by splitting it into
25205 Fixes a number of issues regarding the "tree" role and aria-activedescendant.
25366 Implement WAI-ARIA scrollbar role and related property aria-orientation
25369 Test: accessibility/aria-scrollbar-role.html
26336 Test: accessibility/aria-text-role.html
29713 WAI-ARIA: add support for 'math' role
31938 Need to implement ARIA role="directory"
35238 createIconForFile()'s role.
36590 Need to implement ARIA role="combobox"
38781 If the element should return its tag name as the role, return the tag
39675 WAI-ARIA: add support for 'option' role
39678 Test: accessibility/aria-option-role.html
40351 WAI-ARIA: add support for 'presentation' role
40354 Test: accessibility/aria-presentational-role.html
40369 Make sure that role descriptions will default to the system's first, before
40370 returning an unknown role.
40372 Test: platform/mac/accessibility/aria-menu-role-descriptions.html
58620 jsEventListeners set's role in determining if two event listeners are
59372 aria definition role spelled wrong "defintion"
66969 Need to implement ARIA role="listitem" and role="list"
75569 Caches the role value of an accessibility object instead of calculating it everytime.
75575 Use generic role setter instead of specific ARIA role setter.
77295 Bug 27943: Need to implement ARIA role="radiogroup"
77370 Return role description for NSAccessibilitySliderRole and NSAccessibilityValueIndicatorRole.
88448 Also specify a new accessibility role "annotation" for <rp> and <rt>.
88567 Bug 27130 - Need to implement ARIA role="toolbar"