Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mathml] Implement the <mspace> element
Implement the <mspace> element [1] by adding support for it on the DOM and adding a layout algorithm for it. Also map attribute width to the width property and map height and depth to the height property using calc(). Bug: 6606 [1] https://mathml-refresh.github.io/mathml-core/#space-mspace Change-Id: Ic52832edd6a73d896c2d42041756ded5d50fcb95 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1936251 Commit-Queue: Rob Buis <[email protected]> Reviewed-by: Ian Kilpatrick <[email protected]> Reviewed-by: Frédéric Wang <[email protected]> Reviewed-by: Morten Stenshorne <[email protected]> Reviewed-by: Rune Lillesveen <[email protected]> Cr-Commit-Position: refs/heads/master@{#734439}
- Loading branch information