Changes between Version 37 and Version 38 of WebKitGTK/2.12.x


Ignore:
Timestamp:
May 25, 2016 8:27:09 PM (8 years ago)
Author:
jdiggs@igalia.com
Comment:

Update a11y proposed merges to point to new bugs with branch-compatible patches provided

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGTK/2.12.x

    v37 v38  
    1616
    1717== Proposed merges for 2.12.4 ==
    18   * https://trac.webkit.org/changeset/201072 ''AX: [ATK] Use WebCore Accessibility's AccessibilityText for AtkObject name and description'' [[BR]] This change brings us into better compliance with a couple of W3C specs and fixes several bugs in which the accessible name of objects was missing or broken. Because Orca doesn't always know when/if the accessible name is broken, having this fix is desirable.
    19   * https://trac.webkit.org/changeset/201087 ''[GTK] accessibility/meter-element.html is failing'' [[BR]] The reason the test was failing is due to lack of implementation. Also, as part of the fix, we are now exposing the aria-valuetext value which had not previously been exposed. Because aria-valuetext is used on a number of ARIA widget roles, and because meters should be accessible, this fix is desirable.
     18  * https://bugs.webkit.org/show_bug.cgi?id=158107 ''[GTK][Stable]: Merge r201072 and r201216 (and some misc gardening of accessibility tests)'' [[BR]] This change brings us into better compliance with a couple of W3C specs and fixes several bugs in which the accessible name of objects was missing or broken. Because Orca doesn't always know when/if the accessible name is broken, having this fix is desirable. [[BR]] N.B. Stable-branch-compatible patch attached.
     19  * https://bugs.webkit.org/show_bug.cgi?id=158109 ''[GTK][Stable]: Merge r201087'' [[BR]] The reason the meter.html test was failing is due to lack of implementation. Also, as part of the fix, we are now exposing the aria-valuetext value which had not previously been exposed. Because aria-valuetext is used on a number of ARIA widget roles, and because meters should be accessible, this fix is desirable. [[BR]] N.B. Stable-branch-compatible patch attached.
    2020
    2121== Proposed merges for 2.12.3 ==