blob: b0b03f225525ffacf1d8f73da03a3848b39e96f8 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>ms legacy lquote and rquote attributes</title>
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#attributes-common-to-html-and-mathml-elements">
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#css-styling">
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#string-literal-ms">
<meta name="assert" content="Verify that legacy lquote and rquote attributes are ignored on the ms element.">
<link rel="match" href="ms-001-ref.html">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
math {
font: 25px/1 Ahem;
}
</style>
</head>
<body>
<p>
<math>
<ms lquote="É" rquote="p">X</ms>
</math>
</p>
<script src="/mathml/support/feature-detection.js"></script>
<script>MathMLFeatureDetection.ensure_for_match_reftest("has_ms");</script>
</body>
</html>