Remove support for numalign/denomalign/align attributes
Categories
(Core :: MathML, task)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox71 | --- | fixed |
People
(Reporter: fwang, Assigned: fwang)
References
(Blocks 1 open bug, )
Details
(Keywords: dev-doc-complete, site-compat)
Attachments
(2 files)
|
3.30 KB,
text/plain
|
bmiroglio
:
data-review+
|
Details |
|
47 bytes,
text/x-phabricator-request
|
Details | Review |
MathML CG decision: https://github.com/mathml-refresh/mathml/issues/30#issuecomment-487748458
Updated•7 years ago
|
| Assignee | ||
Comment 1•6 years ago
|
||
Updated•6 years ago
|
| Assignee | ||
Comment 2•6 years ago
|
||
Intent to unship: https://groups.google.com/forum/#!topic/mozilla.dev.platform/JnJVGTmIwPE
- Introduce a new preference option mathml.deprecated_alignment_attributes.disabled()
to disable alignment attributes for mfrac/munder/mover/munderover elements. - Disable the attributes in Nightly and when running WPT tests.
- Enable the attributes in other channels but add a counter and deprecation warning.
- Remove failure expectation for WPT test frac-numalign-denomalign-001.html for mfrac
- Add new WPT test for underover-legacy-align-attribute-001.html for munder/mover/munderover
- Enable the attributes for MathML reftests checking these attributes.
- Disable numalign/denomalign test for Mochitest test_bug975681.html when the attributes
are disabled.
Comment 3•6 years ago
|
||
| Assignee | ||
Updated•6 years ago
|
Pushed by aiakab@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8fb0766d0ab2
Remove support for numalign/denomalign/align attributes. r=emilio
Comment 7•6 years ago
|
||
| bugherder | ||
Comment 9•6 years ago
|
||
Posted site compatibility note: https://www.fxsitecompat.dev/en-CA/docs/2019/various-legacy-mathml-features-have-been-deprecated/
Comment 10•6 years ago
|
||
Updated:
https://developer.mozilla.org/en-US/docs/Web/MathML/Attribute
https://developer.mozilla.org/en-US/docs/Web/MathML/Element/munder
https://developer.mozilla.org/en-US/docs/Web/MathML/Element/mover
https://developer.mozilla.org/en-US/docs/Web/MathML/Element/munderover
https://wiki.developer.mozilla.org/en-US/docs/Web/MathML/Element/mfrac
Please add 'dev-doc-needed' to the bug that removes this in a stable Firefox version.
Description
•