[Webkit-unassigned] [Bug 137669] New: AX: [ATK] CSS-generated text content not exposed to assistive technologies
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Oct 13 13:53:24 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=137669
Summary: AX: [ATK] CSS-generated text content not exposed to
assistive technologies
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: Linux
Status: NEW
Severity: Normal
Priority: P2
Component: Accessibility
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jdiggs at igalia.com
CC: webkit-bug-importer at group.apple.com
Blocks: 25531
Given:
<html>
<head>
<style type="text/css">
p#generated:before { content: "Before"; }
p#generated:after { content: "After"; }
</style>
</head>
<body>
<p id="generated"> Text </p>
</body>
</html>
The reported accessible text for the paragraph is " Text ".
--
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