Files
VSS/testsuite/html/test_data/attribute_syntax.xhtml
2022-07-19 14:13:47 +03:00

16 lines
519 B
HTML

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Check use of appropriate attribute syntax, and format of self closing tag of foreign element</title>
</head>
<body class='main'>
<p class='para primary'>Welcome to this example.</p>
<p title="I'm a tooltip">This is a paragraph.</p>
<p title='John "ShotGun" Nelson'/>
<p title="John 'ShotGun' Nelson"/>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<malignmark edge="right"/>
</math>
</body>
</html>