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) {