RESOLVED DUPLICATE of bug 159022 Bug 123751
AX: '-webkit-alt' does not handle concatenated values, like 'content' property does.
https://bugs.webkit.org/show_bug.cgi?id=123751
Summary AX: '-webkit-alt' does not handle concatenated values, like 'content' propert...
James Craig
Reported 2013-11-04 12:41:27 PST
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
Radar WebKit Bug Importer
Comment 1 2013-11-04 12:41:35 PST
Tim Nguyen (:ntim)
Comment 2 2023-12-22 10:52:49 PST
The new alt text syntax added in bug 159022 handles concatenated values. *** This bug has been marked as a duplicate of bug 159022 ***
Note You need to log in before you can comment on or make changes to this bug.