metadatadisplay-schema-trademark-014-ref.xht (1703B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 <!-- THIS FILE WAS AUTOMATICALLY GENERATED, DO NOT EDIT. --> 3 <html xmlns="http://www.w3.org/1999/xhtml"> 4 <head> 5 <meta http-equiv="content-type" content="text/html;charset=UTF-8"/> 6 <title>WOFF Test: Valid trademark Element With class Attribute in text Element</title> 7 <link rel="author" title="Tal Leming" href="http://typesupply.com" /> 8 <link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" /> 9 <link rel="help" href="http://www.w3.org/TR/WOFF/#conform-metadata-noeffect" /> 10 <link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" /> 11 <link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" /> 12 <meta name="assert" content="The trademark element contains a text element with "class1 class2 class3" as the value for the class attribute." /> 13 <style type="text/css"><![CDATA[ 14 @import url("support/test-fonts.css"); 15 body { 16 font-size: 20px; 17 } 18 pre { 19 font-size: 12px; 20 } 21 .test { 22 font-family: "WOFF Test CFF Reference"; 23 font-size: 200px; 24 margin-top: 50px; 25 } 26 ]]></style> 27 </head> 28 <body> 29 <p>Test passes if the word PASS appears below.</p> 30 <p>The Extended Metadata Block is valid and may be displayed to the user upon request.</p> 31 <div class="test">P</div> 32 <p>The XML contained in the Extended Metadata Block is below.</p> 33 <pre> 34 <?xml version="1.0" encoding="UTF-8"?> 35 <metadata version="1.0"> 36 <trademark> 37 <text class="class1 class2 class3"> 38 Trademark without language. 39 </text> 40 </trademark> 41 </metadata> 42 </pre> 43 </body> 44 </html>