[Bug 17036] New: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <title>Unordered List Example</title> </head> <body> <ul> <li>Unor

https://www.w3.org/Bugs/Public/show_bug.cgi?id=17036

           Summary: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
                    Transitional//EN"
                    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.d
                    td"> <html xmlns="http://www.w3.org/1999/xhtml"
                    lang="en"> <head> <title>Unordered List
                    Example</title> </head> <body>  <ul>      <li>Unor
           Product: HTML WG
           Version: unspecified
          Platform: Other
               URL: http://www.whatwg.org/specs/web-apps/current-work/#for
                    eign-elements
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P3
         Component: other Hixie drafts (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: contributor@whatwg.org
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org


Specification:
http://www.whatwg.org/specs/web-apps/current-work/multipage/syntax.html
Multipage: http://www.whatwg.org/C#foreign-elements
Complete: http://www.whatwg.org/c#foreign-elements

Comment:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html
xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <title>Unordered List
Example</title> </head> <body>    <ul>      <li>Unordered lists           <ul>  
     <li>can be nested.          <ul>          <li>Bullet changes on
nesting.</li>          </ul>       </li>      </ul>   </li> </ul> 
<p>Bullets can be controlled with the <b>type</b> attribute. <b>Type</b> can
be set for the list as a whole or item by item.</p>  <ul type="square">     
<li>First item bullet shape set by ul</li>     <li type="disc">Disc item</li> 
   <li type="circle">Circle item</li>      <li type="square">Square item</li> 
</ul>  </body> </html>

Posted from: 84.235.75.82
User agent: Mozilla/5.0 (Windows NT 6.0; rv:12.0) Gecko/20100101 Firefox/12.0

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 11 May 2012 05:11:24 UTC