[Webkit-unassigned] [Bug 62357] Expose aria-labelledby as TitleUIElement?

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 12 15:39:04 PDT 2011


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





--- Comment #7 from Alice Boxhall <aboxhall at chromium.org>  2011-09-12 15:39:04 PST ---
Sorry, I didn't intend to submit this for review. As explained earlier on the bug, this is just exploratory code.

Thanks for taking the time to look at it, though.

(In reply to comment #6)
> (From update of attachment 96685 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=96685&action=review
> 
> This patch is clearly not ready for review.
> 
> > Source/WebCore/ChangeLog:8
> > +        No new tests. (OOPS!)
> 
> This will cause the CQ to fail.  You should either replace this with a list of affected tests, or explain why testing is impossible/impractical.
> 
> > Source/WebCore/accessibility/AccessibilityRenderObject.cpp:1356
> > +//    const AtomicString& ariaLabelledBy = ariaLabeledByAttribute();
> > +//    if (!ariaLabelledBy.isEmpty())
> > +//        return ariaLabelledBy;
> 
> We don't commit commented out code.
> 
> > Source/WebCore/accessibility/mac/AccessibilityObjectWrapper.mm:1032
> > +    else if (m_object->isWebArea()) {
> >          objectAttributes = webAreaAttrs;
> > +    }
> 
> Style?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list