Changeset 246340 in webkit


Ignore:
Timestamp:
Jun 11, 2019 4:40:08 PM (5 years ago)
Author:
commit-queue@webkit.org
Message:

Unreviewed, rolling out r246320.
https://bugs.webkit.org/show_bug.cgi?id=198773

New test is failing, and commit is causing another test to
fail. (Requested by ShawnRoberts on #webkit).

Reverted changeset:

"Web Inspector: AXI: Audit: image label test is throwing
spurious errors on elements with existing alt attr, but no
value: <img alt>"
https://bugs.webkit.org/show_bug.cgi?id=194754
https://trac.webkit.org/changeset/246320

Location:
trunk
Files:
4 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r246339 r246340  
     12019-06-11  Commit Queue  <commit-queue@webkit.org>
     2
     3        Unreviewed, rolling out r246320.
     4        https://bugs.webkit.org/show_bug.cgi?id=198773
     5
     6        New test is failing, and commit is causing another test to
     7        fail. (Requested by ShawnRoberts on #webkit).
     8
     9        Reverted changeset:
     10
     11        "Web Inspector: AXI: Audit: image label test is throwing
     12        spurious errors on elements with existing alt attr, but no
     13        value: <img alt>"
     14        https://bugs.webkit.org/show_bug.cgi?id=194754
     15        https://trac.webkit.org/changeset/246320
     16
    1172019-06-11  Devin Rousso  <drousso@apple.com>
    218
  • trunk/Source/WebCore/ChangeLog

    r246339 r246340  
     12019-06-11  Commit Queue  <commit-queue@webkit.org>
     2
     3        Unreviewed, rolling out r246320.
     4        https://bugs.webkit.org/show_bug.cgi?id=198773
     5
     6        New test is failing, and commit is causing another test to
     7        fail. (Requested by ShawnRoberts on #webkit).
     8
     9        Reverted changeset:
     10
     11        "Web Inspector: AXI: Audit: image label test is throwing
     12        spurious errors on elements with existing alt attr, but no
     13        value: <img alt>"
     14        https://bugs.webkit.org/show_bug.cgi?id=194754
     15        https://trac.webkit.org/changeset/246320
     16
    1172019-06-11  Devin Rousso  <drousso@apple.com>
    218
  • trunk/Source/WebCore/accessibility/AccessibilityObject.cpp

    r246320 r246340  
    24942494    AccessibilityRole role = roleValue();
    24952495
    2496     if (accessibilityIsIgnored())
    2497         return reverseAriaRoleMap().get(static_cast<int>(AccessibilityRole::Presentational));
    2498 
    24992496    // We do not compute a role string for generic block elements with user-agent assigned roles.
    25002497    if (role == AccessibilityRole::Group || role == AccessibilityRole::TextGroup)
Note: See TracChangeset for help on using the changeset viewer.