WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
85734
maction
Add support for the maction element
https://bugs.webkit.org/show_bug.cgi?id=85734
Summary
Add support for the maction element
Frédéric Wang (:fredw)
Reported
2012-05-06 07:56:39 PDT
"To provide a mechanism for binding actions to expressions, MathML provides the maction element. This element accepts any number of sub-expressions as arguments and the type of action that should happen is controlled by the actiontype attribute." I think supporting this element is of low priority for now. MathJax gives access to this feature via non-standard LaTeX command and it is not really well implemented in Firefox.
Attachments
Add attachment
proposed patch, testcase, etc.
Michael Kohlhase
Comment 1
2012-11-19 22:54:14 PST
I beg to differ on the "low priority" and in particular the justification by MathJax. Even though MathJax does not produce <maction> routinely, there are other systems that use maction for making formulae interactive; e.g. to elide brackets. For this it would be sufficient to just implement the behavior of the "selection" attribute, i.e. to display only the child whose number is indicated in it. And of course have it default to "1". This should be relatively simple to do and would be much more useful than the current behavior of displaying all children of <maction>.
Frédéric Wang (:fredw)
Comment 2
2013-08-20 02:41:51 PDT
Patches from
bug 120058
and
bug 120059
implements the maction@selection and maction@toggle attributes (With these patches, the tooltip and statusline actiontype will just display the first child). I guess that addresses Michael's use cases.
Frédéric Wang (:fredw)
Comment 3
2022-09-06 07:17:50 PDT
Marking as WONTFIX as maction is deprecated and not part of MathML Core.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug