MathML Lengths: Do not accept numbers ending with a dot
Categories
(Core :: MathML, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox70 | --- | fixed |
People
(Reporter: fwang, Assigned: fwang)
References
(Blocks 2 open bugs)
Details
(Keywords: dev-doc-complete, site-compat)
Attachments
(1 file)
See bug 1574751 comment 2 ; after we remove namedspace (bug 1574750) and nonzero unitless (bug 1574749) then the only remaining possible regression when moving to the CSS definition is the case when the number has a dot but no digits after it e.g. "123456789."
| Assignee | ||
Comment 1•7 years ago
|
||
Depends on D42906
| Assignee | ||
Comment 2•6 years ago
|
||
For the dev doc: for number ending with a dot, one can remove the ending dot. For example width="230.px" is equivalent to width="230px".
| Assignee | ||
Updated•6 years ago
|
Pushed by rmaries@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/863716355305
MathML Lengths: Do not accept numbers ending with a dot. r=emilio
Comment 4•6 years ago
|
||
| bugherder | ||
Comment 5•6 years ago
|
||
Posted site compatibility note: https://www.fxsitecompat.dev/en-CA/docs/2019/various-legacy-mathml-features-have-been-deprecated-or-removed/
Comment 6•6 years ago
|
||
I don't think this syntax was ever documented in the MathML reference docs, so I've just mentioned this in the Fx70 release notes: https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/70#MathML
Description
•