Add some FIXME comments.

This commit is contained in:
Davide P. Cervone 2015-03-14 19:06:09 -04:00
parent e202cde5ed
commit c52d2aaa0c

View File

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