\documentclass[12pt,a4paper]{article}
\usepackage[version=3]{mhchem}
\begin{document}
\ce{K_a \times K_b = K_w}
\end{document}

In \ce{} all text is supposed to be regularized. See how the K_a is regularized but then the K_b is italicised and the ensuing K_w is again subject to \ce's regularization. Why does this interruption in formatting happen? I mean, it probably has to do with the \times, but then why does italicised formatting resume after that?

