href
非标准:此功能是非标准的,并且不在标准轨道上。不要在面向 Web 的生产站点上使用它:它不会对每个用户都起作用。实现之间也可能存在很大的不兼容性,并且行为将来可能会发生变化。
href
全局属性 在指向指定 URL 的 MathML 元素上创建一个超链接。
示例
html
<!-- Make this math equation a link to Wikipedia's article
about the Pythagorean theorem. -->
<math href="https://en.wikipedia.org/wiki/Pythagorean_theorem">
<mi>c</mi>
<mo>=</mo>
<!-- Make this square root a link to corresponding
SageMath's calculation. -->
<msqrt href="https://sagecell.sagemath.org/?z=eJwrLiwq0TCOM9I2iTPSBAAeqgPO">
<msup>
<mn>3</mn>
<mn>2</mn>
</msup>
<mo>+</mo>
<msup>
<mn>4</mn>
<mn>2</mn>
</msup>
</msqrt>
<mo>=</mo>
<mn>5</mn>
</math>
规范
href
属性在任何面向浏览器的规范中都没有定义,但您可以在 MathML 4 中找到描述。
浏览器兼容性
BCD 表格仅在浏览器中加载
另请参阅
- 所有 全局属性。