Bug 123751
Summary: | AX: '-webkit-alt' does not handle concatenated values, like 'content' property does. | ||
---|---|---|---|
Product: | WebKit | Reporter: | James Craig <jcraig> |
Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ntim, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | 120188 | ||
Bug Blocks: |
James Craig
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".
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/15385937>
Tim Nguyen (:ntim)
The new alt text syntax added in bug 159022 handles concatenated values.
*** This bug has been marked as a duplicate of bug 159022 ***