Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /mathml/menclose/menclose-3-unknown.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html>
<head>
<title>menclose unknown</title>
<meta charset="utf-8"/>
<link rel="match" href="menclose-3-unknown-ref.html"/>
</head>
<body>
<math>
<menclose notation="circle unknown">
<mspace width="100px" height="50px" mathbackground="blue"></mspace>
</menclose>
</math>
</body>
</html>