[Webkit-unassigned] [Bug 123751] New: AX: '-webkit-alt' does not handle concatenated values, like 'content' property does.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 4 12:42:41 PST 2013


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

           Summary: AX: '-webkit-alt' does not handle concatenated values,
                    like 'content' property does.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jcraig at apple.com
                CC: webkit-bug-importer at group.apple.com
        Depends on: 120188


>From bug 120188:

> > > Source/WebCore/css/CSSParser.cpp:3794
> > > +bool CSSParser::parseAlt(CSSPropertyID propID, bool important)
> > 
> > It doesn't look like this is handling concatenated values, which should be added to the test case, too.
> > 
> > See: CSSParser::parseContent
> 
> Please file a new bug. 

Test case:

<div foo="foo" baz="baz" bif="bif" bop="bop" style="content: attr(foo) " bar " attr(baz); -webkit-alt: attr(bif) " bap " attr(bop); ">contents</div>

Display renders "foo bar baz".
AX API gets "bif bap bop".

-- 
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