commit | 07c1ced333c24be0c18fbabfc4e38f5c753e4e4d | [log] [tgz] |
---|---|---|
author | Rob Buis <rbuis@igalia.com> | Wed Nov 04 18:15:48 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Nov 04 18:15:48 2020 |
tree | 61ffeeb33a6311948e3ca9eddb7ea1147cb9fa9f | |
parent | f56188d31a38efb1bb3cb29d5a03c7dc2f727c93 [diff] |
[mathml] Implement italic correction Implement italic correction [1] when laying out scripts. In order to signal that an operator has an italic correction we add SetMathItalicCorrection on the fragment builder and set it if needed when laying out the operator. The script layout algorithm uses this value when laying out the script, where appropriate. [1] https://mathml-refresh.github.io/mathml-core/#dfn-italic-correction Bug: 1125136, 6606 Change-Id: I2995b0fad1e1c8e96cc08818d50927d28cb54f4c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414240 Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by: Frédéric Wang <fwang@igalia.com> Commit-Queue: Rob Buis <rbuis@igalia.com> Cr-Commit-Position: refs/heads/master@{#824055}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.