mathbackground

已弃用:此功能不再推荐。尽管某些浏览器可能仍然支持它,但它可能已从相关的 Web 标准中删除,可能正在被删除过程中,或者可能仅出于兼容性目的而保留。避免使用它,如果可能,更新现有代码;请参阅本页底部的兼容性表以指导您的决策。请注意,此功能可能随时停止工作。

mathbackground 全局属性设置 MathML 元素的背景颜色

注意:尽可能使用 CSS 样式化 MathML。mathbackground 属性仅应包含在不了解 CSS 的应用程序中,并且如果设置,将被 CSS background-color 属性值覆盖。

语法

html
<!-- Keyword values -->
<math mathbackground="red">
<math mathbackground="indigo">

<!-- Hexadecimal value -->
<math mathbackground="#bbff00"> <!-- Fully opaque -->
<math mathbackground="#bf0"> <!-- Fully opaque shorthand -->
<math mathbackground="#11ffee00"> <!-- Fully transparent -->
<math mathbackground="#1fe0"> <!-- Fully transparent shorthand -->
<math mathbackground="#11ffeeff"> <!-- Fully opaque -->
<math mathbackground="#1fef"> <!-- Fully opaque shorthand -->

<!-- RGB value -->
<math mathbackground="rgb(255 255 128)"> <!-- Fully opaque -->
<math mathbackground="rgb(117 190 218 / 50%)"> <!-- 50% transparent -->

<!-- HSL value -->
<math mathbackground="hsl(50 33% 25%)"> <!-- Fully opaque -->
<math mathbackground="hsl(50 33% 25% / 75%)"> <!-- 75% opaque, i.e. 25% transparent -->

<color>

背景的统一颜色。

规范

规范
MathML Core
# dfn-mathbackground
  • 在 MathML 3 和更早版本中,支持更有限的值集。自 MathML Core 以来,语法与 CSS <color> 值匹配。
  • 此属性是为不了解 CSS 的 MathML 应用程序设计的。自 MathML Core 以来,建议改用等效的 CSS。

浏览器兼容性

BCD 表仅在启用 JavaScript 的浏览器中加载。

另请参阅