struct-use-11-f-novalid.html (4893B)
1 <!DOCTYPE html> 2 <html lang='en'> 3 <head> 4 <title>struct-use-11-f-manual.svg</title> 5 <meta charset='utf-8'> 6 </head> 7 <body> 8 <h1>Source SVG: struct-use-11-f-manual.svg</h1> 9 <svg id="svg-root" width="100%" height="100%" 10 viewBox="0 0 480 360" xmlns="http://www.w3.org/2000/svg" 11 xmlns:xlink="http://www.w3.org/1999/xlink"> 12 <!--======================================================================--> 13 <!--= Copyright 2008 World Wide Web Consortium, (Massachusetts =--> 14 <!--= Institute of Technology, European Research Consortium for =--> 15 <!--= Informatics and Mathematics (ERCIM), Keio University). =--> 16 <!--= All Rights Reserved. =--> 17 <!--= See http://www.w3.org/Consortium/Legal/. =--> 18 <!--======================================================================--> 19 20 <title id="test-title">$RCSfile: struct-use-11-f.svg,v $</title> 21 <defs> 22 <font-face 23 font-family="SVGFreeSansASCII" 24 unicode-range="U+0-7F"> 25 <font-face-src> 26 <font-face-uri xlink:href="../resources/SVGFreeSans.svg#ascii"/> 27 </font-face-src> 28 </font-face> 29 </defs> 30 <g id="test-body-content" font-family="SVGFreeSansASCII,sans-serif" font-size="18"> 31 32 <style><![CDATA[ 33 #testId.test1 34 { 35 fill: blue; 36 } 37 *.test2 38 { 39 fill: blue; 40 } 41 circle.test3 42 { 43 fill: blue; 44 } 45 .descendant circle.test4 46 { 47 fill: blue; 48 } 49 .child > circle.test5 50 { 51 fill: blue; 52 } 53 .test6:first-child 54 { 55 fill: blue; 56 } 57 .sibling + circle.test7 58 { 59 fill: blue; 60 } 61 circle[cx].test8 62 { 63 fill: blue; 64 } 65 circle[cx="50"].test9 66 { 67 fill: blue; 68 } 69 circle[foo~="warning1"].test10 70 { 71 fill: blue; 72 } 73 circle[lang|="en"].test11 74 { 75 fill: blue; 76 } 77 .test12 { 78 fill: blue 79 } 80 .twochildren:first-child 81 { 82 fill: black; 83 }]]> 84 </style> 85 <defs> 86 <circle cx="50" cy="50" r="48" id="testId" class="test1" /> 87 <circle cx="50" cy="50" r="48" id="testClass" class="test2" /> 88 <circle cx="50" cy="50" r="48" id="testType" class="test3" /> 89 <g class="descendant"> 90 <circle cx="50" cy="50" r="48" id="testDescendant" class="test4" /> 91 </g> 92 <g class="child"> 93 <circle cx="50" cy="50" r="48" id="testChild" class="test5" /> 94 </g> 95 <g> 96 <circle cx="50" cy="50" r="48" id="testFirstChild" class="test6" /> 97 </g> 98 <g class="sibling"></g> 99 <circle cx="50" cy="50" r="48" id="testSibling" class="test7" /> 100 <circle cx="50" cy="50" r="48" id="testAttribute" class="test8" /> 101 <circle cx="50" cy="50" r="48" id="testAttributeWithValue" class="test9" /> 102 <circle cx="50" cy="50" r="48" id="testAttributeWithSpaceSeparatedValueList" class="test10" foo="warning1 warning2" /> 103 <circle cx="50" cy="50" r="48" id="testAttributeWithHyphenSeparatedValueList" class="test11" lang="en-us" /> 104 <g class="twochildren"> 105 <circle cx="50" cy="50" r="48" id="notFirstChild" display="none" /> 106 <circle cx="50" cy="50" r="48" id="testFirstChild2" class="test12" /> 107 </g> 108 </defs> 109 <use xlink:href="#testId" x="0" y="0" /> 110 <use xlink:href="#testClass" x="96" y="0" /> 111 <use xlink:href="#testType" x="192" y="0" /> 112 <use xlink:href="#testDescendant" x="288" y="0" /> 113 <use xlink:href="#testChild" x="0" y="100" /> 114 <use xlink:href="#testFirstChild" x="96" y="100" /> 115 <use xlink:href="#testSibling" x="192" y="100" /> 116 <use xlink:href="#testAttribute" x="288" y="100" /> 117 <use xlink:href="#testAttributeWithValue" x="0" y="200" /> 118 <use xlink:href="#testAttributeWithSpaceSeparatedValueList" x="96" y="200" /> 119 <use xlink:href="#testAttributeWithHyphenSeparatedValueList" x="192" y="200" /> 120 <use xlink:href="#testFirstChild2" x="288" y="200" /> 121 122 </g> 123 <g font-family="SVGFreeSansASCII,sans-serif" font-size="32"> 124 <text id="revision" x="10" y="340" stroke="none" 125 fill="black">$Revision: 1.3 $</text> 126 </g> 127 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000"/> 128 <!-- comment out this watermark once the test is approved --> 129 <!-- 130 <g id="draft-watermark"> 131 <rect x="1" y="1" width="478" height="20" fill="red" stroke="black" stroke-width="1"/> 132 <text font-family="SVGFreeSansASCII,sans-serif" font-weight="bold" font-size="20" x="240" 133 text-anchor="middle" y="18" stroke-width="0.5" stroke="black" fill="white">DRAFT</text> 134 </g> 135 --> 136 </svg></body> 137 </html>