From c52d2aaa0ca3a17b7b1062edb5d6be07c61e160a Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Sat, 14 Mar 2015 19:06:09 -0400 Subject: [PATCH] Add some FIXME comments. --- unpacked/jax/output/CommonHTML/jax.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unpacked/jax/output/CommonHTML/jax.js b/unpacked/jax/output/CommonHTML/jax.js index e900b3510..c933a4592 100644 --- 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) {