text-transform-applies-to-003-ref.xht (688B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <title>test reference</title> 5 <style type="text/css"> 6 div 7 { 8 margin-left: 1em; 9 } 10 span 11 { 12 display: list-item; 13 } 14 </style> 15 </head> 16 <body> 17 <p>Test passes if the letter "F" in the words "Filler Text" below is in upper-case and there is a marker bullet on the left-hand side of the "Filler Text".</p> 18 <div> 19 <span>Filler Text</span> 20 </div> 21 </body> 22 </html>