commit c52d2aaa0ca3a17b7b1062edb5d6be07c61e160a parent e202cde5ed66eee5d9f1770fddd7a1a9045b560f Author: Davide P. Cervone <dpvc@union.edu> Date: Sat, 14 Mar 2015 19:06:09 -0400 Add some FIXME comments. Diffstat:
| M | unpacked/jax/output/CommonHTML/jax.js | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/unpacked/jax/output/CommonHTML/jax.js b/unpacked/jax/output/CommonHTML/jax.js @@ -1104,6 +1104,8 @@ CHTMLhandleStyle: function (node) { if (this.style) node.style.cssText = this.style; + // ### FIXME: remove font size and other font settings from non-token elements? + // ### FIXME: modify bounding box to handle border, padding, and margin. }, CHTMLhandleColor: function (node) {