Add some FIXME comments.
This commit is contained in:
parent
e202cde5ed
commit
c52d2aaa0c
|
@ -1104,6 +1104,8 @@
|
||||||
|
|
||||||
CHTMLhandleStyle: function (node) {
|
CHTMLhandleStyle: function (node) {
|
||||||
if (this.style) node.style.cssText = this.style;
|
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) {
|
CHTMLhandleColor: function (node) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user