-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
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
contextmenu / draggable #133
Comments
See also #129 for the general issue. |
draggable: https://html.spec.whatwg.org/multipage/dom.html#elements-in-the-dom:dom-draggable I'm not sure whether the reported meant |
tabindex is now supported, so changing title |
In Chrome it is possible to make a MathML element draggable using: [draggable="true"] {
-webkit-user-drag: element;
user-select: none;
} Of course, it should not be used, as |
Unless I'm missing something, it doesn't make sense for a MathML element to be dragable in general because some elements need to live in certain contexts (e.g, a table row needs to live in a table and all elements need to live inside of a It would be possible to describe situations where drag and drop is legal/sensible, but I don't think the effort is worth the benefit. Editing a MathML expression is best left to MathML editors IMHO. |
@NSoiffer , the |
@Yaffle Can you please clarify? |
cc @bkardell |
Both of them, Well, right not, it is only supported in Firefox and not sure if it is useful (may be, I could collect info how many users use it). So, the support is not so much important right now. And it was deprecated in HTML spec, where it was defined on all elements.... |
Originally reported at https://gitlab.com/mathml/MathMLinHTML5/issues/7
The text was updated successfully, but these errors were encountered: