Skip to content

Commit cba02ba

Browse files
committed
Merge branch 'issue237' into develop
2 parents 6e4f6f0 + b593189 commit cba02ba

File tree

8 files changed

+8
-10
lines changed

8 files changed

+8
-10
lines changed

config/AM_HTMLorMML-full.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/Accessible-full.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/MML_HTMLorMML-full.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/TeX-AMS-MML_HTMLorMML-full.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/TeX-AMS_HTML-full.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/TeX-MML-AM_HTMLorMML-full.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jax/output/HTML-CSS/jax.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

unpacked/jax/output/HTML-CSS/jax.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2445,7 +2445,7 @@
24452445
var accent = (i != this.base && values[this.ACCENTS[i]]);
24462446
if (accent && box.bbox.w <= 1/HTMLCSS.em+.0001) { // images can get the width off by 1px
24472447
box.bbox.w = box.bbox.rw - box.bbox.lw; box.bbox.noclip = true;
2448-
if (box.bbox.lw && HTMLCSS.zeroWidthBug)
2448+
if (box.bbox.lw)
24492449
{box.insertBefore(HTMLCSS.createSpace(box.parentNode,0,0,-box.bbox.lw),box.firstChild)}
24502450
HTMLCSS.createBlank(box,0,0,box.bbox.rw+.1);
24512451
}
@@ -2691,7 +2691,6 @@
26912691
msieNegativeBBoxBug: (mode >= 8), // negative bboxes have positive widths
26922692
msieIE6: !isIE7,
26932693
msieItalicWidthBug: true,
2694-
zeroWidthBug: true,
26952694
FontFaceBug: true,
26962695
msieFontCSSBug: browser.isIE9,
26972696
allowWebFonts: (mode >= 9 ? "woff" : "eot")
@@ -2783,7 +2782,6 @@
27832782
operaVerticalAlignBug: true,
27842783
operaFontSizeBug: browser.versionAtLeast("10.61"),
27852784
initialSkipBug: true,
2786-
zeroWidthBug: true,
27872785
FontFaceBug: true,
27882786
PaddingWidthBug: true,
27892787
allowWebFonts: (browser.versionAtLeast("10.0") && !browser.isMini ? "otf" : false),

0 commit comments

Comments
 (0)