Summary: | ARIA support in KHTML | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Aaron Johnson <aaronforjesus> |
Component: | khtml | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Aaron Johnson
2008-03-06 17:32:33 UTC
Wekbit has nothing to do with us. Git commit 8fdb65112cb87f07d25433bcfe5a6c9913984277 by Maks Orlovich. Committed on 08/05/2011 at 22:12. Pushed by orlovich into branch 'master'. Handle tabIndex every where, as per ARIA CCBUG: 121572 CCBUG: 158857 M +6 -19 khtml/ecma/kjs_html.cpp M +9 -10 khtml/ecma/kjs_html.h M +4 -2 khtml/html/html_baseimpl.cpp M +1 -1 khtml/html/html_baseimpl.h M +4 -2 khtml/html/html_elementimpl.cpp M +14 -1 khtml/html/html_formimpl.cpp M +2 -4 khtml/html/html_formimpl.h M +6 -0 khtml/html/html_inlineimpl.cpp M +1 -1 khtml/html/html_inlineimpl.h M +5 -25 khtml/svg/SVGAElement.cpp M +1 -3 khtml/svg/SVGAElement.h M +28 -3 khtml/xml/dom_elementimpl.cpp M +4 -2 khtml/xml/dom_elementimpl.h M +13 -3 khtml/xml/dom_nodeimpl.h http://commits.kde.org/kdelibs/8fdb65112cb87f07d25433bcfe5a6c9913984277 Dear user, KHTML (and KJS) was a long time more or less unmaintained and got removed in KF6. Please migrate to use a QWebEngine based HTML component. We will do no further fixes or improvements to the KF5 branches of these components beside important security fixes. For security issues, please see: https://kde.org/info/security/ Sorry that we did not fix this issue during the life-time of KHTML. Greetings Christoph Cullmann |