blob: 673027794ccc376fa47e9a44a598c326f053c810 [file] [log] [blame]
<!doctype html>
<html>
<head>
<title>attribute form</title>
<meta charset="utf-8"/>
</head>
<body>
<!-- This checks the effect of @form on a prefix operator. -->
_<math><mo form="infix"></mo></math>_
_<math><mo form="prefix"></mo></math>_
_<math><mo form="postfix"></mo></math>_
<!-- This checks the effect of @form on an infix operator. -->
_<math><mo form="infix"></mo></math>_
_<math><mo form="prefix"></mo></math>_
_<math><mo form="postfix"></mo></math>_
<!-- This checks the effect of @form on a postfix operator. -->
_<math><mo form="infix"></mo></math>_
_<math><mo form="prefix"></mo></math>_
_<math><mo form="postfix"></mo></math>_
</body>
</html>