We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ATK has ATK_ROLE_SUBSCRIPT and ATK_ROLE_SUPERSCRIPT. These should be used for the sub and sup elements respectively.
ATK_ROLE_SUBSCRIPT
ATK_ROLE_SUPERSCRIPT
sub
sup
BTW: This mapping was implemented a while ago in WebKitGtk. If it's not implemented in Gecko yet, it should be.
The text was updated successfully, but these errors were encountered:
<sub> and <sup> in ATK / issue #121
2b72311
Done. Thanks @joanmarie. Closing.
Sorry, something went wrong.
jasonkiss
No branches or pull requests
ATK has
ATK_ROLE_SUBSCRIPT
andATK_ROLE_SUPERSCRIPT
. These should be used for thesub
andsup
elements respectively.BTW: This mapping was implemented a while ago in WebKitGtk. If it's not implemented in Gecko yet, it should be.
The text was updated successfully, but these errors were encountered: