* Sets an attribute on a MathML node. MathML depends on attributes to convey a * semantic content, so this is used heavily.
(name, value)
| 6617 | |
| 6618 | |
| 6619 | setAttribute(name, value) { |
| 6620 | this.attributes[name] = value; |
| 6621 | } |
| 6622 | /** |
| 6623 | * Gets an attribute on a MathML node. |
| 6624 | */ |
no outgoing calls
no test coverage detected